Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 11:40:48 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445429 - in head: converters/php70-mbstring converters/php71-mbstring lang/php70 lang/php71
Message-ID:  <201707101140.v6ABemCs057049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Jul 10 11:40:48 2017
New Revision: 445429
URL: https://svnweb.freebsd.org/changeset/ports/445429

Log:
  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@ximalas.info
  MFH:          2017Q3

Modified:
  head/converters/php70-mbstring/Makefile
  head/converters/php71-mbstring/Makefile
  head/lang/php70/Makefile.ext   (contents, props changed)
  head/lang/php71/Makefile.ext   (contents, props changed)

Modified: head/converters/php70-mbstring/Makefile
==============================================================================
--- head/converters/php70-mbstring/Makefile	Mon Jul 10 11:27:02 2017	(r445428)
+++ head/converters/php70-mbstring/Makefile	Mon Jul 10 11:40:48 2017	(r445429)
@@ -3,6 +3,8 @@
 
 CATEGORIES=	converters
 
+PORTREVISION=	1
+
 MASTERDIR=	${.CURDIR}/../../lang/php70
 
 PKGNAMESUFFIX=	-mbstring

Modified: head/converters/php71-mbstring/Makefile
==============================================================================
--- head/converters/php71-mbstring/Makefile	Mon Jul 10 11:27:02 2017	(r445428)
+++ head/converters/php71-mbstring/Makefile	Mon Jul 10 11:40:48 2017	(r445429)
@@ -2,6 +2,8 @@
 
 CATEGORIES=	converters
 
+PORTREVISION=	1
+
 MASTERDIR=	${.CURDIR}/../../lang/php71
 
 PKGNAMESUFFIX=	-mbstring

Modified: head/lang/php70/Makefile.ext
==============================================================================
--- head/lang/php70/Makefile.ext	Mon Jul 10 11:27:02 2017	(r445428)
+++ head/lang/php70/Makefile.ext	Mon Jul 10 11:40:48 2017	(r445429)
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
 COMMENT=	The ${PHP_MODNAME} shared extension for php
 
 USES+=	php:ext

Modified: head/lang/php71/Makefile.ext
==============================================================================
--- head/lang/php71/Makefile.ext	Mon Jul 10 11:27:02 2017	(r445428)
+++ head/lang/php71/Makefile.ext	Mon Jul 10 11:40:48 2017	(r445429)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707101140.v6ABemCs057049>