diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-11-20 20:45:25 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-11-20 20:45:25 +0000 |
commit | ac9d521985e6bbd2fd68b9fa3c76213dc2b3f895 (patch) | |
tree | 33f9f6a5624e6a020918a3f5bac6fe835d992b0d /textproc/libxml2/files/patch-libxml-2.0.pc.in | |
parent | Fix CVE-2015-7995 (diff) |
New release to fix a number of CVE's.
CVE-2015-1819 is also listed in the release notes of 2.9.3 but that issue
was fixed in a previous commit and documented in another vuxml entry.
MFH: 2015Q4
Security: e5423caf-8fb8-11e5-918c-bcaec565249c
Notes
Notes:
svn path=/head/; revision=402102
Diffstat (limited to 'textproc/libxml2/files/patch-libxml-2.0.pc.in')
-rw-r--r-- | textproc/libxml2/files/patch-libxml-2.0.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml2/files/patch-libxml-2.0.pc.in b/textproc/libxml2/files/patch-libxml-2.0.pc.in index 37f94ce3d499..daaeeca0a1b7 100644 --- a/textproc/libxml2/files/patch-libxml-2.0.pc.in +++ b/textproc/libxml2/files/patch-libxml-2.0.pc.in @@ -1,9 +1,9 @@ ---- libxml-2.0.pc.in.orig 2010-05-14 11:26:41.000000000 -0400 -+++ libxml-2.0.pc.in 2013-04-09 15:35:53.000000000 -0400 +--- libxml-2.0.pc.in.orig 2014-10-03 11:00:53.000000000 +0200 ++++ libxml-2.0.pc.in 2015-07-31 13:26:13.647320000 +0200 @@ -9,5 +9,5 @@ Description: libXML library version2. Requires: Libs: -L${libdir} -lxml2 --Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ +-Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ +Libs.private: @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ |