From patchwork Mon Nov 18 21:16:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 52680 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC419D591CC for ; Mon, 18 Nov 2024 21:16:59 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.4650.1731964609770793273 for ; Mon, 18 Nov 2024 13:16:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=XE4Cp/KU; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=sg1+IYtu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101934122a217-0fdfad7e-db50-4c2a-b47a-c73689aa5ff9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1731964609; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=kSyXPCjNtr1Zb1MMB1VRo+9PEs5BcMn8uwjgM5P1kaw=; b=XE4Cp/KU/z8/HCbHFqbxxJE7BabX7Fbsfe7gFt6iIp99pn/nLT7cP3plDXiRg98D OtmD7cqAxG/NNRpN3Y2dvHcrHkzHWmpYj+sgbc9QYD7yRNyTtznbJcSvX8RGZqWyKGj MWM3RC6RLps7rScMwqzn+QD0yJ7ycekKjhVS4guA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964609; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=kSyXPCjNtr1Zb1MMB1VRo+9PEs5BcMn8uwjgM5P1kaw=; b=sg1+IYtuZ1Tfj2G4I0i9BGYy7Kv9vqN2tLkSwdmo43MKsQW7D+EsvE3yAd4ocSmp A2GFY5jU+/d2o8fAke0CwmShZlrpyRXiWWwb7PhKNnTcx+Oqyv23V2n4APv+fSd0M3J Ls/SuVpcDqTlYkTLqgQlqXZShr0kj26ZOFtMArN4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libxml2: upgrading to 2.13.5 SUCCEEDED Message-ID: <010101934122a217-0fdfad7e-db50-4c2a-b47a-c73689aa5ff9-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:16:49 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.33 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 18 Nov 2024 21:16:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207252 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libxml2* to *2.13.5* has Succeeded. Next steps: - apply the patch: git am 0001-libxml2-upgrade-2.13.4-2.13.5.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 1adcf79cadffdcb83011805bd106b0f1ebadc407 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 06:10:10 +0000 Subject: [PATCH] libxml2: upgrade 2.13.4 -> 2.13.5 --- meta/recipes-core/libxml/libxml2/install-tests.patch | 4 ++-- .../libxml/{libxml2_2.13.4.bb => libxml2_2.13.5.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/libxml/{libxml2_2.13.4.bb => libxml2_2.13.5.bb} (97%) diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch index 478eeea81b..a76589b940 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 120f3d606a5f2774e9df882e7e94f3c5edc8662a 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.4.bb b/meta/recipes-core/libxml/libxml2_2.13.5.bb similarity index 97% rename from meta/recipes-core/libxml/libxml2_2.13.4.bb rename to meta/recipes-core/libxml/libxml2_2.13.5.bb index 34a1d3fa46..6fbdec30ca 100644 --- a/meta/recipes-core/libxml/libxml2_2.13.4.bb +++ b/meta/recipes-core/libxml/libxml2_2.13.5.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] = "65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650" +SRC_URI[archive.sha256sum] = "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" # Disputed as a security issue, but fixed in d39f780