From owner-svn-ports-branches@freebsd.org Sat Nov 21 15:34:01 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8B4AA34B3A; Sat, 21 Nov 2015 15:34:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A589511C9; Sat, 21 Nov 2015 15:34:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tALFXxxD075440; Sat, 21 Nov 2015 15:33:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tALFXxKJ075433; Sat, 21 Nov 2015 15:33:59 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201511211533.tALFXxKJ075433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 21 Nov 2015 15:33:59 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 15:34:01 -0000 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 # $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 # $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}