Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2015 15:33:59 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r402164 - in branches/2015Q4/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2
Message-ID:  <201511211533.tALFXxKJ075433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Nov 21 15:33:58 2015
New Revision: 402164
URL: https://svnweb.freebsd.org/changeset/ports/402164

Log:
  MFH: r402102
  
  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.
  
  Security:	e5423caf-8fb8-11e5-918c-bcaec565249c
  Approved by:	portmgr (erwin@)

Deleted:
  branches/2015Q4/textproc/libxml2/files/patch-CVE-2015-1819
  branches/2015Q4/textproc/libxml2/files/patch-parser.c
Modified:
  branches/2015Q4/textproc/libxml2/Makefile
  branches/2015Q4/textproc/libxml2/distinfo
  branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
  branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0.pc.in
  branches/2015Q4/textproc/py-libxml2/Makefile
  branches/2015Q4/textproc/py3-libxml2/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/textproc/libxml2/Makefile
==============================================================================
--- branches/2015Q4/textproc/libxml2/Makefile	Sat Nov 21 15:32:37 2015	(r402163)
+++ branches/2015Q4/textproc/libxml2/Makefile	Sat Nov 21 15:33:58 2015	(r402164)
@@ -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: branches/2015Q4/textproc/libxml2/distinfo
==============================================================================
--- branches/2015Q4/textproc/libxml2/distinfo	Sat Nov 21 15:32:37 2015	(r402163)
+++ branches/2015Q4/textproc/libxml2/distinfo	Sat Nov 21 15:33:58 2015	(r402164)
@@ -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: branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
==============================================================================
--- branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in	Sat Nov 21 15:32:37 2015	(r402163)
+++ branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in	Sat Nov 21 15:33:58 2015	(r402164)
@@ -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: branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0.pc.in
==============================================================================
--- branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0.pc.in	Sat Nov 21 15:32:37 2015	(r402163)
+++ branches/2015Q4/textproc/libxml2/files/patch-libxml-2.0.pc.in	Sat Nov 21 15:33:58 2015	(r402164)
@@ -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: branches/2015Q4/textproc/py-libxml2/Makefile
==============================================================================
--- branches/2015Q4/textproc/py-libxml2/Makefile	Sat Nov 21 15:32:37 2015	(r402163)
+++ branches/2015Q4/textproc/py-libxml2/Makefile	Sat Nov 21 15:33:58 2015	(r402164)
@@ -1,6 +1,5 @@
 # Created by: Alexander Nedotsukov <bland@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: branches/2015Q4/textproc/py3-libxml2/Makefile
==============================================================================
--- branches/2015Q4/textproc/py3-libxml2/Makefile	Sat Nov 21 15:32:37 2015	(r402163)
+++ branches/2015Q4/textproc/py3-libxml2/Makefile	Sat Nov 21 15:33:58 2015	(r402164)
@@ -1,8 +1,7 @@
 # Created by: Alexander Nedotsukov <bland@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511211533.tALFXxKJ075433>