diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-14 21:05:17 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-28 16:12:40 -0400 |
commit | a70f4025967804f158b2f0218ee5ce7411652a43 (patch) | |
tree | a7279a854307f5bcc8a8d4df12594a40587fc3fe | |
parent | d045d07fe04e1afc3e28721ec6de5cd463e6503d (diff) | |
download | meta-openembedded-a70f4025967804f158b2f0218ee5ce7411652a43.tar.gz |
php: upgrade 8.2.5 -> 8.2.6
Changelog:
=========
Fix inconsistent float negation in constant expressions.
Fixed bug GH-8841 (php-cli core dump calling a badly formed function).
Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of sapi/apache2handler/sapi_apache2.c).
Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.).
Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d8ae640c02eebcf6082df40dc3adc0634e1e1ef2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.6.bb (renamed from meta-oe/recipes-devtools/php/php_8.2.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.5.bb b/meta-oe/recipes-devtools/php/php_8.2.6.bb index fc11e65af4..d302878999 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.5.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.6.bb | |||
@@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \ | |||
33 | " | 33 | " |
34 | 34 | ||
35 | S = "${WORKDIR}/php-${PV}" | 35 | S = "${WORKDIR}/php-${PV}" |
36 | SRC_URI[sha256sum] = "e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757" | 36 | SRC_URI[sha256sum] = "44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100" |
37 | 37 | ||
38 | CVE_CHECK_IGNORE += "\ | 38 | CVE_CHECK_IGNORE += "\ |
39 | CVE-2007-2728 \ | 39 | CVE-2007-2728 \ |