svn commit: r445419 - in branches/2017Q3: devel/php71-readline lang/php71 lang/php71/files www/php71-opcache

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Jul 10 08:47:14 UTC 2017


Author: tz
Date: Mon Jul 10 08:47:13 2017
New Revision: 445419
URL: https://svnweb.freebsd.org/changeset/ports/445419

Log:
  MFH: r445228
  
  Update PHP 7.1 from 7.1.6 to 7.1.7
  
  Changelog: http://www.php.net/ChangeLog-7.php#7.1.7
  
  PR:          220532
  Reported by: Fabiano Sidler <fabianosidler at swissonline.ch>, Dani <i.dani at outlook.com>
  Security:    CVE-2017-9224
  Security:    CVE-2017-9226
  Security:    CVE-2017-9227
  Security:    CVE-2017-9228
  Security:    CVE-2017-9229
  
  Approved by: ports-secteam (junovitch)

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

Modified: branches/2017Q3/devel/php71-readline/Makefile
==============================================================================
--- branches/2017Q3/devel/php71-readline/Makefile	Mon Jul 10 08:44:55 2017	(r445418)
+++ branches/2017Q3/devel/php71-readline/Makefile	Mon Jul 10 08:47:13 2017	(r445419)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: branches/2017Q3/lang/php71/Makefile
==============================================================================
--- branches/2017Q3/lang/php71/Makefile	Mon Jul 10 08:44:55 2017	(r445418)
+++ branches/2017Q3/lang/php71/Makefile	Mon Jul 10 08:47:13 2017	(r445419)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	php71
-PORTVERSION=	7.1.6
-PORTREVISION?=	1
+PORTVERSION=	7.1.7
+PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}

Modified: branches/2017Q3/lang/php71/distinfo
==============================================================================
--- branches/2017Q3/lang/php71/distinfo	Mon Jul 10 08:44:55 2017	(r445418)
+++ branches/2017Q3/lang/php71/distinfo	Mon Jul 10 08:47:13 2017	(r445419)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497260087
-SHA256 (php-7.1.6.tar.xz) = 01584dc521ab7ec84b502b61952f573652fe6aa00c18d6d844fb9209f14b245b
-SIZE (php-7.1.6.tar.xz) = 12808680
+TIMESTAMP = 1499416423
+SHA256 (php-7.1.7.tar.xz) = 0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729
+SIZE (php-7.1.7.tar.xz) = 12831708

Modified: branches/2017Q3/www/php71-opcache/Makefile
==============================================================================
--- branches/2017Q3/www/php71-opcache/Makefile	Mon Jul 10 08:44:55 2017	(r445418)
+++ branches/2017Q3/www/php71-opcache/Makefile	Mon Jul 10 08:47:13 2017	(r445419)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 CATEGORIES=	www
-PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../../lang/php71
 


More information about the svn-ports-all mailing list