Date: Thu, 22 Sep 2016 13:04:43 +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: r422611 - in branches/2016Q3: lang/php70 www/php70-opcache Message-ID: <201609221304.u8MD4hHV009447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php70
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609221304.u8MD4hHV009447>