From nobody Sat Apr 11 13:38:27 2026 X-Original-To: dev-commits-ports-main@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 4ftF9w0Pmfz6YWKN for ; Sat, 11 Apr 2026 13:38:28 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ftF9v6qzhz41jm for ; Sat, 11 Apr 2026 13:38:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775914708; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=m5jO0hM0pwXYRThZQoIfc4GQXZTEdPDpDsklkd8vgTY=; b=oLNNjlDxpZ5UFbfncVCTLcrZp1yP4ghuETbrQRoZucqryuLTBjcMR7KoexOZnX9viuibI5 1p1GfIekW0Vap152JVvgiMx0kpuaLwYQoIGTdf8qKf682EDqa9/I+ol9Uv3wsCmqvq9l7Z LPIIEewDBzwKpVkjBDm7cXdr5+638AkvEm7PQpm/PtyqSYbou5JdrXP46T0DJx02BFBksF V1D0GqlGI9vw6JQKh1kN4oHp3BnB56r0fAM+rCCy61S6Vne5RC3UcwgJhushi/2h/YrLja 751Th4jg7zZU/kfzI2BDnbLGSDqoBpcqJ2BQkhe4NYnZ6hmg1MZ8CRX77hJASw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1775914708; a=rsa-sha256; cv=none; b=RGn9qCoTCJ3x5dkgPEXQmes/UwIveHVZFEwHY1Fmgx5cH4FuOaHzFnLbBGCUDh2paWtRQF WT/NPpT92Yy3LxxcqLxOdnmS4LGWqjoOvJcpFYvsGVGWTjwizwxoRXLj6s3UrCeK6Uz5TD MifAnM7gLxoqSgc5SmLcL/llciC1fafbJbIhHRSNyDl9/2UCtBrC+5TIAYgHK4QZDLY7fB tR4Aj92B+ZjuUqK9hfnkRC1F+2+a4fAP4OLcA1mgDGMOe5APSpIRUxCsYCh/ZlHORgCvu9 JKbQt4h8lPRRdE5Fm1Tqd6+RAhTWiUb9VJz/vg01PFkSFFWN16DIQFdHbiDCGQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1775914708; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=m5jO0hM0pwXYRThZQoIfc4GQXZTEdPDpDsklkd8vgTY=; b=I76Nxq9nBPoGS1gEVDgtEPRxJUHPU3i1+SqIHcFiuvjKmMpezsAs4tTmTskurd1+ADb1d4 ToeCJgqxnQc2V2DtnmiTm4+mkinN3lrru60F/pRI9BBlXMqvMxHG14W8bLJELAaTMYfGsF H5Xqn5iLpkzrD1Ux+i5plEOGzJ+4bGYOr/ZyZEOOu36QogHXX8hftnbGict2sOWTMzeloU oPtlRM7TyAMsHZt78UMp8aqIXntMxQhFNnuHacebOhe4m0/vh7u/AnOuUaMvxowOOL75xF PCjksgyK3h6qnT7F+FPa8tXchmVjWA6gGyUP9Sp+7qot0qo1NRtGpActJL5tGw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4ftF9v68CLzYBt for ; Sat, 11 Apr 2026 13:38:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 376d8 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 11 Apr 2026 13:38:27 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: d2c33048b63e - main - lang/php84: Update version 8.4.19=>8.4.20 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d2c33048b63e2be7534b46f38c7b1bd7fc09a376 Auto-Submitted: auto-generated Date: Sat, 11 Apr 2026 13:38:27 +0000 Message-Id: <69da4ed3.376d8.677529ff@gitrepo.freebsd.org> The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2c33048b63e2be7534b46f38c7b1bd7fc09a376 commit d2c33048b63e2be7534b46f38c7b1bd7fc09a376 Author: Muhammad Moinur Rahman AuthorDate: 2026-04-11 12:10:45 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2026-04-11 13:38:01 +0000 lang/php84: Update version 8.4.19=>8.4.20 - Remove xsltCleanupGlobals call in ext/xsl MSHUTDOWN [1] Changelog: https://www.php.net/ChangeLog-8.php#8.4.20 PR: 277888 Reported by: wolfgang@lyxys.ka.sub.org --- lang/php84/Makefile | 2 +- lang/php84/distinfo | 6 +++--- security/php84-sodium/Makefile | 1 - textproc/php84-xsl/Makefile | 5 ----- textproc/php84-xsl/files/patch-php__xsl.c | 10 ++++++++++ 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/lang/php84/Makefile b/lang/php84/Makefile index bb4f3f63ae0e..a5a8ef97156b 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -1,5 +1,5 @@ PORTNAME= php84 -DISTVERSION= 8.4.19 +DISTVERSION= 8.4.20 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php84/distinfo b/lang/php84/distinfo index 7cf2e9c7445a..437436649da8 100644 --- a/lang/php84/distinfo +++ b/lang/php84/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773439888 -SHA256 (php-8.4.19.tar.xz) = 11f7164ab26d356c31f94d3d69cc0e0707d5d2d6494a221aaeae307c08eaaa1c -SIZE (php-8.4.19.tar.xz) = 13684456 +TIMESTAMP = 1775901659 +SHA256 (php-8.4.20.tar.xz) = e454c6f7c89a42f41ebb06dc5c3578e8c8b5f1a3f0da6675665affab04e221f7 +SIZE (php-8.4.20.tar.xz) = 13685708 diff --git a/security/php84-sodium/Makefile b/security/php84-sodium/Makefile index b9950e1808ac..ceaca574b586 100644 --- a/security/php84-sodium/Makefile +++ b/security/php84-sodium/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xsl/Makefile b/textproc/php84-xsl/Makefile index 64d8e7f98be1..86ada9eef6c4 100644 --- a/textproc/php84-xsl/Makefile +++ b/textproc/php84-xsl/Makefile @@ -4,9 +4,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php84 PKGNAMESUFFIX= -xsl -post-patch: - ${REINPLACE_CMD} -e \ - 's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \ - ${WRKSRC}/php_xsl.h - .include "${MASTERDIR}/Makefile" diff --git a/textproc/php84-xsl/files/patch-php__xsl.c b/textproc/php84-xsl/files/patch-php__xsl.c new file mode 100644 index 000000000000..94e06fb66b1f --- /dev/null +++ b/textproc/php84-xsl/files/patch-php__xsl.c @@ -0,0 +1,10 @@ +--- php_xsl.c.orig 2026-04-11 12:14:52 UTC ++++ php_xsl.c +@@ -323,7 +323,6 @@ PHP_MSHUTDOWN_FUNCTION(xsl) + xsltUnregisterExtModuleFunction ((const xmlChar *) "function", + (const xmlChar *) "http://php.net/xsl"); + xsltSetGenericErrorFunc(NULL, NULL); +- xsltCleanupGlobals(); + + return SUCCESS; + }