To: ['Hongxu Jia '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libxml2: upgrading to 2.13.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241015050047/all/libxml2/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241015050047/all/libxml2/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241015050047/all/libxml2/0001-libxml2-upgrade-2.13.3-2.13.4.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libxml2* to *2.13.4* has Succeeded. Next steps: - apply the patch: git am 0001-libxml2-upgrade-2.13.3-2.13.4.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 c81add1e9a140c57286c1e21a65c1bd7f7e1e1f9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Oct 2024 07:27:51 +0000 Subject: [PATCH] libxml2: upgrade 2.13.3 -> 2.13.4 --- meta/recipes-core/libxml/libxml2/install-tests.patch | 4 ++-- .../libxml/{libxml2_2.13.3.bb => libxml2_2.13.4.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/libxml/{libxml2_2.13.3.bb => libxml2_2.13.4.bb} (97%) diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch index 478eeea81b..594f60733d 100644 --- a/meta/recipes-core/libxml/libxml2/install-tests.patch +++ b/meta/recipes-core/libxml/libxml2/install-tests.patch @@ -1,4 +1,4 @@ -From 0779511838a8cbd1e0f431c22f28f286a2a37b1b Mon Sep 17 00:00:00 2001 +From 35eeb458abae60a31d876300c9a8d3d32031d832 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,7 +12,7 @@ Signed-off-by: Ross Burton 1 file changed, 10 insertions(+) diff --git a/Makefile.am b/Makefile.am -index 0a49d37..1097c63 100644 +index 4cb9a5c..8adcd7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,16 @@ check_PROGRAMS = \ diff --git a/meta/recipes-core/libxml/libxml2_2.13.3.bb b/meta/recipes-core/libxml/libxml2_2.13.4.bb similarity index 97% rename from meta/recipes-core/libxml/libxml2_2.13.3.bb rename to meta/recipes-core/libxml/libxml2_2.13.4.bb index df24f3031c..34a1d3fa46 100644 --- a/meta/recipes-core/libxml/libxml2_2.13.3.bb +++ b/meta/recipes-core/libxml/libxml2_2.13.4.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] = "0805d7c180cf09caad71666c7a458a74f041561a532902454da5047d83948138" +SRC_URI[archive.sha256sum] = "65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" # Disputed as a security issue, but fixed in d39f780 -- 2.44.1