aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-09-22 13:04:43 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-09-22 13:04:43 +0000
commit000b52cdd424e082ff2c2c9089451ea588603f85 (patch)
tree3264dbf01cf42cb66ded58198470cd43ad7947b7
parentd3dd92094486931b78336a328006dcb7ca565984 (diff)
downloadports-000b52cdd424e082ff2c2c9089451ea588603f85.tar.gz
ports-000b52cdd424e082ff2c2c9089451ea588603f85.zip
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)
Notes
Notes: svn path=/branches/2016Q3/; revision=422611
-rw-r--r--lang/php70/Makefile4
-rw-r--r--lang/php70/distinfo6
-rw-r--r--www/php70-opcache/Makefile1
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index ab6e5440290f..e1048cf07759 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -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"
diff --git a/lang/php70/distinfo b/lang/php70/distinfo
index 5f760b95a4dc..1809874b5f2d 100644
--- a/lang/php70/distinfo
+++ b/lang/php70/distinfo
@@ -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
diff --git a/www/php70-opcache/Makefile b/www/php70-opcache/Makefile
index f3b439b4d895..db9930ba6e63 100644
--- a/www/php70-opcache/Makefile
+++ b/www/php70-opcache/Makefile
@@ -1,7 +1,6 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php70