Date: Tue, 11 Jul 2017 08:39:18 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445476 - branches/2017Q3/lang/php70 Message-ID: <201707110839.v6B8dIxo073246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Tue Jul 11 08:39:18 2017 New Revision: 445476 URL: https://svnweb.freebsd.org/changeset/ports/445476 Log: MFH: r445433 lang/php70: switch to devel/oniguruma6 This change should have been part of r445429. Changelog was: For mbstring extensions switch from devel/oniguruma5 to devel/oniguruma6 to fix security issues covert in Oniguruma 6.4. PHP bundles oniguruma 6.3 but i did some more tests, to make sure nothing breaks. PR: 220598 Submitted by: Trond.Endrestol@ximalas.info Approved by: ports-secteam (junovitch) Modified: branches/2017Q3/lang/php70/Makefile.ext Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/lang/php70/Makefile.ext ============================================================================== --- branches/2017Q3/lang/php70/Makefile.ext Tue Jul 11 08:38:07 2017 (r445475) +++ branches/2017Q3/lang/php70/Makefile.ext Tue Jul 11 08:39:18 2017 (r445476) @@ -534,7 +534,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707110839.v6B8dIxo073246>