Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *gpgme* to *2.1.0* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-gpgme-upgrade-2.0.1-2.1.0.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 56841c190ac9b5fe2279532ebc534c9d56180aa6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 1 Jun 2026 14:26:08 +0000
Subject: [PATCH] gpgme: upgrade 2.0.1 -> 2.1.0

---
 ...uild-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch |  5 +----
 .../0001-autogen.sh-remove-unknown-in-version.patch   |  6 +++---
 meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch | 11 ++++-------
 ...0001-posix-io.c-Use-off_t-instead-of-off64_t.patch |  4 ++--
 .../0001-use-closefrom-on-linux-and-glibc-2.34.patch  |  6 +++---
 ...nfig-skip-all-lib-or-usr-lib-directories-in-.patch |  2 +-
 .../gpgme/{gpgme_2.0.1.bb => gpgme_2.1.0.bb}          |  2 +-
 7 files changed, 15 insertions(+), 21 deletions(-)
 rename meta/recipes-support/gpgme/{gpgme_2.0.1.bb => gpgme_2.1.0.bb} (96%)

diff --git 
a/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch
 
b/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch
index 4b8d1ceecd..f3b42aa1ae 100644
--- 
a/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch
+++ 
b/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch
@@ -1,4 +1,4 @@
-From 6ad1ac8c03ae3acc0539fc1566070e2468c7df0a Mon Sep 17 00:00:00 2001
+From df6d3712376f44254cf1acca3ba460a96fedf377 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <[email protected]>
 Date: Tue, 14 Oct 2025 14:12:55 +0800
 Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc."
@@ -113,6 +113,3 @@ index acbfc1c..5f689e1 100644
      AC_MSG_RESULT(yes)
      ifelse([$2], , :, [$2])
      _AM_PATH_GPGME_CONFIG_HOST_CHECK
--- 
-2.34.1
-
diff --git 
a/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch
 
b/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch
index 890909dd5e..63c5a46f70 100644
--- 
a/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch
+++ 
b/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch
@@ -1,4 +1,4 @@
-From 0bb7fddb6a768bbc46695de4c6e0256a3580ccbb Mon Sep 17 00:00:00 2001
+From 7545fb5e0520fc9780376310a7ea484fc815b0d9 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <[email protected]>
 Date: Tue, 26 Nov 2024 23:23:42 -0800
 Subject: [PATCH] autogen.sh: remove '-unknown' in version
@@ -20,10 +20,10 @@ Signed-off-by: Hongxu Jia <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/autogen.sh b/autogen.sh
-index 9f91297..9f7559b 100755
+index 71f89e2..6b407e2 100755
 --- a/autogen.sh
 +++ b/autogen.sh
-@@ -271,7 +271,7 @@ if [ "$myhost" = "find-version" ]; then
+@@ -286,7 +286,7 @@ if [ "$myhost" = "find-version" ]; then
      else
        ingit=no
        beta=yes
diff --git a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch 
b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
index 67b65157d1..77e462838a 100644
--- a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
+++ b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
@@ -1,4 +1,4 @@
-From 4b4e6fc898dd249387bbed4924fa22c1c494327a Mon Sep 17 00:00:00 2001
+From bbe0b74081f21442696e409ed15322183b69553a Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <[email protected]>
 Date: Mon, 21 Jul 2025 12:43:29 +0800
 Subject: [PATCH] pkgconfig
@@ -29,10 +29,10 @@ Signed-off-by: Hongxu Jia <[email protected]>
  create mode 100644 src/gpgme-pthread.pc.in
 
 diff --git a/configure.ac b/configure.ac
