svn commit: r447107 - in head: converters/php56-mbstring lang/php56

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 2 14:24:32 UTC 2017


Author: tz
Date: Wed Aug  2 14:24:30 2017
New Revision: 447107
URL: https://svnweb.freebsd.org/changeset/ports/447107

Log:
  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 at FreeBSD.org>
  Approved by:  maintainer (timeout, 16 days)
  MFH:          2017Q3

Modified:
  head/converters/php56-mbstring/Makefile
  head/lang/php56/Makefile.ext

Modified: head/converters/php56-mbstring/Makefile
==============================================================================
--- head/converters/php56-mbstring/Makefile	Wed Aug  2 14:19:30 2017	(r447106)
+++ head/converters/php56-mbstring/Makefile	Wed Aug  2 14:24:30 2017	(r447107)
@@ -3,6 +3,8 @@
 
 CATEGORIES=	converters
 
+PORTREVISION=	1
+
 MASTERDIR=	${.CURDIR}/../../lang/php56
 
 PKGNAMESUFFIX=	-mbstring

Modified: head/lang/php56/Makefile.ext
==============================================================================
--- head/lang/php56/Makefile.ext	Wed Aug  2 14:19:30 2017	(r447106)
+++ head/lang/php56/Makefile.ext	Wed Aug  2 14:24:30 2017	(r447107)
@@ -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


More information about the svn-ports-head mailing list