Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 08:44:55 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r445418 - in branches/2017Q3: devel/php70-readline lang/php70 lang/php70/files
Message-ID:  <201707100844.v6A8itnV086882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Jul 10 08:44:55 2017
New Revision: 445418
URL: https://svnweb.freebsd.org/changeset/ports/445418

Log:
  MFH: r445231
  
  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>
  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
  
  Approved by:  ports-secteam (junovitch)

Deleted:
  branches/2017Q3/lang/php70/files/patch-main_php__ini.c
Modified:
  branches/2017Q3/devel/php70-readline/Makefile
  branches/2017Q3/lang/php70/Makefile
  branches/2017Q3/lang/php70/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/php70-readline/Makefile
==============================================================================
--- branches/2017Q3/devel/php70-readline/Makefile	Mon Jul 10 01:09:54 2017	(r445417)
+++ branches/2017Q3/devel/php70-readline/Makefile	Mon Jul 10 08:44:55 2017	(r445418)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: branches/2017Q3/lang/php70/Makefile
==============================================================================
--- branches/2017Q3/lang/php70/Makefile	Mon Jul 10 01:09:54 2017	(r445417)
+++ branches/2017Q3/lang/php70/Makefile	Mon Jul 10 08:44:55 2017	(r445418)
@@ -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: branches/2017Q3/lang/php70/distinfo
==============================================================================
--- branches/2017Q3/lang/php70/distinfo	Mon Jul 10 01:09:54 2017	(r445417)
+++ branches/2017Q3/lang/php70/distinfo	Mon Jul 10 08:44:55 2017	(r445418)
@@ -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?201707100844.v6A8itnV086882>