From patchwork Tue Apr 15 13:33:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 61356 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 38E40C369BF for ; Tue, 15 Apr 2025 13:33:17 +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.web11.20181.1744723983075023318 for ; Tue, 15 Apr 2025 06:33:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=NxFSCjAo; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=tWRmsiRu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019639a76747-b5ab3598-5089-4e69-86f0-b5b27423d20c-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=1744723994; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=T4r9RAeLabfCSl5F7AW5iF+gjSFAJxTNW/u2CTaPBRM=; b=NxFSCjAoYcrfhLB36mQJwYrdS2gHXhiTUzqEGDH0+8YZ9UewGF1r9c86ybisGJ1Q 4tOa+60wQfkATgx21iZcWCMXkUOX+xOww+Z6DeeyRCcvAk/JyuDKam6B0SmvkitV00w zrsQwHGt5WDp6xpHln469cZN7teaj44yd/rzSKCI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1744723994; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=T4r9RAeLabfCSl5F7AW5iF+gjSFAJxTNW/u2CTaPBRM=; b=tWRmsiRuwvS6HxH/ovHeuBL1DJk+ucrEzBNmGbI7drt5z2MOLzTBUV6CR2h23H1l MjzvGbeYpDb3/B2RFelLPNvPxE03DsL/31ex67qoz4ZLXumP3jVm0Eph0RZD7uSZe4D /BdKKdIvb4dsRMBK/AcNwsZE8kOaJi35HwGfs8CM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libgpg-error: upgrading to 1.53 SUCCEEDED Message-ID: <0101019639a76747-b5ab3598-5089-4e69-86f0-b5b27423d20c-000000@us-west-2.amazonses.com> Date: Tue, 15 Apr 2025 13:33:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.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 ; Tue, 15 Apr 2025 13:33:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214942 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgpg-error* to *1.53* has Succeeded. Next steps: - apply the patch: git am 0001-libgpg-error-upgrade-1.51-1.53.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 43f400043b6d56c7645fb7aa571cf95b6441728a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Apr 2025 13:26:05 +0000 Subject: [PATCH] libgpg-error: upgrade 1.51 -> 1.53 --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 6 +++--- .../libgpg-error/libgpg-error/pkgconfig.patch | 2 +- .../{libgpg-error_1.51.bb => libgpg-error_1.53.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.51.bb => libgpg-error_1.53.bb} (95%) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch index 0910d6cc63..aa5960da83 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch @@ -1,4 +1,4 @@ -From 581919f3af914c6b62e51b345d5d15e709f20e77 Mon Sep 17 00:00:00 2001 +From 02e885d9d3ee8fe3d7cc7a5036daa07b9af02ebb Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 28 Feb 2020 09:19:56 +0000 Subject: [PATCH] Do not fail when testing config scripts @@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am -index 9389e99..6ded263 100644 +index e56bb23..8c3ba7b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -324,6 +324,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh +@@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh else \ echo "no"; \ echo "*** Please report to with gpg-error-config-test.log"; \ diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index dbf728b2de..c359a8ee95 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch @@ -1,4 +1,4 @@ -From 3529df77cd20253ce2a9c1962d7a72058a04fd98 Mon Sep 17 00:00:00 2001 +From 423cc00b6aa5eaaed53b8533376db3b4321102be Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 21 Aug 2024 20:03:29 -0700 Subject: [PATCH] support pkgconfig diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.53.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.51.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.53.bb index 741969beb0..5e10dc499a 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.53.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" +SRC_URI[sha256sum] = "6a0721b52027415f53abcbf63b5c37776a0f774d9126d560a3ce76c0eb42903f" BINCONFIG = "${bindir}/gpg-error-config"