From owner-svn-ports-all@freebsd.org Fri Nov 15 08:26:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 51D7F1C0596; Fri, 15 Nov 2019 08:26:19 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47DrzH1Vpxz3GQh; Fri, 15 Nov 2019 08:26:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16DD4E158; Fri, 15 Nov 2019 08:26:19 +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 xAF8QIMp021129; Fri, 15 Nov 2019 08:26:18 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAF8QIeE021127; Fri, 15 Nov 2019 08:26:18 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201911150826.xAF8QIeE021127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 15 Nov 2019 08:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r517637 - branches/2019Q4/lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q4/lang/php74 X-SVN-Commit-Revision: 517637 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.29 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, 15 Nov 2019 08:26:19 -0000 Author: tz Date: Fri Nov 15 08:26:18 2019 New Revision: 517637 URL: https://svnweb.freebsd.org/changeset/ports/517637 Log: MFH: r517342 lang/php74: Update from RC5 to RC6 Changelog: - Core: . Fixed bug #78768 (redefinition of typedef zend_property_info). (Nikita) . Fixed bug #78788 (./configure generates invalid php_version.h). (max) - Standard: . Fixed bug #77930 (stream_copy_to_stream should use mmap more often). (Nikita) . Fixed bug #78759 (array_search in $GLOBALS). (Nikita) - OpenSSL: . Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections). (Nikita) - Reflection: . Fixed bug #78774 (ReflectionNamedType on Typed Properties Crash). (Nikita) Changelog taken from: https://github.com/php/php-src/blob/php-7.4.0RC6/NEWS Approved by: ports-secteam (joneum) Modified: branches/2019Q4/lang/php74/Makefile branches/2019Q4/lang/php74/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/lang/php74/Makefile ============================================================================== --- branches/2019Q4/lang/php74/Makefile Fri Nov 15 08:20:55 2019 (r517636) +++ branches/2019Q4/lang/php74/Makefile Fri Nov 15 08:26:18 2019 (r517637) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.0RC4 +DISTVERSION= 7.4.0RC6 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~derick/ Modified: branches/2019Q4/lang/php74/distinfo ============================================================================== --- branches/2019Q4/lang/php74/distinfo Fri Nov 15 08:20:55 2019 (r517636) +++ branches/2019Q4/lang/php74/distinfo Fri Nov 15 08:26:18 2019 (r517637) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571242869 -SHA256 (php-7.4.0RC4.tar.xz) = 6fcce4c914825fbf5510b448df1485469da621d419d798ef77168808ce0bd10c -SIZE (php-7.4.0RC4.tar.xz) = 10223780 +TIMESTAMP = 1573513925 +SHA256 (php-7.4.0RC6.tar.xz) = 6873a51f56a2c6bba192ff38e33158578c2a4380c2e2f0758949ebf55cc915a7 +SIZE (php-7.4.0RC6.tar.xz) = 10229764