From patchwork Thu Jun 11 16:32:04 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: 89852 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 00F76CD98E0 for ; Thu, 11 Jun 2026 16:32:08 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.50412.1781195498993592076 for ; Thu, 11 Jun 2026 09:32:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KH6/IFS6; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=sSQdWHM2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019eb786c7b8-808ba497-14df-422c-88f7-ab171d8909b9-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=1781195524; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6xvl/6sP8YoXm1FUGgWWRSEqcinCKJJF9PeaRmUQqyQ=; b=KH6/IFS6VwIvAs64GvHSyDrGqp75G0OUqh5ohVk7hoE4ruL/iGrLUIoS5DqU0G26 XAoU4YGecfdZnQnGz7N/zqrA6U1bP6eAMqTqar3Sv0LtpFfjGaoHceQgkyQ0TehT8CE 4B27Jb0e0N9GCTh3whX5jIxvjhLgkndBJRHcfGQg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781195524; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6xvl/6sP8YoXm1FUGgWWRSEqcinCKJJF9PeaRmUQqyQ=; b=sSQdWHM2/JDT7piwTYtlyhzo3W8O5BDh16aadu9ZHIKNMmKKz2H6r4VSTlZ2w57p fnx0+HrZDN4ptjpDiABKdnZb/FxYB8MEIiiGZA63shTeDzCdahLW8cbnOP7sQ26KKJq exRdbc37yfgu2K/Al7UlWXVCrqbRobx/HZznb7sw= 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: <0101019eb786c7b8-808ba497-14df-422c-88f7-ab171d8909b9-000000@us-west-2.amazonses.com> Date: Thu, 11 Jun 2026 16:32:04 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.11-54.240.27.31 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 ; Thu, 11 Jun 2026 16:32:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238572 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 9d99c6ea40f13e1cf99e75303610758e813af616 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 11 Jun 2026 15:43:19 +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..8dd1d46fed 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 31c996b40ab91ef3ba26faab642560c42e666f10 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..b563751e36 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 9e0af7a9a4c6712ba14c93ee069fbec3a7edc97a 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"