svn commit: r417175 - in branches/2016Q2/textproc/libxslt: . files
Mark Felder
feld at FreeBSD.org
Mon Jun 20 19:14:30 UTC 2016
Author: feld
Date: Mon Jun 20 19:14:29 2016
New Revision: 417175
URL: https://svnweb.freebsd.org/changeset/ports/417175
Log:
MFH: r417174
textproc/libxslt: Update to 1.1.29
Changelog: https://git.gnome.org/browse/libxslt/commit/NEWS?id=9a1b3ddf6034aa2f6a30b4b7ea4bfc3c4037cd58
Absent from the Changelog are the CVEs Google discovered, CVE-2016-1683
and CVE-2016-1684. This library needs to be updated to ensure
www/chromium is no longer vulnerable to these CVEs. Additionally the
changelog notes a fix for CVE-2015-7995, but we solved that previously
with a patch to the port.
PR: 210298
Security: CVE-2016-1683
Security: CVE-2016-1684
Approved by: ports-secteam (with hat)
Deleted:
branches/2016Q2/textproc/libxslt/files/patch-CVE-2015-7995
branches/2016Q2/textproc/libxslt/files/patch-xsltproc_xsltproc.c
Modified:
branches/2016Q2/textproc/libxslt/Makefile
branches/2016Q2/textproc/libxslt/distinfo
branches/2016Q2/textproc/libxslt/pkg-plist
Directory Properties:
branches/2016Q2/ (props changed)
Modified: branches/2016Q2/textproc/libxslt/Makefile
==============================================================================
--- branches/2016Q2/textproc/libxslt/Makefile Mon Jun 20 19:13:44 2016 (r417174)
+++ branches/2016Q2/textproc/libxslt/Makefile Mon Jun 20 19:14:29 2016 (r417175)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= libxslt
-PORTVERSION= 1.1.28
-PORTREVISION?= 8
+PORTVERSION= 1.1.29
+PORTREVISION?= 0
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
http://xmlsoft.org/sources/ \
Modified: branches/2016Q2/textproc/libxslt/distinfo
==============================================================================
--- branches/2016Q2/textproc/libxslt/distinfo Mon Jun 20 19:13:44 2016 (r417174)
+++ branches/2016Q2/textproc/libxslt/distinfo Mon Jun 20 19:14:29 2016 (r417175)
@@ -1,2 +1,3 @@
-SHA256 (gnome2/libxslt-1.1.28.tar.gz) = 5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c
-SIZE (gnome2/libxslt-1.1.28.tar.gz) = 3435907
+TIMESTAMP = 1465983151
+SHA256 (gnome2/libxslt-1.1.29.tar.gz) = b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce
+SIZE (gnome2/libxslt-1.1.29.tar.gz) = 3428524
Modified: branches/2016Q2/textproc/libxslt/pkg-plist
==============================================================================
--- branches/2016Q2/textproc/libxslt/pkg-plist Mon Jun 20 19:13:44 2016 (r417174)
+++ branches/2016Q2/textproc/libxslt/pkg-plist Mon Jun 20 19:14:29 2016 (r417175)
@@ -32,7 +32,7 @@ lib/libexslt.so.8
lib/libxslt.a
lib/libxslt.so
lib/libxslt.so.1
-lib/libxslt.so.1.1.28
+lib/libxslt.so.1.1.29
lib/libxslt.so.2
lib/xsltConf.sh
libdata/pkgconfig/libexslt.pc
More information about the svn-ports-all
mailing list