From: wangmy@fujitsu.com
To: openembedded-devel@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [oe] [meta-oe] [PATCH] php: upgrade 8.2.7 -> 8.2.8
Date: Tue, 18 Jul 2023 12:25:22 +0800 [thread overview]
Message-ID: <1689654348-30702-20-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1689654348-30702-1-git-send-email-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- CLI:
. Fixed bug GH-11246 (cli/get_set_process_title fails on MacOS).
- Core:
. Fixed build for the riscv64 architecture/GCC 12.
- Curl:
. Fixed bug GH-11433 (Unable to set CURLOPT_ACCEPT_ENCODING to NULL).
- Date:
. Fixed bug GH-11455 (Segmentation fault with custom object date properties).
- DOM:
. Fixed bugs GH-11288 and GH-11289 and GH-11290 and GH-9142 (DOMExceptions
and segfaults with replaceWith).
. Fixed bug GH-10234 (Setting DOMAttr::textContent results in an empty
attribute value).
. Fix return value in stub file for DOMNodeList::item.
. Fix spec compliance error with '*' namespace for
DOMDocument::getElementsByTagNameNS.
. Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.
. Fixed bug GH-11347 (Memory leak when calling a static method inside an
xpath query).
. Fixed bug #67440 (append_node of a DOMDocumentFragment does not reconcile
namespaces).
. Fixed bug #81642 (DOMChildNode::replaceWith() bug when replacing a node
with itself).
. Fixed bug #77686 (Removed elements are still returned by getElementById).
. Fixed bug #70359 (print_r() on DOMAttr causes Segfault in
php_libxml_node_free_list()).
. Fixed bug #78577 (Crash in DOMNameSpace debug info handlers).
. Fix lifetime issue with getAttributeNodeNS().
. Fix "invalid state error" with cloned namespace declarations.
. Fixed bug #55294 and #47530 and #47847 (various namespace reconciliation
issues).
. Fixed bug #80332 (Completely broken array access functionality with
DOMNamedNodeMap).
- Opcache:
. Fix allocation loop in zend_shared_alloc_startup().
. Access violation on smm_shared_globals with ALLOC_FALLBACK.
. Fixed bug GH-11336 (php still tries to unlock the shared memory ZendSem
with opcache.file_cache_only=1 but it was never locked).
- OpenSSL:
. Fixed bug GH-9356 Incomplete validation of IPv6 Address fields in
subjectAltNames
- PCRE:
. Fix preg_replace_callback_array() pattern validation.
- PGSQL:
. Fixed intermittent segfault with pg_trace.
- Phar:
. Fix cross-compilation check in phar generation for FreeBSD.
- SPL:
. Fixed bug GH-11338 (SplFileInfo empty getBasename with more than one
slash).
- Standard:
. Fix access on NULL pointer in array_merge_recursive().
. Fix exception handling in array_multisort().
- SQLite3:
. Fixed bug GH-11451 (Invalid associative array containing duplicate
keys).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta-oe/recipes-devtools/php/{php_8.2.7.bb => php_8.2.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/php/{php_8.2.7.bb => php_8.2.8.bb} (99%)
diff --git a/meta-oe/recipes-devtools/php/php_8.2.7.bb b/meta-oe/recipes-devtools/php/php_8.2.8.bb
similarity index 99%
rename from meta-oe/recipes-devtools/php/php_8.2.7.bb
rename to meta-oe/recipes-devtools/php/php_8.2.8.bb
index 4dc0399b59..08d041d77a 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.7.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.8.bb
@@ -34,7 +34,7 @@ SRC_URI:append:class-target = " \
"
S = "${WORKDIR}/php-${PV}"
-SRC_URI[sha256sum] = "5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f"
+SRC_URI[sha256sum] = "995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517"
CVE_CHECK_IGNORE += "\
CVE-2007-2728 \
--
2.34.1
next prev parent reply other threads:[~2023-07-18 4:26 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 4:25 [oe] [meta-oe] [PATCH] c-periphery: upgrade 2.4.1 -> 2.4.2 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230611.0 -> 6.0.20230716.0 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] gensio: upgrade 2.6.6 -> 2.6.7 wangmy
2023-07-18 4:25 ` [oe] [meta-gnome] [PATCH] gnome-commander: upgrade 1.16.0 -> 1.16.1 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] hiredis: upgrade 1.1.0 -> 1.2.0 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] iperf3: upgrade 3.13 -> 3.14 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] iwd: upgrade 2.6 -> 2.7 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] libbytesize: upgrade 2.8 -> 2.9 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] libinih: upgrade 56 -> 57 wangmy
2023-07-18 4:25 ` [oe] [meta-networking] [PATCH] libnftnl: upgrade 1.2.5 -> 1.2.6 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] lvgl: upgrade 8.3.7 -> 8.3.8 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] bats: upgrade 1.9.0 -> 1.10.0 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] function2: upgrade 4.2.2 -> 4.2.3 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] lmdb: upgrade 0.9.29 -> 0.9.31 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] redis: upgrade 6.2.12 -> 6.2.13 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] ser2net: upgrade 4.3.12 -> 4.3.13 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-obd: upgrade 0.7.1 -> 0.7.2 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-path: upgrade 16.6.0 -> 16.7.1 wangmy
2023-07-18 4:25 ` [oe] [meta-webserver] [PATCH] nginx: upgrade 1.24.0 -> 1.25.1 wangmy
2023-07-18 4:25 ` wangmy [this message]
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-arpeggio: upgrade 2.0.0 -> 2.0.2 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.15.5 -> 2.15.6 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-charset-normalizer: upgrade 3.1.0 -> 3.2.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.3 -> 8.1.5 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.3.0 -> 2.4.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-engineio: upgrade 4.4.1 -> 4.5.1 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.1.1 -> 2.2.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-frozenlist: upgrade 1.3.3 -> 1.4.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-gevent: upgrade 22.10.2 -> 23.7.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.92.0 -> 2.93.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.21.0 -> 2.22.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-mock: upgrade 5.0.2 -> 5.1.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-platformdirs: upgrade 3.8.0 -> 3.9.1 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-protobuf: upgrade 4.23.3 -> 4.23.4 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.172 -> 2.4.173 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-pymongo: upgrade 4.4.0 -> 4.4.1 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-tox: upgrade 4.6.3 -> 4.6.4 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-virtualenv: upgrade 20.23.1 -> 20.24.0 wangmy
2023-07-18 4:25 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.70.0 -> 0.71.0 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] redis-plus-plus: upgrade 1.3.9 -> 1.3.10 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] redis: upgrade 7.0.11 -> 7.0.12 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] smemstat: upgrade 0.02.11 -> 0.02.12 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] tesseract: upgrade 5.3.1 -> 5.3.2 wangmy
2023-07-18 4:25 ` [oe] [meta-networking] [PATCH] weechat: upgrade 4.0.1 -> 4.0.2 wangmy
2023-07-18 4:25 ` [oe] [meta-networking] [PATCH] wireshark: upgrade 4.0.6 -> 4.0.7 wangmy
2023-07-18 4:25 ` [oe] [meta-oe] [PATCH] xterm: upgrade 383 -> 384 wangmy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1689654348-30702-20-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox