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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <https://bugs.gnupg.org> 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 <[email protected]>
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"
--
2.47.1
packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ru: PKGSIZE changed from 40694 to 45183 (+11%) packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error: FILELIST: removed "/usr/lib/libgpg-error.so.0.41.1", added "/usr/lib/libgpg-error.so.0.41.2" Changes to packages/x86-64-v3-poky-linux/libgpg-error (sysroot): /usr/lib/libgpg-error.so.0 changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so.0.41.1 moved to /usr/lib/libgpg-error.so.0.41.2 Changes to packages/x86_64-linux/libgpg-error-native (sysroot): /usr/lib/libgpg-error.so.0 changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so.0.41.1 moved to /usr/lib/libgpg-error.so.0.41.2
0001-libgpg-error-upgrade-1.58-1.59.patch
Description: Binary data
packages/x86-64-v3-poky-linux/libgpg-error: SRC_URI changed from "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.58.tar.bz2 file://pkgconfig.patch file://0001-Do-not-fail-when-testing-config-scripts.patch file://run-ptest" to "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.59.tar.bz2 file://pkgconfig.patch file://0001-Do-not-fail-when-testing-config-scripts.patch file://run-ptest" packages/x86-64-v3-poky-linux/libgpg-error: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-dbg: FILELIST: removed "/usr/lib/.debug/libgpg-error.so.0.41.1", added "/usr/lib/.debug/libgpg-error.so.0.41.2" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-dbg: PKGSIZE changed from 1335240 to 1335328 (+0%) packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-dbg: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-dbg: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-dev: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-dev: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-doc: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-doc: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-cs: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-cs: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-da: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-da: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-de: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-de: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-eo: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-eo: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-es: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-es: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-fr: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-fr: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-hu: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-hu: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-it: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-it: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ja: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ja: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-nl: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-nl: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-pl: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-pl: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-pt: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-pt: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ro: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ro: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ru: PKGSIZE changed from 40694 to 45183 (+11%) packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ru: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-ru: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-sr: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-sr: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-sv: PKGSIZE changed from 33573 to 33554 (-0%) packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-sv: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-sv: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-tr: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-tr: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-uk: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-uk: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-vi: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-vi: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-zh-cn: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-zh-cn: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-zh-tw: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-locale-zh-tw: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-ptest: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-ptest: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-src: FILELIST: directory renamed /usr/src/debug/libgpg-error/1.58/doc -> /usr/src/debug/libgpg-error/1.59/doc, directory renamed /usr/src/debug/libgpg-error/1.58/tests -> /usr/src/debug/libgpg-error/1.59/tests, directory renamed /usr/src/debug/libgpg-error/1.58/src -> /usr/src/debug/libgpg-error/1.59/src packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-src: PKGSIZE changed from 1024500 to 1024661 (+0%) packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-src: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-src: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-staticdev: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error-staticdev: PV changed from "1.58" to "1.59" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error: FILELIST: removed "/usr/lib/libgpg-error.so.0.41.1", added "/usr/lib/libgpg-error.so.0.41.2" packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error: PKGV changed from 1.58 [default] to 1.59 [default] packages/x86-64-v3-poky-linux/libgpg-error/libgpg-error: PV changed from "1.58" to "1.59" Changes to packages/x86-64-v3-poky-linux/libgpg-error (sysroot): /usr/lib/libgpg-error.so.0 changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so.0.41.1 moved to /usr/lib/libgpg-error.so.0.41.2 Changes to packages/x86_64-linux/libgpg-error-native (sysroot): /usr/lib/libgpg-error.so.0 changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so changed symlink target from libgpg-error.so.0.41.1 to libgpg-error.so.0.41.2 /usr/lib/libgpg-error.so.0.41.1 moved to /usr/lib/libgpg-error.so.0.41.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231405): https://lists.openembedded.org/g/openembedded-core/message/231405 Mute This Topic: https://lists.openembedded.org/mt/117879921/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
