1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

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
This commit is contained in:
Torsten Zuehlsdorff 2017-08-02 14:24:30 +00:00
parent 2dc736dca5
commit e9c88b5601
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447107
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
CATEGORIES= converters
PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../../lang/php56
PKGNAMESUFFIX= -mbstring

View File

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