diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-10 14:13:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 23:45:17 -0800 |
commit | 08f83e502b2b74310e723faa0b4c816467b5121a (patch) | |
tree | ce4c7bc39de6a30a6fbf256ad43d9d8b0cf66575 /meta-oe/recipes-devtools/php | |
parent | 05d26628dc7c510cfc4ea6e85e9ef8db8e738621 (diff) | |
download | meta-openembedded-08f83e502b2b74310e723faa0b4c816467b5121a.tar.gz |
php: update 8.1.16 -> 8.2.3
License-Update: Copyright year updated to 2022.
Changelog:
=========
- Core:
. Fixed bug #81744 (Password_verify() always return true with some hash).
(CVE-2023-0567)
. Fixed bug #81746 (1-byte array overrun in common path resolve code).
(CVE-2023-0568)
- FPM:
. Fixed bug GHSA-54hq-v5wp-fqgv (DOS vulnerability when parsing multipart
request body). (CVE-2023-0662)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.3.bb (renamed from meta-oe/recipes-devtools/php/php_8.1.16.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.16.bb b/meta-oe/recipes-devtools/php/php_8.2.3.bb index 2f45ced95..f7639cd5f 100644 --- a/meta-oe/recipes-devtools/php/php_8.1.16.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.php.net" | |||
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | 4 | ||
5 | LICENSE = "PHP-3.0" | 5 | LICENSE = "PHP-3.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=99532e0f6620bc9bca34f12fadaee33c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" | 9 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" |
@@ -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] = "cd9f0ea14d82d9455587a49a0b6c802a7b8d8ff79703f9f48b17db010fb633ce" | 36 | SRC_URI[sha256sum] = "87bb58865f38f5e2941813029152cea2102fe2961bb4d68b88f831ddd0548d0f" |
37 | 37 | ||
38 | CVE_CHECK_IGNORE += "\ | 38 | CVE_CHECK_IGNORE += "\ |
39 | CVE-2007-2728 \ | 39 | CVE-2007-2728 \ |