svn commit: r445433 - head/lang/php70

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Jul 10 12:11:46 UTC 2017


Author: tz
Date: Mon Jul 10 12:11:44 2017
New Revision: 445433
URL: https://svnweb.freebsd.org/changeset/ports/445433

Log:
  lang/php70: switch to devel/oniguruma6
  
  This change should have been part of r445429.
  
  Changelog was:
  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.
  
  PR:           220598
  Submitted by: Trond.Endrestol at ximalas.info
  MFH:          2017Q3

Modified:
  head/lang/php70/Makefile.ext

Modified: head/lang/php70/Makefile.ext
==============================================================================
--- head/lang/php70/Makefile.ext	Mon Jul 10 12:08:24 2017	(r445432)
+++ head/lang/php70/Makefile.ext	Mon Jul 10 12:11:44 2017	(r445433)
@@ -534,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