[Buildroot] [git commit branch/2025.02.x] package/php: security bump to v8.3.33
Titouan Christophe via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/b6998aa87e07e04606f9f0c468e7eac5948b9405 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2025.02.x See the release notes: https://www.php.net/ChangeLog-8.php#8.3.33 This fixes the ffollowing vulnerabilities: - CVE-2026-9672 - CVE-2026-17543 - CVE-2026-7260 (alternative to commit af3e7a4b128688bc89d814cfa0f8c28ff2735510) Signed-off-by: Titouan Christophe <[email protected]> --- package/php/php.hash | 2 +- package/php/php.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/php/php.hash b/package/php/php.hash index 11c0b2e6b0..dd336f0e65 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php -sha256 8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92 php-8.3.32.tar.xz +sha256 e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f9676 php-8.3.33.tar.xz # License file sha256 b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index 9ce3b280ac..3389b9c530 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 8.3.32 +PHP_VERSION = 8.3.33 PHP_SITE = https://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot