diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2025-01-07 18:47:23 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-01-20 19:25:38 -0500 |
commit | 05ad9e725f85bd0b0dc7e851324a16e55446c994 (patch) | |
tree | c46411066775114affb91cd0e7ee306bfae5163b | |
parent | a000fcb1b55b531015ae19e90df798f38d7c125c (diff) | |
download | meta-openembedded-05ad9e725f85bd0b0dc7e851324a16e55446c994.tar.gz |
php: upgrade 8.2.24 -> 8.2.26
Includes fix for CVE-2024-8929, CVE-2024-11236, CVE-2024-11234 and CVE-2024-11233
Changelog:
https://www.php.net/ChangeLog-8.php#8.2.26
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.26.bb (renamed from meta-oe/recipes-devtools/php/php_8.2.24.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.24.bb b/meta-oe/recipes-devtools/php/php_8.2.26.bb index 034f3bef17..10ef2c36e7 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.24.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.26.bb | |||
@@ -34,7 +34,7 @@ SRC_URI:append:class-target = " \ | |||
34 | " | 34 | " |
35 | 35 | ||
36 | S = "${WORKDIR}/php-${PV}" | 36 | S = "${WORKDIR}/php-${PV}" |
37 | SRC_URI[sha256sum] = "4cc76ec644eee97d17c92bfe8d0e84714fedf299a538b7dfadc0639dd0dc432f" | 37 | SRC_URI[sha256sum] = "be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b" |
38 | 38 | ||
39 | CVE_STATUS_GROUPS += "CVE_STATUS_PHP" | 39 | CVE_STATUS_GROUPS += "CVE_STATUS_PHP" |
40 | CVE_STATUS_PHP[status] = "fixed-version: The name of this product is exactly the same as github.com/emlog/emlog. CVE can be safely ignored." | 40 | CVE_STATUS_PHP[status] = "fixed-version: The name of this product is exactly the same as github.com/emlog/emlog. CVE can be safely ignored." |