Debian Patches
Status for raptor2/2.0.16-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Remove-the-access-to-entities-checked-private-symbol.patch | [PATCH] Remove the access to entities 'checked' private symbol for libxml2 2.11.0 Since version 2.11.0, some private symbols that were never intended as public API/ABI have been removed from libxml2, therefore the field 'checked' is no longer present and raptor fails to build in this scenario. |
David Anes <david.anes@suse.com> | no | 2023-05-04 | ||
0002-Make-tests-work-with-parallel-make-j.patch | [PATCH] Make tests work with parallel make (-j) | Dave Beckett <dave@dajobe.org> | no | 2023-06-24 | ||
Fix-Github-issue-70-A-Integer-Underflow-in-raptor_ur.patch | Fix Github issue 70 A) Integer Underflow in raptor_uri_normalize_path() (raptor_uri_normalize_path): Return empty buffer if path gets to 0 length |
Dave Beckett <dave@dajobe.org> | yes | debian upstream | https://github.com/dajobe/raptor/commit/da7a79976bd0314c23cce55d22495e7d29301c44 | 2025-02-06 |
Fix-Github-issue-70-B-Heap-read-buffer-overflow-in-n.patch | Fix Github issue 70 B) Heap read buffer overflow in ntriples bnode (raptor_ntriples_parse_term_internal): Only allow looking at the last character of a bnode ID only if bnode length >0 |
Dave Beckett <dave@dajobe.org> | yes | debian upstream | https://github.com/dajobe/raptor/commit/ece2c79df43091686a538b8231cf387d84bfa60e | 2025-02-07 |
Tests-for-Github-issue-70.patch | Tests for Github issue 70 Tests for https://github.com/dajobe/raptor/issues/70 A) Integer Underflow in raptor_uri_normalize_path() B) Heap read buffer overflow in raptor_ntriples_parse_term_internal() |
Dave Beckett <dave@dajobe.org> | yes | upstream | https://github.com/dajobe/raptor/commit/0f9d4f7216fa310b1583b44321c2e6ff27c552de | 2025-02-06 |
upstream_Fix-sort_r-selection-on-GNU-Hurd.patch | [PATCH] Fix sort_r selection on GNU/Hurd The Hurd is based on the Mach microkernel, and thus __MACH__ is defined; since also macOS is (loosely) based on Mach, it defines __MACH__ as well. Because of this, the wrong variant of sort_r (i.e. the BSD one) is used for the Hurd, which does not work. Since on macOS __APPLE__ is defined, and __DARWIN__ helps for older Mac OS X, then simply drop the __MACH__ selection: the preprocessor check for the Linux sort_r is properly used for the Hurd (using __GNU__), and that variant works fine. |
Pino Toscano <toscano.pino@tiscali.it> | no | 2023-07-03 |
Showing 1 to 6 of 6 entries
All known versions for source package 'raptor2'
- 2.0.16-6 (sid, trixie)
- 2.0.15-4 (bookworm)
- 2.0.14-1.2 (bullseye)