From owner-svn-ports-all@freebsd.org Sun Jun 14 10:38:25 2020 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 7FEDE3360F1; Sun, 14 Jun 2020 10:38:25 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49l9ss2v3Wz4DgQ; Sun, 14 Jun 2020 10:38:25 +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 5E91BB129; Sun, 14 Jun 2020 10:38:25 +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 05EAcPHN051277; Sun, 14 Jun 2020 10:38:25 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05EAcOwu051275; Sun, 14 Jun 2020 10:38:24 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202006141038.05EAcOwu051275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sun, 14 Jun 2020 10:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538725 - head/lang/php74 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php74 X-SVN-Commit-Revision: 538725 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.33 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: Sun, 14 Jun 2020 10:38:25 -0000 Author: tz Date: Sun Jun 14 10:38:24 2020 New Revision: 538725 URL: https://svnweb.freebsd.org/changeset/ports/538725 Log: lang/php74: Update from 7.4.6 to 7.4.7 Core: Fixed bug #78434 (Generator yields no items after valid() call). Fixed bug #79477 (casting object into array creates references). Fixed bug #79514 (Memory leaks while including unexistent file). Fixed bug #79470 (PHP incompatible with 3rd party file system on demand). Fixed bug #78784 (Unable to interact with files inside a VFS for Git repository). Fixed bug #78875 (Long variables cause OOM and temp files are not cleaned). (CVE-2019-11048). Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048). DOM: Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes). EXIF: Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch). FCGI: Fixed bug #79491 (Search for .user.ini extends up to root dir). MBString: Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported). OpenSSL: Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes with <1s timeout). PCRE: Upgraded to PCRE2 10.34. Phar: Fixed bug #79503 (Memory leak on duplicate metadata). SimpleXML: Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4). SPL: Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). Fixed bug #67369 (ArrayObject serialization drops the iterator class). Standard: Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended). Fixed bug #79447 (Serializing uninitialized typed properties with __sleep should not throw). Sponsored by: Bounce Experts Modified: head/lang/php74/Makefile head/lang/php74/distinfo Modified: head/lang/php74/Makefile ============================================================================== --- head/lang/php74/Makefile Sun Jun 14 10:37:22 2020 (r538724) +++ head/lang/php74/Makefile Sun Jun 14 10:38:24 2020 (r538725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.6 +DISTVERSION= 7.4.7 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php74/distinfo ============================================================================== --- head/lang/php74/distinfo Sun Jun 14 10:37:22 2020 (r538724) +++ head/lang/php74/distinfo Sun Jun 14 10:38:24 2020 (r538725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589480032 -SHA256 (php-7.4.6.tar.xz) = d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832 -SIZE (php-7.4.6.tar.xz) = 10284824 +TIMESTAMP = 1592076691 +SHA256 (php-7.4.7.tar.xz) = 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf +SIZE (php-7.4.7.tar.xz) = 10286580