diff options
author | hongxu <hongxu.jia@eng.windriver.com> | 2025-02-19 13:42:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-20 11:57:49 +0000 |
commit | 1ce86daa3dd865ab689bb8f50020c4e57210c2ea (patch) | |
tree | a5b39a9764b30b3037d85c36aaacc2f93dcef42c /meta/recipes-core | |
parent | 71efb75637a05fa2d84325aac07dc6686a6848ee (diff) | |
download | poky-1ce86daa3dd865ab689bb8f50020c4e57210c2ea.tar.gz |
libxml2: upgrade 2.13.5 -> 2.13.6
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6
Release notes
Security
[CVE-2025-24928] Fix stack-buffer-overflow in xmlSnprintfElements
[CVE-2024-56171] Fix use-after-free after xmlSchemaItemListAdd
pattern: Fix compilation of explicit child axis
Regressions
xmllint: Support compressed input from stdin
uri: Fix handling of Windows drive letters
reader: Fix return value of xmlTextReaderReadString again
SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL
Portability
dict: Handle ENOSYS from getentropy gracefully
Fix compilation with uclibc (Dario Binacchi)
python: Declare init func with PyMODINIT_FUNC
tests: Fix sanitizer version check on old Apple clang
cmake: Work around broken sys/random.h in old macOS SDKs
Build
autotools: Set AC_CONFIG_AUX_DIR
cmake: Always build Python module as shared library
cmake: add missing Bcrypt link on Windows (Saleem Abdulrasool)
cmake: Fix compatibility in package version file
(From OE-Core rev: 86e16b1081fbe12b4f53fc72bfdff5240da7321a)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.13.6.bb (renamed from meta/recipes-core/libxml/libxml2_2.13.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.13.5.bb b/meta/recipes-core/libxml/libxml2_2.13.6.bb index 6fbdec30ca..3b3ca87e96 100644 --- a/meta/recipes-core/libxml/libxml2_2.13.5.bb +++ b/meta/recipes-core/libxml/libxml2_2.13.6.bb | |||
@@ -19,7 +19,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt | |||
19 | file://install-tests.patch \ | 19 | file://install-tests.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[archive.sha256sum] = "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6" | 22 | SRC_URI[archive.sha256sum] = "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96" |
23 | SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" | 23 | SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" |
24 | 24 | ||
25 | # Disputed as a security issue, but fixed in d39f780 | 25 | # Disputed as a security issue, but fixed in d39f780 |