From f3df89aedb34047bc7dc56c350154c65429b0214 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 29 Dec 2025 16:26:31 +0100 Subject: [PATCH] php: upgrade 8.1.33 -> 8.1.34 Comes with fixes for CVE-2025-14177, CVE-2025-14178 and CVE-2025-14180 Changelog: - Curl: Fix curl build and test failures with version 8.16. - Opcache: Reset global pointers to prevent use-after-free in zend_jit_status(). - PDO: Fixed: PDO quoting result null deref. (CVE-2025-14180) - Standard: * Fixed: Null byte termination in dns_get_record(). * Fixed: Heap buffer overflow in array_merge(). (CVE-2025-14178) * Fixed: Information Leak of Memory in getimagesize. (CVE-2025-14177) Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-devtools/php/{php_8.1.33.bb => php_8.1.34.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/php/{php_8.1.33.bb => php_8.1.34.bb} (99%) diff --git a/meta-oe/recipes-devtools/php/php_8.1.33.bb b/meta-oe/recipes-devtools/php/php_8.1.34.bb similarity index 99% rename from meta-oe/recipes-devtools/php/php_8.1.33.bb rename to meta-oe/recipes-devtools/php/php_8.1.34.bb index f4928bc3a1..a734c2458a 100644 --- a/meta-oe/recipes-devtools/php/php_8.1.33.bb +++ b/meta-oe/recipes-devtools/php/php_8.1.34.bb @@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \ " S = "${WORKDIR}/php-${PV}" -SRC_URI[sha256sum] = "b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f" +SRC_URI[sha256sum] = "98e0a08a0fae37d08dfcca2f5ff6664863097dde4b1d360af2acc8c3542f2a0f" CVE_CHECK_IGNORE += "\ CVE-2007-2728 \