]> git.pld-linux.org Git - packages/libraptor2.git/blob - raptor2-libxml2.patch
- updated to 2.0.16 (fixes CVE-2017-18926, CVE-2020-25713)
[packages/libraptor2.git] / raptor2-libxml2.patch
1 --- raptor2-2.0.16/src/raptor_libxml.c.orig     2020-09-08 07:39:33.000000000 +0200
2 +++ raptor2-2.0.16/src/raptor_libxml.c  2023-06-02 23:07:42.746605669 +0200
3 @@ -246,7 +246,7 @@ raptor_libxml_getEntity(void* user_data,
4      
5      ret->owner = 1;
6  
7 -#if LIBXML_VERSION >= 20627
8 +#if (LIBXML_VERSION >= 20627) && (LIBXML_VERSION < 21100)
9      /* Checked field was released in 2.6.27 on 2006-10-25
10       * http://git.gnome.org/browse/libxml2/commit/?id=a37a6ad91a61d168ecc4b29263def3363fff4da6
11       *
This page took 0.093131 seconds and 3 git commands to generate.