Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2017 09:44:31 +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: r445228 - in head: devel/php71-readline lang/php71 lang/php71/files www/php71-opcache
Message-ID:  <201707070944.v679iV9t024258@repo.freebsd.org>

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

Log:
  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@swissonline.ch>, Dani <i.dani@outlook.com>
  MFH:         2017Q3
  Security:    CVE-2017-9224
  Security:    CVE-2017-9226
  Security:    CVE-2017-9227
  Security:    CVE-2017-9228
  Security:    CVE-2017-9229

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

Modified: head/devel/php71-readline/Makefile
==============================================================================
--- head/devel/php71-readline/Makefile	Fri Jul  7 09:42:54 2017	(r445227)
+++ head/devel/php71-readline/Makefile	Fri Jul  7 09:44:31 2017	(r445228)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Fri Jul  7 09:42:54 2017	(r445227)
+++ head/lang/php71/Makefile	Fri Jul  7 09:44:31 2017	(r445228)
@@ -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: head/lang/php71/distinfo
==============================================================================
--- head/lang/php71/distinfo	Fri Jul  7 09:42:54 2017	(r445227)
+++ head/lang/php71/distinfo	Fri Jul  7 09:44:31 2017	(r445228)
@@ -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: head/www/php71-opcache/Makefile
==============================================================================
--- head/www/php71-opcache/Makefile	Fri Jul  7 09:42:54 2017	(r445227)
+++ head/www/php71-opcache/Makefile	Fri Jul  7 09:44:31 2017	(r445228)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 CATEGORIES=	www
-PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../../lang/php71
 



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