svn commit: r387090 - in head/devel/pcre: . files
Xin LI
delphij at FreeBSD.org
Fri May 22 23:46:28 UTC 2015
Author: delphij
Date: Fri May 22 23:46:26 2015
New Revision: 387090
URL: https://svnweb.freebsd.org/changeset/ports/387090
Log:
Security update to 8.37.
Security: CVE-2015-2325
Security: CVE-2015-2326
MFH: 2015Q2
Approved by: so
Added:
head/devel/pcre/files/
head/devel/pcre/files/patch-configure (contents, props changed)
Modified:
head/devel/pcre/Makefile
head/devel/pcre/distinfo
head/devel/pcre/pkg-plist
Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile Fri May 22 23:22:19 2015 (r387089)
+++ head/devel/pcre/Makefile Fri May 22 23:46:26 2015 (r387090)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pcre
-PORTVERSION= 8.35
-PORTREVISION= 2
+PORTVERSION= 8.37
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \
Modified: head/devel/pcre/distinfo
==============================================================================
--- head/devel/pcre/distinfo Fri May 22 23:22:19 2015 (r387089)
+++ head/devel/pcre/distinfo Fri May 22 23:46:26 2015 (r387090)
@@ -1,2 +1,2 @@
-SHA256 (pcre-8.35.tar.bz2) = a961c1c78befef263cc130756eeca7b674b4e73a81533293df44e4265236865b
-SIZE (pcre-8.35.tar.bz2) = 1522220
+SHA256 (pcre-8.37.tar.bz2) = 51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d
+SIZE (pcre-8.37.tar.bz2) = 1557603
Added: head/devel/pcre/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pcre/files/patch-configure Fri May 22 23:46:26 2015 (r387090)
@@ -0,0 +1,13 @@
+--- configure.orig 2015-04-28 11:17:21 UTC
++++ configure
+@@ -14090,8 +14090,8 @@ striplib=
+ old_striplib=
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+ $as_echo_n "checking whether stripping libraries is possible... " >&6; }
+-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+- test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
++if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null ||
++ test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
+ test -z "$striplib" && striplib="$STRIP --strip-unneeded"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
Modified: head/devel/pcre/pkg-plist
==============================================================================
--- head/devel/pcre/pkg-plist Fri May 22 23:22:19 2015 (r387089)
+++ head/devel/pcre/pkg-plist Fri May 22 23:46:26 2015 (r387090)
@@ -10,24 +10,24 @@ include/pcrecpp.h
lib/libpcre.a
lib/libpcre.so
lib/libpcre.so.1
-lib/libpcre.so.1.2.3
+lib/libpcre.so.1.2.5
lib/libpcre.so.3
lib/libpcre16.a
lib/libpcre16.so
lib/libpcre16.so.0
-lib/libpcre16.so.0.2.3
+lib/libpcre16.so.0.2.5
lib/libpcre32.a
lib/libpcre32.so
lib/libpcre32.so.0
-lib/libpcre32.so.0.0.3
+lib/libpcre32.so.0.0.5
lib/libpcrecpp.a
lib/libpcrecpp.so
lib/libpcrecpp.so.0
-lib/libpcrecpp.so.0.0.0
+lib/libpcrecpp.so.0.0.1
lib/libpcreposix.a
lib/libpcreposix.so
lib/libpcreposix.so.0
-lib/libpcreposix.so.0.0.2
+lib/libpcreposix.so.0.0.3
libdata/pkgconfig/libpcre.pc
libdata/pkgconfig/libpcre16.pc
libdata/pkgconfig/libpcre32.pc
More information about the svn-ports-all
mailing list