From patchwork Wed Feb 18 18:41:54 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: 81352 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 9B921E9A053 for ; Wed, 18 Feb 2026 18:42:00 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1434.1771440115108149018 for ; Wed, 18 Feb 2026 10:41:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=D0i6wwZN; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=WdZzHjqy; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019c720f09da-8ad9c535-9164-44c7-8a11-f850c20d6433-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1771440114; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2iwvomDg5B26Vt5CWlb8Y7zIpfcv3DEuoiGrepkzjvc=; b=D0i6wwZNMLUMKh6QnPqvaqmzveX0rkZ1vpEVx7bWJy+gjdewwxEm+l4+Pr5qppxn OVOlTrZrRO6OFtB6LNjMqdTegruwdYr0uWTEQymGPrCEFp/N5rd4ZoCbHuXI4EynfdV oJavLVGxEpk9vsJmamMjiaFCM23NLzSofTIQ+s5A= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1771440114; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2iwvomDg5B26Vt5CWlb8Y7zIpfcv3DEuoiGrepkzjvc=; b=WdZzHjqymNUTFCCJPRFig6G7faUvuqFQSxJsF7cNXJvldbVjjYFMpEaVZqQ+2A4T /ilQxZilOUsWBRj10Un9MMgjnOp2YgWDyENEHHz/G8SPSB4sH1y1ltq2NU7fc8JtdZf nQdZyLzXkdxTMOSpvL9bgnRYW7KCzYbAPb2z6HKs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libgpg-error: upgrading to 1.59 SUCCEEDED Message-ID: <0101019c720f09da-8ad9c535-9164-44c7-8a11-f850c20d6433-000000@us-west-2.amazonses.com> Date: Wed, 18 Feb 2026 18:41:54 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.02.18-54.240.27.192 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 ; Wed, 18 Feb 2026 18:42:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/231405 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgpg-error* to *1.59* has Succeeded. Next steps: - apply the patch: git am 0001-libgpg-error-upgrade-1.58-1.59.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 778ac3ff7484af74ad1b074c5bb894e18a211fdf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 18 Feb 2026 18:25:42 +0000 Subject: [PATCH] libgpg-error: upgrade 1.58 -> 1.59 --- ...not-fail-when-testing-config-scripts.patch | 6 ++--- .../libgpg-error/libgpg-error/pkgconfig.patch | 5 +--- ...gpg-error_1.58.bb => libgpg-error_1.59.bb} | 23 +++++++++++++++++-- 3 files changed, 25 insertions(+), 9 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.58.bb => libgpg-error_1.59.bb} (71%) 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 39798c009f..96c279532c 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 b1b6c28b4753c027052aeb6275a73eed06f0bf49 Mon Sep 17 00:00:00 2001 +From 9d57d6d7cdd5ea1bda8222c2db0ab84a520b8402 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 e56bb23..8c3ba7b 100644 +index 82b4193..23b082b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh +@@ -331,6 +331,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 38c55ad342..ef0b76dbd0 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 fdc0b6f84bae7cd6eea18712049da62cdfd5e630 Mon Sep 17 00:00:00 2001 +From ca70d16383c51f19480cd2d24b18a2eb6aea2f67 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 21 Aug 2024 20:03:29 -0700 Subject: [PATCH] support pkgconfig @@ -241,6 +241,3 @@ index 263f21b..e54ab38 100644 - AC_SUBST(GPG_ERROR_MT_LIBS) ]) + --- -2.34.1 - diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.58.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb similarity index 71% rename from meta/recipes-support/libgpg-error/libgpg-error_1.58.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.59.bb index d42a9028e8..a538e0f1b6 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.58.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb @@ -1,3 +1,22 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- src/gpg-error.h.in +# +++ src/gpg-error.h.in +# @@ -1,4 +1,4 @@ +# - * Copyright (C) 2001-2024 g10 Code GmbH +# + * Copyright (C) 2001-2026 g10 Code GmbH +# * +# * This file is part of libgpg-error (aka libgpgrt). +# * +# +# + SUMMARY = "Small library that defines common error values for all GnuPG components" DESCRIPTION = "Contains common error codes and error handling functions used by GnuPG, Libgcrypt, GPGME and more packages. " HOMEPAGE = "http://www.gnupg.org/related_software/libgpg-error/" @@ -6,7 +25,7 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index" LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - file://src/gpg-error.h.in;beginline=2;endline=18;md5=badc79a9308e1cbd2657b2441c7cf017 \ + file://src/gpg-error.h.in;beginline=2;endline=18;md5=f146974b5d59380f15c9f0eaaac4cbec \ file://src/init.c;beginline=2;endline=17;md5=f01cdfcf747af5380590cfd9bbfeaaf7 \ " @@ -19,7 +38,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27" +SRC_URI[sha256sum] = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134" BINCONFIG = "${bindir}/gpg-error-config"