From owner-svn-ports-all@FreeBSD.ORG Fri May 22 23:46:28 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B41DFF76; Fri, 22 May 2015 23:46:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A29D11ED8; Fri, 22 May 2015 23:46:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4MNkSZM050120; Fri, 22 May 2015 23:46:28 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4MNkRe8050116; Fri, 22 May 2015 23:46:27 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201505222346.t4MNkRe8050116@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 22 May 2015 23:46:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387090 - in head/devel/pcre: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 23:46:28 -0000 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