From patchwork Tue Apr 16 06:13:57 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: 42426 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 90A64C30653 for ; Tue, 16 Apr 2024 06:14:12 +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.13584.1713248037835722367 for ; Mon, 15 Apr 2024 23:13:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=htD6diYA; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=0j/JDUAn; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018ee58a68e1-74c3300d-aef4-48d9-8b4d-f252da6da0a7-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1713248037; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=J+lI/Fo7kl/Z70DTtsXT1XQOtV7u/w2oGGA+t3NmmDE=; b=htD6diYAL/ZKECsHLZ2blfXw+zdhGBWALrUtdlg7wc1TIzQRM24gwd9r9cqCH2yG 9Z4QqBglEX7tmqFv2xO5MwiwMVd9GH74VMCjzmpVc/fs72pNa034RbabnmuWVfZjfJ0 pKIOsdmE7bnY+enIWs8ILDRbEwK/r4G9npzM9Fzw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248037; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=J+lI/Fo7kl/Z70DTtsXT1XQOtV7u/w2oGGA+t3NmmDE=; b=0j/JDUAniwvf94Jpj9Cjx9opbcx9aYq41Zx13hhHMOwPng/AHV6BxdyE27/eZD+O D2YUeeJ4L/K+mjxy28Mzsa0ztz7f8n3MLkVkiqNS1xhfnb57h/NCanGBGfRJSX5qVpc AMh5BplwaSom3sClvOez+cFDMfoHp4vpjckgiOs4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libxml2: upgrading to 2.12.6 SUCCEEDED Message-ID: <0101018ee58a68e1-74c3300d-aef4-48d9-8b4d-f252da6da0a7-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:57 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-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 ; Tue, 16 Apr 2024 06:14:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198259 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxml2* to *2.12.6* has Succeeded. Next steps: - apply the patch: git am 0001-libxml2-upgrade-2.12.5-2.12.6.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 3b0cb22a81399d6e39e7584b0feb270420383e62 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 18:06:20 +0000 Subject: [PATCH] libxml2: upgrade 2.12.5 -> 2.12.6 --- meta/recipes-core/libxml/libxml2/install-tests.patch | 2 +- .../libxml/{libxml2_2.12.5.bb => libxml2_2.12.6.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/libxml/{libxml2_2.12.5.bb => libxml2_2.12.6.bb} (97%) diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch index 478eeea81b..5919f242af 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 eec20cbcee04d55e1e22a1a209e0f6d7145ef329 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.5.bb b/meta/recipes-core/libxml/libxml2_2.12.6.bb similarity index 97% rename from meta/recipes-core/libxml/libxml2_2.12.5.bb rename to meta/recipes-core/libxml/libxml2_2.12.6.bb index 47c1a72e77..14fcff7fa4 100644 --- a/meta/recipes-core/libxml/libxml2_2.12.5.bb +++ b/meta/recipes-core/libxml/libxml2_2.12.6.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] = "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21" +SRC_URI[archive.sha256sum] = "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" # Disputed as a security issue, but fixed in d39f780