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:
parent
2dc736dca5
commit
e9c88b5601
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447107
@ -3,6 +3,8 @@
|
||||
|
||||
CATEGORIES= converters
|
||||
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php56
|
||||
|
||||
PKGNAMESUFFIX= -mbstring
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user