From patchwork Mon Jun 1 15:35:56 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: 89056 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 33AB4CD6E74 for ; Mon, 1 Jun 2026 15:36:03 +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.msgproc01-g2.1569.1780328135766942518 for ; Mon, 01 Jun 2026 08:35:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=JcZglLUp; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=hn5RIWcG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019e83d3cd55-c0363960-b60a-4324-bda5-35bbac3a22a1-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=1780328156; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Ul8Ke/k/LUf6TYRf3FPu6WzhRMcOkDSIOdC8K/Mxej8=; b=JcZglLUpU0opmTHDtww9i2LFkh8Lf0NsPB5IBKZK/RTwFfkhKumkv9CYBzsJ0IsQ uHtlL/OHmc6G7lU7K/XhBGvJFFQTA9tbfN9B/soyXUghufI/VZA5cOcRY9LKHZiuSpn wZ7D5Xe2h9vFyZBCWHjth8uubyCUASN7kZrqwOgo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328156; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Ul8Ke/k/LUf6TYRf3FPu6WzhRMcOkDSIOdC8K/Mxej8=; b=hn5RIWcGPGCQJht8axsX2o1hqW2p1jRJqrhkddA6rlPRZTQJacEdPe8srGoI1ogi GhloEm4vCzm6H7duc8PJw/KQWWVlq/ohsJ7rYx7KhCfw0eT/xwfCjMhzRLvwT7G5lis x+dGmAnLQ6iMc86KL6+SOTnSSROOwV0nu1FDUFic= 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: <0101019e83d3cd55-c0363960-b60a-4324-bda5-35bbac3a22a1-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-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 ; Mon, 01 Jun 2026 15:36:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237956 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 001a9f07b90bb574708087cb3f6a99ca9722822c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 14:49:50 +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..063a837f60 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 8722a653191368fd5f8dfdf798f3cc57e651faf3 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..1fe5e0510b 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 31d4be147b094cc3e1f45448044efcfddcbdc974 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"