Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 19:13:44 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417174 - in head/textproc/libxslt: . files
Message-ID:  <201606201913.u5KJDiLo067315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Jun 20 19:13:44 2016
New Revision: 417174
URL: https://svnweb.freebsd.org/changeset/ports/417174

Log:
  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
  MFH:		2016Q2
  Security:	CVE-2016-1683
  Security:	CVE-2016-1684

Deleted:
  head/textproc/libxslt/files/patch-CVE-2015-7995
  head/textproc/libxslt/files/patch-xsltproc_xsltproc.c
Modified:
  head/textproc/libxslt/Makefile
  head/textproc/libxslt/distinfo
  head/textproc/libxslt/pkg-plist

Modified: head/textproc/libxslt/Makefile
==============================================================================
--- head/textproc/libxslt/Makefile	Mon Jun 20 19:08:31 2016	(r417173)
+++ head/textproc/libxslt/Makefile	Mon Jun 20 19:13:44 2016	(r417174)
@@ -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: head/textproc/libxslt/distinfo
==============================================================================
--- head/textproc/libxslt/distinfo	Mon Jun 20 19:08:31 2016	(r417173)
+++ head/textproc/libxslt/distinfo	Mon Jun 20 19:13:44 2016	(r417174)
@@ -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: head/textproc/libxslt/pkg-plist
==============================================================================
--- head/textproc/libxslt/pkg-plist	Mon Jun 20 19:08:31 2016	(r417173)
+++ head/textproc/libxslt/pkg-plist	Mon Jun 20 19:13:44 2016	(r417174)
@@ -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



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