diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-12-20 20:50:54 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-31 09:00:02 -0500 |
commit | bffcd6df7a8201b32f17b7791013f73e64db1453 (patch) | |
tree | ea73b91a14351960abb35799487d0bace4437268 | |
parent | 54933d4bc0c9c2fef00e35d47f65aa0a59e3a487 (diff) | |
download | meta-openembedded-bffcd6df7a8201b32f17b7791013f73e64db1453.tar.gz |
php: upgrade 8.1.30 -> 8.1.31
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.1.31
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.1.31.bb (renamed from meta-oe/recipes-devtools/php/php_8.1.30.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.30.bb b/meta-oe/recipes-devtools/php/php_8.1.31.bb index ee59322a57..235fec5163 100644 --- a/meta-oe/recipes-devtools/php/php_8.1.30.bb +++ b/meta-oe/recipes-devtools/php/php_8.1.31.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] = "cb1625e5ac49b91037477e3e7767bb0624343971aeb992f4791b618af571d23e" | 36 | SRC_URI[sha256sum] = "0b39828b345151caf1b795d9f4b923c9887231776c33076dfc9d90a44390d0dc" |
37 | 37 | ||
38 | CVE_CHECK_IGNORE += "\ | 38 | CVE_CHECK_IGNORE += "\ |
39 | CVE-2007-2728 \ | 39 | CVE-2007-2728 \ |