svn commit: r402102 - in head/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2

Koop Mast kwm at FreeBSD.org
Fri Nov 20 20:45:27 UTC 2015


Author: kwm
Date: Fri Nov 20 20:45:25 2015
New Revision: 402102
URL: https://svnweb.freebsd.org/changeset/ports/402102

Log:
  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

Deleted:
  head/textproc/libxml2/files/patch-CVE-2015-1819
  head/textproc/libxml2/files/patch-parser.c
Modified:
  head/textproc/libxml2/Makefile
  head/textproc/libxml2/distinfo
  head/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
  head/textproc/libxml2/files/patch-libxml-2.0.pc.in
  head/textproc/py-libxml2/Makefile
  head/textproc/py3-libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Fri Nov 20 20:42:02 2015	(r402101)
+++ head/textproc/libxml2/Makefile	Fri Nov 20 20:45:25 2015	(r402102)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	libxml2
-PORTVERSION=	2.9.2
-PORTREVISION?=	3
+PORTVERSION=	2.9.3
+PORTREVISION?=	0
 CATEGORIES?=	textproc gnome
 MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
 		http://xmlsoft.org/sources/ \
@@ -22,6 +22,7 @@ USE_LDCONFIG=	yes
 CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
 		--with-html-dir=${PREFIX}/share/doc \
 		--with-html-subdir=${PORTNAME} \
+		--without-icu \
 		--with-lzma=/usr \
 		--without-python
 INSTALL_TARGET=	install-strip

Modified: head/textproc/libxml2/distinfo
==============================================================================
--- head/textproc/libxml2/distinfo	Fri Nov 20 20:42:02 2015	(r402101)
+++ head/textproc/libxml2/distinfo	Fri Nov 20 20:45:25 2015	(r402102)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/libxml2-2.9.2.tar.gz) = 5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc
-SIZE (gnome2/libxml2-2.9.2.tar.gz) = 5444991
+SHA256 (gnome2/libxml2-2.9.3.tar.gz) = 4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d
+SIZE (gnome2/libxml2-2.9.3.tar.gz) = 5477112

Modified: head/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
==============================================================================
--- head/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in	Fri Nov 20 20:42:02 2015	(r402101)
+++ head/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in	Fri Nov 20 20:45:25 2015	(r402102)
@@ -1,9 +1,9 @@
---- libxml-2.0-uninstalled.pc.in.orig	2009-07-30 11:24:34.000000000 -0400
-+++ libxml-2.0-uninstalled.pc.in	2013-04-09 15:37:18.000000000 -0400
+--- libxml-2.0-uninstalled.pc.in.orig	2014-10-03 11:00:53.000000000 +0200
++++ libxml-2.0-uninstalled.pc.in	2015-07-31 13:26:13.641069000 +0200
 @@ -8,5 +8,5 @@
  Version: @VERSION@
  Description: libXML library version2.
  Requires:
--Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
+-Libs: -L${libdir} -lxml2 @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
 +Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
  Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@

Modified: head/textproc/libxml2/files/patch-libxml-2.0.pc.in
==============================================================================
--- head/textproc/libxml2/files/patch-libxml-2.0.pc.in	Fri Nov 20 20:42:02 2015	(r402101)
+++ head/textproc/libxml2/files/patch-libxml-2.0.pc.in	Fri Nov 20 20:45:25 2015	(r402102)
@@ -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@

Modified: head/textproc/py-libxml2/Makefile
==============================================================================
--- head/textproc/py-libxml2/Makefile	Fri Nov 20 20:42:02 2015	(r402101)
+++ head/textproc/py-libxml2/Makefile	Fri Nov 20 20:45:25 2015	(r402102)
@@ -1,6 +1,5 @@
 # Created by: Alexander Nedotsukov <bland at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/trunk/textproc/py-libxml2/Makefile 18999 2014-02-04 18:55:27Z kwm $
 
 PORTREVISION=	0
 CATEGORIES=	textproc gnome python

Modified: head/textproc/py3-libxml2/Makefile
==============================================================================
--- head/textproc/py3-libxml2/Makefile	Fri Nov 20 20:42:02 2015	(r402101)
+++ head/textproc/py3-libxml2/Makefile	Fri Nov 20 20:45:25 2015	(r402102)
@@ -1,8 +1,7 @@
 # Created by: Alexander Nedotsukov <bland at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/trunk/textproc/py3-libxml2/Makefile 19293 2014-03-24 20:46:10Z kwm $
 
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	textproc gnome python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 


More information about the svn-ports-all mailing list