From nobody Sat Oct 23 22:55:57 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0F5EA1810FCC; Sat, 23 Oct 2021 22:55:58 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HcGly008Nz3Dd1; Sat, 23 Oct 2021 22:55:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D05A027EB; Sat, 23 Oct 2021 22:55:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19NMtvGG084263; Sat, 23 Oct 2021 22:55:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19NMtvFr084262; Sat, 23 Oct 2021 22:55:57 GMT (envelope-from git) Date: Sat, 23 Oct 2021 22:55:57 GMT Message-Id: <202110232255.19NMtvFr084262@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 19fb04ca4f6d - 2021Q4 - lang/php74: Upgrade from 7.4.24 to 7.4.25 List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 19fb04ca4f6dc2549dd042c009f52e76c9718b74 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=19fb04ca4f6dc2549dd042c009f52e76c9718b74 commit 19fb04ca4f6dc2549dd042c009f52e76c9718b74 Author: Torsten Zuehlsdorff AuthorDate: 2021-10-23 22:51:08 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-10-23 22:55:39 +0000 lang/php74: Upgrade from 7.4.24 to 7.4.25 Changelog: DOM: Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID). FFI: Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined). Fileinfo: Fixed bug #78987 (High memory usage during encoding detection). Filter: Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing). FPM: Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation) (CVE-2021-21703). SPL: Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free). Streams: Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper). XML: Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace). Zip: Fixed bug #81490 (ZipArchive::extractTo() may leak memory). Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). Sponsored by: Bounce Experts (cherry picked from commit b0953f0b3c48e8d7d00ab2cd482b10e3c97438dc) --- lang/php74/Makefile | 2 +- lang/php74/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php74/Makefile b/lang/php74/Makefile index ce14e4aff5f4..a415b7b2a151 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.24 +DISTVERSION= 7.4.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index b1b581d574a6..761533b3c767 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632771540 -SHA256 (php-7.4.24.tar.xz) = ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734 -SIZE (php-7.4.24.tar.xz) = 10372816 +TIMESTAMP = 1635020178 +SHA256 (php-7.4.25.tar.xz) = 12a758f1d7fee544387a28d3cf73226f47e3a52fb3049f07fcc37d156d393c0a +SIZE (php-7.4.25.tar.xz) = 10376304