diff mbox series

[AUH] gpgme: upgrading to 2.2.0 SUCCEEDED

Message ID 010101a0ccf2f4af-854211bb-c6fb-45ad-aa3a-4d850d9046d4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] gpgme: upgrading to 2.2.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 23, 2026, 6:27 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-gpgme-upgrade-2.1.2-2.2.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 3ae7e17f9a7dbf8188854f6b4ff2908efc982eef Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 23 Sep 2026 06:27:38 +0000
Subject: [PATCH] gpgme: upgrade 2.1.2 -> 2.2.0

Release 2.2.0.
tests: Add test to check issuer serial number and issuer name.
Fix handling of missing timestamp in SIGINFO status.
Provide serial number and issuer of unknown S/MIME signing certificates.
Add helper to decode percent-plus encoded strings.
Handle new SIGINFO status line.
Ignore TRUST_ status lines if no NEWSIG was seen.
---
 ...Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch | 2 +-
 .../gpgme/0001-autogen.sh-remove-unknown-in-version.patch     | 2 +-
 meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch         | 4 ++--
 .../gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch  | 2 +-
 .../gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch    | 2 +-
 ...gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch | 2 +-
 meta/recipes-support/gpgme/{gpgme_2.1.2.bb => gpgme_2.2.0.bb} | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-support/gpgme/{gpgme_2.1.2.bb => gpgme_2.2.0.bb} (96%)
diff mbox series

Patch

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 ec0c423961..01b932279d 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 11991439661faba92e2a3966084d40fc8757557f Mon Sep 17 00:00:00 2001
+From 8eb66a734947d1f50d4e0a7450c0816bc6e15532 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 14 Oct 2025 14:12:55 +0800
 Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc."
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 579f47c173..d69e2cb50b 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 7f374b5827f3d5d7f57e9045259f5aca703fb1d3 Mon Sep 17 00:00:00 2001
+From 9e42f12222d951d4714cb28042d387be228975df Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 26 Nov 2024 23:23:42 -0800
 Subject: [PATCH] autogen.sh: remove '-unknown' in version
diff --git a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
index ed3b3db261..69bc380d23 100644
--- a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
+++ b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
@@ -1,4 +1,4 @@ 
-From 04838f9ce25f6964254310b66069ed1b37b019ce Mon Sep 17 00:00:00 2001
+From 2d7720a69180994eac6cff740452aa9f636b7bff Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Mon, 21 Jul 2025 12:43:29 +0800
 Subject: [PATCH] pkgconfig
@@ -29,7 +29,7 @@  Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  create mode 100644 src/gpgme-pthread.pc.in
 
 diff --git a/configure.ac b/configure.ac
-index cd0af89..5ee3891 100644
+index ee56d99..51c0598 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -845,6 +845,7 @@ AC_CONFIG_FILES(Makefile src/Makefile
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 16df7fff1b..cd322b05a5 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 c069f75821abe4fa7765556f2bcf3af8b04a6eaf Mon Sep 17 00:00:00 2001
+From b58491dbe443be4d04e1a0ef3f539c5b9c9fc6fc Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Thu, 15 Dec 2022 08:44:13 -0800
 Subject: [PATCH] posix-io.c: Use off_t instead of off64_t
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 0c00cb00f8..89df2f36f6 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 116b3ecc954387f141f7cf9f5e01185919130f18 Mon Sep 17 00:00:00 2001
+From ac2d6e27bf8cb1e11f1c02ded86bf6e4fc569bbd Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Thu, 15 Jul 2021 12:33:13 -0700
 Subject: [PATCH] use closefrom() on linux and glibc 2.34+
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 a71ec8e762..77b55101cb 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 101b5ffa3742d7e71e75f5e22aa3efe0f4c283b5 Mon Sep 17 00:00:00 2001
+From 4c439c2b344309f8b20533fdd7186accfab7c707 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 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.1.2.bb b/meta/recipes-support/gpgme/gpgme_2.2.0.bb
similarity index 96%
rename from meta/recipes-support/gpgme/gpgme_2.1.2.bb
rename to meta/recipes-support/gpgme/gpgme_2.2.0.bb
index 32db75fdfd..bffa0b40e4 100644
--- a/meta/recipes-support/gpgme/gpgme_2.1.2.bb
+++ b/meta/recipes-support/gpgme/gpgme_2.2.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] = "0687a95b299871c4141f507c0f740de6b429c9ac067d0fa4e062e3264df5fb77"
+SRC_URI[sha256sum] = "7160e80e84dafd00d956c84891c533bb7ab16a6a54fbe1574b2f3acf0496977b"
 
 DEPENDS = "libgpg-error-native libgpg-error libassuan"