From owner-svn-ports-branches@freebsd.org Thu Aug 3 15:21:56 2017 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 31A9ADC30D9; Thu, 3 Aug 2017 15:21:56 +0000 (UTC) (envelope-from tz@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 F29F58235C; Thu, 3 Aug 2017 15:21:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v73FLttf090420; Thu, 3 Aug 2017 15:21:55 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73FLtMW090418; Thu, 3 Aug 2017 15:21:55 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708031521.v73FLtMW090418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 3 Aug 2017 15:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447228 - in branches/2017Q3: converters/php56-mbstring lang/php56 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2017Q3: converters/php56-mbstring lang/php56 X-SVN-Commit-Revision: 447228 X-SVN-Commit-Repository: ports 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.23 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: Thu, 03 Aug 2017 15:21:56 -0000 Author: tz Date: Thu Aug 3 15:21:54 2017 New Revision: 447228 URL: https://svnweb.freebsd.org/changeset/ports/447228 Log: MFH: r447107 lang/php56: Change from oniguruma5 to oniguruma6 Switch mbstring extension from devel/oniguruma5 to devel/oniguruma6 to fix security issues covert in Oniguruma 6.4. PR: 220809 Submitted by: Dan Langille Approved by: maintainer (timeout, 16 days) Approved by: ports-secteam (feld) Modified: branches/2017Q3/converters/php56-mbstring/Makefile branches/2017Q3/lang/php56/Makefile.ext Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/converters/php56-mbstring/Makefile ============================================================================== --- branches/2017Q3/converters/php56-mbstring/Makefile Thu Aug 3 15:20:17 2017 (r447227) +++ branches/2017Q3/converters/php56-mbstring/Makefile Thu Aug 3 15:21:54 2017 (r447228) @@ -3,6 +3,8 @@ CATEGORIES= converters +PORTREVISION= 1 + MASTERDIR= ${.CURDIR}/../../lang/php56 PKGNAMESUFFIX= -mbstring Modified: branches/2017Q3/lang/php56/Makefile.ext ============================================================================== --- branches/2017Q3/lang/php56/Makefile.ext Thu Aug 3 15:20:17 2017 (r447227) +++ branches/2017Q3/lang/php56/Makefile.ext Thu Aug 3 15:21:54 2017 (r447228) @@ -565,7 +565,7 @@ LIB_DEPENDS+= libc-client4.so.9:mail/cclient .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} -LIB_DEPENDS+= libonig.so:devel/oniguruma5 +LIB_DEPENDS+= libonig.so:devel/oniguruma6 CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex