1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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
This commit is contained in:
Torsten Zuehlsdorff 2017-07-10 12:11:44 +00:00
parent 4606436aba
commit fb49cb8d3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445433

View File

@ -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