From patchwork Wed May 15 17:32:16 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: 43638 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 E25F9C25B7C for ; Wed, 15 May 2024 17:32:18 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.1240.1715794337546557322 for ; Wed, 15 May 2024 10:32:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=SNVeWU6c; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=JNdU9I1g; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018f7d4fdc55-2075fb1f-1351-4e8f-b544-88fd173a587e-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=1715794337; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=25a5HCxUxTbmubnJON2FfL66150qp7PYIjbsOfHZHYY=; b=SNVeWU6czYCDnHNJ6fo0YAX1uQ3qWWOH4E7TW/dZMuQrKhm0SpvX2p6NAoTI+Woz /52br7djyZD+0CDCztiWMnDqqpP7y586yrGImygCh89hvEyqA3nKIC4VeTR3UfGam+u K4Nz7P6f9YtIrQTt5PY6eofTD9iWW5pCLQrPAZgw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1715794337; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=25a5HCxUxTbmubnJON2FfL66150qp7PYIjbsOfHZHYY=; b=JNdU9I1gqPVZWlh6Tf3eaJ3z6ObCxcIOq0DmGj1NTtrCZXvklYyG2Z2ez/ZpOHdC 3RqgmCBu0u8lV6YRFpH8tkj+8kE/hcGrGO6VND6yJW9wk8/nd7GN6pfuaqHcTjrwcgW jsf8n3YzcBmdsXlgR7d8Ovbe4sLwsPOaCLZDl9Dw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libxml2: upgrading to 2.12.7 SUCCEEDED Message-ID: <0101018f7d4fdc55-2075fb1f-1351-4e8f-b544-88fd173a587e-000000@us-west-2.amazonses.com> Date: Wed, 15 May 2024 17:32:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.15-54.240.27.23 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 ; Wed, 15 May 2024 17:32:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/199311 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxml2* to *2.12.7* has Succeeded. Next steps: - apply the patch: git am 0001-libxml2-upgrade-2.12.6-2.12.7.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 cc40c402799954b4bab1c6a37c711f61f8502d55 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 May 2024 07:44:55 +0000 Subject: [PATCH] libxml2: upgrade 2.12.6 -> 2.12.7 --- meta/recipes-core/libxml/libxml2/install-tests.patch | 2 +- .../libxml/{libxml2_2.12.6.bb => libxml2_2.12.7.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/libxml/{libxml2_2.12.6.bb => libxml2_2.12.7.bb} (97%) diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch index 478eeea81b..dc41c1fbbe 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 7095cfa61ff41f9e6f276ee742231a7846667ec2 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 diff --git a/meta/recipes-core/libxml/libxml2_2.12.6.bb b/meta/recipes-core/libxml/libxml2_2.12.7.bb similarity index 97% rename from meta/recipes-core/libxml/libxml2_2.12.6.bb rename to meta/recipes-core/libxml/libxml2_2.12.7.bb index 14fcff7fa4..84601c282f 100644 --- a/meta/recipes-core/libxml/libxml2_2.12.6.bb +++ b/meta/recipes-core/libxml/libxml2_2.12.7.bb @@ -20,7 +20,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt file://install-tests.patch \ " -SRC_URI[archive.sha256sum] = "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" +SRC_URI[archive.sha256sum] = "24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" # Disputed as a security issue, but fixed in d39f780