From patchwork Fri May 15 13:20:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 88189 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 70B10CD4F55 for ; Fri, 15 May 2026 13:20:49 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.34813.1778851223005675442 for ; Fri, 15 May 2026 06:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=mmXm00DX; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=faHGxX1n; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019e2bcbe3c2-a5880aa7-3f31-45e0-91d1-3b3a3705f428-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=1778851243; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=aNaQ6aATMNmh7fos0eG2YirCN2tnCgwomoN9KpncpGE=; b=mmXm00DXPunKz7EcOSoSvXll0ZNrq7wqg8sxcSTh/jvv0OSnWCulqQJKr1F2oYkm Brfumk3vmk5++1O/hQNUJKdD1989gXEpQMJ0BAcqtCzgFguqQkJyK1hUmhOSTGjZ3ip ccH6vyiHIW6K+j9JyB9gBEzSqkoHtiuQh+yEgirc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851243; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=aNaQ6aATMNmh7fos0eG2YirCN2tnCgwomoN9KpncpGE=; b=faHGxX1nKYnaJshyGliPpoIAFf6Kb7gMJrUF9wJakuFfW21ugjsJll7QGHcZD5IU IcLM/DJA2Wc49c0yBHs8yyJhthYwhOP00ggQwXTC5BOyBPzLMahLAxhCX/NFShjLjqn AAn34vd6WSYFT5OaXqiKPRJW0tTBuIIfJULqT5Gs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libgpg-error: upgrading to 1.61 SUCCEEDED Message-ID: <0101019e2bcbe3c2-a5880aa7-3f31-45e0-91d1-3b3a3705f428-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 May 2026 13:20:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237166 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgpg-error* to *1.61* has Succeeded. Next steps: - apply the patch: git am 0001-libgpg-error-upgrade-1.60-1.61.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 3edfaee7a2dd8c294c2db498e0c72172aff89d7f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 12:44:34 +0000 Subject: [PATCH] libgpg-error: upgrade 1.60 -> 1.61 --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 2 +- meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch | 2 +- .../libgpg-error/{libgpg-error_1.60.bb => libgpg-error_1.61.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.60.bb => libgpg-error_1.61.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 3484af63b3..6e54e4f102 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 48d457a819d1bf4171c6cc7fe161cdfc66770be2 Mon Sep 17 00:00:00 2001 +From 98eed13fd2442dbcd8e9e1c5d02be30cee97404d 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 diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index 485c079a2b..73a58c42e2 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 3648accd954d86b14f7a4eb72b9ffa4fe57b72d5 Mon Sep 17 00:00:00 2001 +From 17bc4850a71f5e1f9bebb1e4f707fa333ea45f01 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.60.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.61.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.60.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.61.bb index 622827c2ca..de3918a998 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.60.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.61.bb @@ -19,7 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "11b2a738e212f3eab0fe8637bc341d3181ca964e97bb2654de91aab7dae4ce09" +SRC_URI[sha256sum] = "7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93" BINCONFIG = "${bindir}/gpg-error-config"