svn commit: r422611 - in branches/2016Q3: lang/php70 www/php70-opcache

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Sep 22 13:04:44 UTC 2016


Author: tz
Date: Thu Sep 22 13:04:43 2016
New Revision: 422611
URL: https://svnweb.freebsd.org/changeset/ports/422611

Log:
  MFH: r422609
  
  lang/php70: Update from 7.0.10 to 7.0.11
  
  Security:    CVE-2016-7416
  Security:    CVE-2016-7412
  Security:    CVE-2016-7414
  Security:    CVE-2016-7417
  Security:    CVE-2016-7413
  Security:    CVE-2016-7418
  
  Approved by: pi (mentor)
  Approved by: ports-secteam (feld)

Modified:
  branches/2016Q3/lang/php70/Makefile
  branches/2016Q3/lang/php70/distinfo
  branches/2016Q3/www/php70-opcache/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/php70/Makefile
==============================================================================
--- branches/2016Q3/lang/php70/Makefile	Thu Sep 22 13:03:33 2016	(r422610)
+++ branches/2016Q3/lang/php70/Makefile	Thu Sep 22 13:04:43 2016	(r422611)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php70
-PORTVERSION=	7.0.10
+PORTVERSION=	7.0.11
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
@@ -84,7 +84,7 @@ CONFIGURE_ARGS+=--enable-fpm \
 
 .if defined(PKGNAMEPREFIX)
 USES+=	php
-PHP_DEFAULT=	7.0
+PHP_VER=	70
 IGNORE_WITH_PHP=	55 56
 USE_APACHE=	22+
 .include "${PORTSDIR}/Mk/bsd.apache.mk"

Modified: branches/2016Q3/lang/php70/distinfo
==============================================================================
--- branches/2016Q3/lang/php70/distinfo	Thu Sep 22 13:03:33 2016	(r422610)
+++ branches/2016Q3/lang/php70/distinfo	Thu Sep 22 13:04:43 2016	(r422611)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471602535
-SHA256 (php-7.0.10.tar.xz) = 348476ff7ba8d95a1e28e1059430c10470c5f8110f6d9133d30153dda4cdf56a
-SIZE (php-7.0.10.tar.xz) = 12474728
+TIMESTAMP = 1474368102
+SHA256 (php-7.0.11.tar.xz) = d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735
+SIZE (php-7.0.11.tar.xz) = 12258500

Modified: branches/2016Q3/www/php70-opcache/Makefile
==============================================================================
--- branches/2016Q3/www/php70-opcache/Makefile	Thu Sep 22 13:03:33 2016	(r422610)
+++ branches/2016Q3/www/php70-opcache/Makefile	Thu Sep 22 13:04:43 2016	(r422611)
@@ -1,7 +1,6 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php70


More information about the svn-ports-all mailing list