From 86e16b1081fbe12b4f53fc72bfdff5240da7321a Mon Sep 17 00:00:00 2001 From: hongxu Date: Wed, 19 Feb 2025 13:42:55 +0800 Subject: [PATCH] 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 Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- .../libxml/{libxml2_2.13.5.bb => libxml2_2.13.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/libxml/{libxml2_2.13.5.bb => libxml2_2.13.6.bb} (97%) diff --git a/meta/recipes-core/libxml/libxml2_2.13.5.bb b/meta/recipes-core/libxml/libxml2_2.13.6.bb similarity index 97% rename from meta/recipes-core/libxml/libxml2_2.13.5.bb rename to meta/recipes-core/libxml/libxml2_2.13.6.bb index 6fbdec30caf..3b3ca87e962 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 file://install-tests.patch \ " -SRC_URI[archive.sha256sum] = "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6" +SRC_URI[archive.sha256sum] = "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" # Disputed as a security issue, but fixed in d39f780 -- 2.47.3