-index d4dcb1c..293fcc2 100644
+index a01a8c1..8b0dc40 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -844,6 +844,7 @@ AC_CONFIG_FILES(Makefile src/Makefile
+@@ -845,6 +845,7 @@ AC_CONFIG_FILES(Makefile src/Makefile
                  src/gpgme.pc
                  src/gpgme-glib.pc
                  src/gpgme.h)
@@ -41,7 +41,7 @@ index d4dcb1c..293fcc2 100644
  AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd])
  AC_CONFIG_FILES([lang/js/Makefile lang/js/src/Makefile
 diff --git a/src/Makefile.am b/src/Makefile.am
-index edc239b..d427044 100644
+index 4f45dfe..3c49190 100644
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
 @@ -20,11 +20,11 @@
@@ -295,6 +295,3 @@ index 9ddef5c..932645b 100644
 +Cflags: -I${includedir}
 +Libs: -L${libdir} -lgpgme
  URL: https://www.gnupg.org/software/gpgme/index.html
--- 
-2.34.1
-
diff --git 
a/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch
 
b/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch
index 932fb9c962..b8681ed113 100644
--- 
a/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch
+++ 
b/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch
@@ -1,4 +1,4 @@
-From 417036051c84b02fe43f162ee378278a44636451 Mon Sep 17 00:00:00 2001
+From c03515f3fb1720e8e78f73708f9fbbbc8407268b Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 Date: Thu, 15 Dec 2022 08:44:13 -0800
 Subject: [PATCH] posix-io.c: Use off_t instead of off64_t
@@ -26,7 +26,7 @@ Signed-off-by: Khem Raj <[email protected]>
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/posix-io.c b/src/posix-io.c
-index 0d0a98b..286a626 100644
+index 4dee776..3b99500 100644
 --- a/src/posix-io.c
 +++ b/src/posix-io.c
 @@ -74,8 +74,8 @@
diff --git 
a/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch
 
b/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch
index ed2edabd63..f7398ee72f 100644
--- 
a/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch
+++ 
b/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch
@@ -1,4 +1,4 @@
-From aaed03b76505b1feaeeb5a4a3c6bdcc7dd089f01 Mon Sep 17 00:00:00 2001
+From 506ecc28aa4376ec4c4e6227be7c937c0d8d3612 Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 Date: Thu, 15 Jul 2021 12:33:13 -0700
 Subject: [PATCH] use closefrom() on linux and glibc 2.34+
@@ -13,10 +13,10 @@ Signed-off-by: Wang Mingyu <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/posix-io.c b/src/posix-io.c
-index a422d8f..0d0a98b 100644
+index f8196f9..4dee776 100644
 --- a/src/posix-io.c
 +++ b/src/posix-io.c
-@@ -577,7 +577,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], 
unsigned int flags,
+@@ -599,7 +599,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], 
unsigned int flags,
                if (fd_list[i].fd > fd)
                  fd = fd_list[i].fd;
              fd++;
diff --git 
a/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch
 
b/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch
index c021e48be9..7247404408 100644
--- 
a/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch
+++ 
b/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch
@@ -1,4 +1,4 @@
-From 9ea685f1b898ee703b85b705c35b9cbd77cca17f Mon Sep 17 00:00:00 2001
+From 1f063f06e5ddc39fba2ae60dd68b8a57a3da1b80 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <[email protected]>
 Date: Thu, 13 Apr 2017 16:40:27 +0300
 Subject: [PATCH] gpgme-config: skip all /lib* or /usr/lib* directories in
diff --git a/meta/recipes-support/gpgme/gpgme_2.0.1.bb 
b/meta/recipes-support/gpgme/gpgme_2.1.0.bb
similarity index 96%
rename from meta/recipes-support/gpgme/gpgme_2.0.1.bb
rename to meta/recipes-support/gpgme/gpgme_2.1.0.bb
index ae20f785e6..269070b10b 100644
--- a/meta/recipes-support/gpgme/gpgme_2.0.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_2.1.0.bb
@@ -24,7 +24,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
            file://0001-autogen.sh-remove-unknown-in-version.patch \
            "
 
-SRC_URI[sha256sum] = 
"821ab0695c842eab51752a81980c92b0410c7eadd04103f791d5d2a526784966"
+SRC_URI[sha256sum] = 
"841c5ea53fc26259f4fbf0e8bde982dea1b8a1ca0cb77e681c82b050566bf92b"
 
 DEPENDS = "libgpg-error-native libgpg-error libassuan"
 
-- 
2.47.1

packages/x86-64-v3-poky-linux/gpgme/gpgme: FILELIST: removed 
"/usr/lib/libgpgme.so.45.0.1", added "/usr/lib/libgpgme.so.45.1.0"
Changes to packages/x86-64-v3-poky-linux/gpgme (sysroot):
  /usr/lib/libgpgme.so.45 changed symlink target from libgpgme.so.45.0.1 to 
