summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-23 07:45:48 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-23 09:25:19 -0800
commit95c8527f9f074ae3c9ac31cebb89d3885120eb0f (patch)
tree6b6b1e72456dffab9cd8cfa08315d986e2dd2a5c /meta-oe
parent80adbff00a71f106892960af1bda1ea644012b40 (diff)
downloadmeta-openembedded-95c8527f9f074ae3c9ac31cebb89d3885120eb0f.tar.gz
php: upgrade 8.1.2 -> 8.1.3
Changelog: ========= Core: ------ Fixed bug #81430 (Attribute instantiation leaves dangling pointer). Fixed bug #7896 (Environment vars may be mangled on Windows). Fixed bug #7883 (Segfault when INI file is not readable). FFI: ----- Fixed bug #7867 (FFI::cast() from pointer to array is broken). Filter: ------ Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708) FPM: ----- Fixed memory leak on invalid port. Fixed bug #7842 (Invalid OpenMetrics response format returned by FPM status page. MBString: -------- Fixed bug #7902 (mb_send_mail may delimit headers with LF only). MySQLnd: -------- Fixed bug #7972 (MariaDB version prefix 5.5.5- is not stripped). pcntl: ------ Fixed pcntl_rfork build for DragonFlyBSD. Sockets: ------- Fixed bug #7978 (sockets extension compilation errors). Standard: --------- Fixed bug #7899 (Regression in unpack for negative int value). Fixed bug #7875 (mails are sent even if failure to log throws exception). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/php/php_8.1.3.bb (renamed from meta-oe/recipes-devtools/php/php_8.1.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.2.bb b/meta-oe/recipes-devtools/php/php_8.1.3.bb
index 038d79783..bfe4d270d 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.2.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.3.bb
@@ -32,7 +32,7 @@ SRC_URI:append:class-target = " \
32 " 32 "
33 33
34S = "${WORKDIR}/php-${PV}" 34S = "${WORKDIR}/php-${PV}"
35SRC_URI[sha256sum] = "913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9" 35SRC_URI[sha256sum] = "354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be"
36 36
37inherit autotools pkgconfig python3native gettext 37inherit autotools pkgconfig python3native gettext
38 38