diff options
author | tz <tz@FreeBSD.org> | 2017-07-10 20:11:44 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-07-10 20:11:44 +0800 |
commit | 80a8d06df02a46c6076c1d8e9b7dbd2a6cdb7571 (patch) | |
tree | f51b579b39d72986bb7b24f86770536ba665a0ec | |
parent | 242cbb7b65bcd078b2e00cdf93dda2300fb9f3cb (diff) | |
download | freebsd-ports-gnome-80a8d06df02a46c6076c1d8e9b7dbd2a6cdb7571.tar.gz freebsd-ports-gnome-80a8d06df02a46c6076c1d8e9b7dbd2a6cdb7571.tar.zst freebsd-ports-gnome-80a8d06df02a46c6076c1d8e9b7dbd2a6cdb7571.zip |
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
MFH: 2017Q3
-rw-r--r-- | lang/php70/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php70/Makefile.ext b/lang/php70/Makefile.ext index bf8d57699a64..d6fea33caf95 100644 --- a/lang/php70/Makefile.ext +++ b/lang/php70/Makefile.ext @@ -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 |