libgpgme.so.45.1.0
  /usr/lib/libgpgme.so changed symlink target from libgpgme.so.45.0.1 to 
libgpgme.so.45.1.0
  /usr/lib/libgpgme.so.45.0.1 moved to /usr/lib/libgpgme.so.45.1.0

Attachment: 0001-gpgme-upgrade-2.0.1-2.1.0.patch
Description: Binary data

packages/x86-64-v3-poky-linux/gpgme/gpgme-dbg: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-dbg: PKGSIZE changed from 2267416 to 
2275632 (+0%)
packages/x86-64-v3-poky-linux/gpgme/gpgme-dbg: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-dbg: FILELIST: removed 
"/usr/lib/.debug/libgpgme.so.45.0.1", added "/usr/lib/.debug/libgpgme.so.45.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-dev: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-dev: PKGSIZE changed from 105967 to 
106699 (+1%)
packages/x86-64-v3-poky-linux/gpgme/gpgme-dev: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-doc: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-doc: PKGSIZE changed from 474423 to 
476998 (+1%)
packages/x86-64-v3-poky-linux/gpgme/gpgme-doc: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-locale: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-locale: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-src: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-src: PKGSIZE changed from 1332922 to 
1340856 (+1%)
packages/x86-64-v3-poky-linux/gpgme/gpgme-src: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-src: FILELIST: directory renamed 
/usr/src/debug/gpgme/2.0.1/src -> /usr/src/debug/gpgme/2.1.0/src, directory 
renamed /usr/src/debug/gpgme/2.0.1/tools -> /usr/src/debug/gpgme/2.1.0/tools
packages/x86-64-v3-poky-linux/gpgme/gpgme-staticdev: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-staticdev: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme-tool: PKGV changed from 2.0.1 
[default] to 2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme-tool: PV changed from "2.0.1" to 
"2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme: PKGV changed from 2.0.1 [default] to 
2.1.0 [default]
packages/x86-64-v3-poky-linux/gpgme/gpgme: PKGSIZE changed from 487618 to 
487650 (+0%)
packages/x86-64-v3-poky-linux/gpgme/gpgme: PV changed from "2.0.1" to "2.1.0"
packages/x86-64-v3-poky-linux/gpgme/gpgme: FILELIST: removed 
"/usr/lib/libgpgme.so.45.0.1", added "/usr/lib/libgpgme.so.45.1.0"
packages/x86-64-v3-poky-linux/gpgme: SRC_URI changed from 
"https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-2.0.1.tar.bz2 
file://0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch 
file://0001-pkgconfig.patch 
file://0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch 
file://0001-use-closefrom-on-linux-and-glibc-2.34.patch 
file://0001-posix-io.c-Use-off_t-instead-of-off64_t.patch 
file://0001-autogen.sh-remove-unknown-in-version.patch" to 
"https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-2.1.0.tar.bz2 
file://0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch 
file://0001-pkgconfig.patch 
file://0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch 
file://0001-use-closefrom-on-linux-and-glibc-2.34.patch 
file://0001-posix-io.c-Use-off_t-instead-of-off64_t.patch 
file://0001-autogen.sh-remove-unknown-in-version.patch"
packages/x86-64-v3-poky-linux/gpgme: PKGV changed from 2.0.1 [default] to 2.1.0 
[default]
packages/x86-64-v3-poky-linux/gpgme: PV changed from "2.0.1" to "2.1.0"
Changes to packages/x86-64-v3-poky-linux/gpgme (sysroot):
  /usr/lib/libgpgme.so.45 changed symlink target from libgpgme.so.45.0.1 to 
libgpgme.so.45.1.0
  /usr/lib/libgpgme.so changed symlink target from libgpgme.so.45.0.1 to 
libgpgme.so.45.1.0
  /usr/lib/libgpgme.so.45.0.1 moved to /usr/lib/libgpgme.so.45.1.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#237952): 
https://lists.openembedded.org/g/openembedded-core/message/237952
Mute This Topic: https://lists.openembedded.org/mt/119594508/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to