From owner-svn-ports-all@freebsd.org Fri Jul 7 09:44:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AB93D9F02F; Fri, 7 Jul 2017 09:44:33 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 015A57380F; Fri, 7 Jul 2017 09:44:32 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v679iWuC024262; Fri, 7 Jul 2017 09:44:32 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v679iV9t024258; Fri, 7 Jul 2017 09:44:31 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201707070944.v679iV9t024258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 7 Jul 2017 09:44:31 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php71-readline lang/php71 lang/php71/files www/php71-opcache X-SVN-Commit-Revision: 445228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 09:44:33 -0000 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 , Dani 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