To: ['Hongxu Jia '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libxml2: upgrading to 2.15.1 FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251105115147/all/libxml2/bitbake-output-qemux86-64.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251105115147/all/libxml2/0001-libxml2-upgrade-2.14.6-2.15.1.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libxml2* to *2.15.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libxml2-upgrade-2.14.6-2.15.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 209f46981304dc9ca51c3be009b12ac92c927d6a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 15:16:39 +0000 Subject: [PATCH] libxml2: upgrade 2.14.6 -> 2.15.1 --- ...ake-Fix-installation-directories-in-libxml2.patch | 12 ++++++------ meta/recipes-core/libxml/libxml2/CVE-2025-6021.patch | 4 ++-- meta/recipes-core/libxml/libxml2/install-tests.patch | 6 +++--- .../libxml/{libxml2_2.14.6.bb => libxml2_2.15.1.bb} | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) rename meta/recipes-core/libxml/{libxml2_2.14.6.bb => libxml2_2.15.1.bb} (97%) diff --git a/meta/recipes-core/libxml/libxml2/0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch b/meta/recipes-core/libxml/libxml2/0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch index 627f8472c3..11e6873ffb 100644 --- a/meta/recipes-core/libxml/libxml2/0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch +++ b/meta/recipes-core/libxml/libxml2/0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch @@ -1,4 +1,4 @@ -From 1a7e177a7315c856a2f0e3c2a17ee0fd9e297bc9 Mon Sep 17 00:00:00 2001 +From fc037894bf49b0904e82088d20d782ddd0090a6b Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Mon, 26 May 2025 21:11:14 +0200 Subject: [PATCH] Revert "cmake: Fix installation directories in @@ -15,10 +15,10 @@ Signed-off-by: Peter Marko 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/configure.ac b/configure.ac -index aaa02e3..fb241bb 100644 +index 4eb629b..150e06e 100644 --- a/configure.ac +++ b/configure.ac -@@ -1065,17 +1065,6 @@ AC_SUBST(XML_PRIVATE_LIBS) +@@ -1006,17 +1006,6 @@ AC_SUBST(XML_PRIVATE_LIBS) AC_SUBST(XML_PRIVATE_CFLAGS) AC_SUBST(XML_INCLUDEDIR) @@ -37,7 +37,7 @@ index aaa02e3..fb241bb 100644 AC_DEFINE_UNQUOTED([XML_SYSCONFDIR], ["$XML_SYSCONFDIR"], [System configuration directory (/etc)]) diff --git a/libxml2-config.cmake.in b/libxml2-config.cmake.in -index e040a75..dc0d6b8 100644 +index ff6433f..b775cfe 100644 --- a/libxml2-config.cmake.in +++ b/libxml2-config.cmake.in @@ -24,17 +24,20 @@ @@ -66,10 +66,10 @@ index e040a75..dc0d6b8 100644 set(LIBXML2_LIBRARIES ${LIBXML2_LIBRARY}) set(LIBXML2_INCLUDE_DIRS ${LIBXML2_INCLUDE_DIR}) diff --git a/meson.build b/meson.build -index 98bc6e3..3ef0bd0 100644 +index 31c73b6..8728852 100644 --- a/meson.build +++ b/meson.build -@@ -599,9 +599,6 @@ config_cmake = configuration_data() +@@ -577,9 +577,6 @@ config_cmake = configuration_data() config_cmake.set('LIBXML_MAJOR_VERSION', v_maj) config_cmake.set('LIBXML_MINOR_VERSION', v_min) config_cmake.set('LIBXML_MICRO_VERSION', v_mic) diff --git a/meta/recipes-core/libxml/libxml2/CVE-2025-6021.patch b/meta/recipes-core/libxml/libxml2/CVE-2025-6021.patch index 0b73bceb24..61a69a4a8d 100644 --- a/meta/recipes-core/libxml/libxml2/CVE-2025-6021.patch +++ b/meta/recipes-core/libxml/libxml2/CVE-2025-6021.patch @@ -1,4 +1,4 @@ -From e546e423d69ec9b3c71167d3c3140fa1b9af93c7 Mon Sep 17 00:00:00 2001 +From 32d141339a14500935578287e528819a2ac0b5ef Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 27 May 2025 12:53:17 +0200 Subject: [PATCH] tree: Fix integer overflow in xmlBuildQName @@ -18,7 +18,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 1 insertion(+) diff --git a/tree.c b/tree.c -index e14bc62..22ec11c 100644 +index e4fd0d6..e353c1f 100644 --- a/tree.c +++ b/tree.c @@ -23,6 +23,7 @@ diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch index 4c1faa83cb..18f3a5b2af 100644 --- a/meta/recipes-core/libxml/libxml2/install-tests.patch +++ b/meta/recipes-core/libxml/libxml2/install-tests.patch @@ -1,4 +1,4 @@ -From 7e99fef6eae0642a3f1e511e4d24abf7d6d28f50 Mon Sep 17 00:00:00 2001 +From fe0b632fcee3a272586449d43548ea0defbb8beb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 5 Dec 2022 17:02:32 +0000 Subject: [PATCH] add yocto-specific install-ptest target @@ -12,10 +12,10 @@ Signed-off-by: Ross Burton 1 file changed, 10 insertions(+) diff --git a/Makefile.am b/Makefile.am -index 6f98144..ecb3b54 100644 +index 19ec305..9161af9 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -26,6 +26,16 @@ check_PROGRAMS = \ +@@ -29,6 +29,16 @@ check_PROGRAMS = \ testparser \ testrecurse diff --git a/meta/recipes-core/libxml/libxml2_2.14.6.bb b/meta/recipes-core/libxml/libxml2_2.15.1.bb similarity index 97% rename from meta/recipes-core/libxml/libxml2_2.14.6.bb rename to meta/recipes-core/libxml/libxml2_2.15.1.bb index 6ed8760f4c..8ad700d515 100644 --- a/meta/recipes-core/libxml/libxml2_2.14.6.bb +++ b/meta/recipes-core/libxml/libxml2_2.15.1.bb @@ -21,7 +21,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt file://CVE-2025-6021.patch \ " -SRC_URI[archive.sha256sum] = "7ce458a0affeb83f0b55f1f4f9e0e55735dbfc1a9de124ee86fb4a66b597203a" +SRC_URI[archive.sha256sum] = "c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" CVE_STATUS[CVE-2025-6170] = "fixed-version: fixed in version 2.14.5" -- 2.47.1