diff mbox series

[meta-oe,kirkstone] php: upgrade 8.1.33 -> 8.1.34

Message ID 20251229152631.597803-1-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,kirkstone] php: upgrade 8.1.33 -> 8.1.34 | expand

Commit Message

Gyorgy Sarvari Dec. 29, 2025, 3:26 p.m. UTC
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 <skandigraun@gmail.com>
---
 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 mbox series

Patch

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 \