summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolampalli, Archana <archana.polampalli@windriver.com>2023-08-17 06:43:46 +0000
committerArmin Kuster <akuster808@gmail.com>2023-08-25 10:39:46 -0400
commit20ed5727af812e291ddf48687eb8bc8ef3239b5c (patch)
treedea828ac4235b6c6b0187713922c6d4156342063
parent529620141e773080a6a7be4615fb7993204af883 (diff)
downloadmeta-openembedded-20ed5727af812e291ddf48687eb8bc8ef3239b5c.tar.gz
php: upgrade 8.1.16 -> 8.1.22
Upgrade php to 8.1.22 Security fixes: CVE-2023-3824 CVE-2023-3823 CVE-2023-3247 https://www.php.net/ChangeLog-8.php#8.1.22 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/php/php_8.1.22.bb (renamed from meta-oe/recipes-devtools/php/php_8.1.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.16.bb b/meta-oe/recipes-devtools/php/php_8.1.22.bb
index db8a65544b..ffa3318441 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.16.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.22.bb
@@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \
33 " 33 "
34 34
35S = "${WORKDIR}/php-${PV}" 35S = "${WORKDIR}/php-${PV}"
36SRC_URI[sha256sum] = "cd9f0ea14d82d9455587a49a0b6c802a7b8d8ff79703f9f48b17db010fb633ce" 36SRC_URI[sha256sum] = "992354e382c6c618d01ed4be06beea8dec3178b14153df64d3c8c48b85e9fbc2"
37 37
38CVE_CHECK_IGNORE += "\ 38CVE_CHECK_IGNORE += "\
39 CVE-2007-2728 \ 39 CVE-2007-2728 \