aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php56
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-08-02 22:24:30 +0800
committertz <tz@FreeBSD.org>2017-08-02 22:24:30 +0800
commit63fe4e865a66df001e87f4c40f06e91d80893102 (patch)
treea189f6bef64e45a1a57f7a93796d73388dd85c7c /lang/php56
parent21feb852b3ebf8645cd949cfad3c6b24edfdaa97 (diff)
downloadfreebsd-ports-gnome-63fe4e865a66df001e87f4c40f06e91d80893102.tar.gz
freebsd-ports-gnome-63fe4e865a66df001e87f4c40f06e91d80893102.tar.zst
freebsd-ports-gnome-63fe4e865a66df001e87f4c40f06e91d80893102.zip
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 <dvl@FreeBSD.org> Approved by: maintainer (timeout, 16 days) MFH: 2017Q3
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index e7607f65d776..2c52700dbb04 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/Makefile.ext
@@ -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