Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2017 09:58:35 +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: r445231 - in head: devel/php70-readline lang/php70 lang/php70/files
Message-ID:  <201707070958.v679wZLm028685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Jul  7 09:58:35 2017
New Revision: 445231
URL: https://svnweb.freebsd.org/changeset/ports/445231

Log:
  Update PHP 7 from 7.0.20 to 7.0.21
  
  Changelog: http://www.php.net/ChangeLog-7.php#7.0.21
  
  Also:
  - Remove patch "patch-main_php__ini.c", has been patched upstream
  - Remove CONFIGURE_ARGS for "--with-regex=*" and "--with-zend-vm=*", they are not supported anymore
  
  PR:           220531
  Submitted by: Dani <i.dani@outlook.com>
  Reported by:  Fabiano Sidler <fabianosidler@swissonline.ch>
  MFH:          2017Q3
  Security:     CVE-2017-9224
  Security:     CVE-2017-9226
  Security:     CVE-2017-9227
  Security:     CVE-2017-9228
  Security:     CVE-2017-9229
  Differential Revision: https://reviews.freebsd.org/D11515

Deleted:
  head/lang/php70/files/patch-main_php__ini.c
Modified:
  head/devel/php70-readline/Makefile
  head/lang/php70/Makefile
  head/lang/php70/distinfo

Modified: head/devel/php70-readline/Makefile
==============================================================================
--- head/devel/php70-readline/Makefile	Fri Jul  7 09:56:06 2017	(r445230)
+++ head/devel/php70-readline/Makefile	Fri Jul  7 09:58:35 2017	(r445231)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Fri Jul  7 09:56:06 2017	(r445230)
+++ head/lang/php70/Makefile	Fri Jul  7 09:58:35 2017	(r445231)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	php70
-PORTVERSION=	7.0.20
-PORTREVISION?=	1
+PORTVERSION=	7.0.21
+PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}
@@ -118,20 +118,6 @@ CONFIGURE_ARGS+=--enable-phpdbg-debug
 PLIST_SUB+=	SAPI_INC=""
 .else
 PLIST_SUB+=	SAPI_INC="@comment "
-.endif
-
-.if !defined(WITH_REGEX_TYPE) || ${WITH_REGEX_TYPE} == "php"
-CONFIGURE_ARGS+=--with-regex=php
-.elif defined(WITH_REGEX_TYPE) && ${WITH_REGEX_TYPE} == "system"
-CONFIGURE_ARGS+=--with-regex=system
-.endif
-
-.if !defined(WITH_ZEND_VM) || ${WITH_ZEND_VM} == "CALL"
-CONFIGURE_ARGS+=--with-zend-vm=CALL
-.elif defined(WITH_ZEND_VM) && ${WITH_ZEND_VM} == "SWITCH"
-CONFIGURE_ARGS+=--with-zend-vm=SWITCH
-.elif defined(WITH_ZEND_VM) && ${WITH_ZEND_VM} == "GOTO"
-CONFIGURE_ARGS+=--with-zend-vm=GOTO
 .endif
 
 CONFIGURE_ENV+=	ac_cv_decimal_fp_supported="no" \

Modified: head/lang/php70/distinfo
==============================================================================
--- head/lang/php70/distinfo	Fri Jul  7 09:56:06 2017	(r445230)
+++ head/lang/php70/distinfo	Fri Jul  7 09:58:35 2017	(r445231)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497260078
-SHA256 (php-7.0.20.tar.xz) = 31b9cf1fb83fe3cd82c2f6603a0ae81ae6abacb5286827e362d8f85e68908e0a
-SIZE (php-7.0.20.tar.xz) = 12604260
+TIMESTAMP = 1499416619
+SHA256 (php-7.0.21.tar.xz) = 6713fe3024365d661593235b525235045ef81f18d0043654658c9de1bcb8b9e3
+SIZE (php-7.0.21.tar.xz) = 12626276



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