svn commit: r445475 - in branches/2017Q3: converters/php70-mbstring converters/php71-mbstring lang/php70 lang/php71

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Jul 11 08:38:09 UTC 2017


Author: tz
Date: Tue Jul 11 08:38:07 2017
New Revision: 445475
URL: https://svnweb.freebsd.org/changeset/ports/445475

Log:
  MFH: r445429
  
  PHP 7.0 and 7.1: switch to devel/oniguruma6
  
  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.
  
  Also add $FreeBSD$ header to Makefile.ext
  
  PR:           220598
  Submitted by: Trond.Endrestol at ximalas.info
  
  Approved by:  ports-secteam (junovitch)

Modified:
  branches/2017Q3/converters/php70-mbstring/Makefile
  branches/2017Q3/converters/php71-mbstring/Makefile
  branches/2017Q3/lang/php70/Makefile.ext   (contents, props changed)
  branches/2017Q3/lang/php71/Makefile.ext   (contents, props changed)
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/converters/php70-mbstring/Makefile
==============================================================================
--- branches/2017Q3/converters/php70-mbstring/Makefile	Tue Jul 11 08:35:49 2017	(r445474)
+++ branches/2017Q3/converters/php70-mbstring/Makefile	Tue Jul 11 08:38:07 2017	(r445475)
@@ -3,6 +3,8 @@
 
 CATEGORIES=	converters
 
+PORTREVISION=	1
+
 MASTERDIR=	${.CURDIR}/../../lang/php70
 
 PKGNAMESUFFIX=	-mbstring

Modified: branches/2017Q3/converters/php71-mbstring/Makefile
==============================================================================
--- branches/2017Q3/converters/php71-mbstring/Makefile	Tue Jul 11 08:35:49 2017	(r445474)
+++ branches/2017Q3/converters/php71-mbstring/Makefile	Tue Jul 11 08:38:07 2017	(r445475)
@@ -2,6 +2,8 @@
 
 CATEGORIES=	converters
 
+PORTREVISION=	1
+
 MASTERDIR=	${.CURDIR}/../../lang/php71
 
 PKGNAMESUFFIX=	-mbstring

Modified: branches/2017Q3/lang/php70/Makefile.ext
==============================================================================
--- branches/2017Q3/lang/php70/Makefile.ext	Tue Jul 11 08:35:49 2017	(r445474)
+++ branches/2017Q3/lang/php70/Makefile.ext	Tue Jul 11 08:38:07 2017	(r445475)
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
 COMMENT=	The ${PHP_MODNAME} shared extension for php
 
 USES+=	php:ext

Modified: branches/2017Q3/lang/php71/Makefile.ext
==============================================================================
--- branches/2017Q3/lang/php71/Makefile.ext	Tue Jul 11 08:35:49 2017	(r445474)
+++ branches/2017Q3/lang/php71/Makefile.ext	Tue Jul 11 08:38:07 2017	(r445475)
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
 COMMENT=	The ${PHP_MODNAME} shared extension for php
 
 USES+=	php:ext
@@ -532,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


More information about the svn-ports-all mailing list