diff mbox series

[AUH] gnupg: upgrading to 2.5.23 SUCCEEDED

Message ID 010101a0ccf2f51d-a991af0d-11b7-4571-8f8e-940abcd0d011-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] gnupg: upgrading to 2.5.23 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) *gnupg* to *2.5.23* has Succeeded.

Next steps:
    - apply the patch: git am 0001-gnupg-upgrade-2.5.22-2.5.23.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 2180c23d238fa260c9b693f992be8ff07c63b633 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 23 Sep 2026 06:24:08 +0000
Subject: [PATCH] gnupg: upgrade 2.5.22 -> 2.5.23

Release 2.5.23.
common: Fix composite DO parsing.
dirmngr: Add another validation in get_dns_cert_standard.
dirmngr: Add a mitigation for badly configured web key directories.
gpg: Minor code fix for correctness.
gpg: Avoid wrong compiler warning.
gpgconf: Print more info from VERSION if found.
scd:p15: Fix use of log_info.
gpgsm: Fix typo for debug output.
Allow gettime.c to be build with -Wformat-nonliteral.
gpg: Implictly set allow-9980 in de-vs compliance mode.
gpg: Always allow parsing of rfc-9980 packets.
gpgconf: Print the content of a versioninfo.txt file in verbose mode.
tests: Add a test for the new Brainpool and NIST 9980 encryption.
gpg: New debug option to get the secret key as s-expression.
gpg: Add Brainpool and NIST as specified by an RFC-9980 update.
gpg: Improve debug diagnostics for invalid packets.
gpg: New --edit-key command "addpubkey"
gpgconf,w32: Show more registry key of GpgOL.
scd: Add Nitrokey 3 to pcsc-shared interference detection.
dirmngr: Make the LDAP upload flags also work for KS_SEARCH.
gpg: Improve rfc9980 Kyber import.
gpg: Allow decryption of v4 keys using mlk768.
gpg: Make sign and encrypt use the SEIPDv2.
gpg: Make use of the new curve name "ietf25" in 9980 mode.
gpg: Make GCM decryption work in fips mode.
gpg: First take on adding a compliance mode "fips".
gpg: Fix seipdv2 encryption using AES128.
gpg: Add import option debug-accept-no-uid for regression tests.
gpg: Implement generation of ietf25 v6 keys.
gpg,gpgsm,agent: New option --debug-no-libgcrypt.
gpg: Implement generation of ietf27 v6 keys.
gpg: Print a note for salted signatures.
common: Update compliance for new algos.
gpg: Consider preferences from direct key signatures.
gpg: In rfc-9980 mode use the algo from the SEIPDv2 packet.
gpg: Implement encryption according to rfc-9980.
gpg: Handle RFC-9580 one-pass signatures.
gpg: Implement the decryption of the v6 test message from rfc-9980.
gpg: Rename the PKT_ENCRYPTED_AEAD constant.
gpg: Implement the decryption of the v4 test message from rfc-9980.
common: Add new key combiner from RFC-9980.
gpg: Cleanup the use of read_octet_string in the parser.
gpg: Get the keygrip right in gpg for the new MLKEM algos.
gpg: Preliminary support for importing some rfc-9980 secret keys.
gpg: Add preliminary support for RFC-9980 encryption keys.
---
 .../0001-Woverride-init-is-not-needed-with-gcc-9.patch      | 2 +-
 ...nfigure.ac-use-a-custom-value-for-the-location-of-.patch | 6 +++---
 .../gnupg/0002-use-pkgconfig-instead-of-npth-config.patch   | 2 +-
 meta/recipes-support/gnupg/gnupg/relocate.patch             | 2 +-
 .../gnupg/{gnupg_2.5.22.bb => gnupg_2.5.23.bb}              | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-support/gnupg/{gnupg_2.5.22.bb => gnupg_2.5.23.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch b/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
index 52db780959..707bba9faf 100644
--- a/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
+++ b/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
@@ -1,4 +1,4 @@ 
-From 8b7d344ed35bc4bcfa0d531a0885fc1bea01ffda Mon Sep 17 00:00:00 2001
+From 1c8f78f659e094aa924e1a84326a086701e803c9 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Thu, 20 Dec 2018 17:37:48 -0800
 Subject: [PATCH] Woverride-init is not needed with gcc 9
diff --git a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
index 04dd45e676..94120195a7 100644
--- a/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
+++ b/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
@@ -1,4 +1,4 @@ 
-From f86e7337698debfe5152f4f4bc840bf56f868fab Mon Sep 17 00:00:00 2001
+From ff6e519a6034d331a82d8018772db940191a3887 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Mon, 22 Jan 2018 18:00:21 +0200
 Subject: [PATCH] configure.ac: use a custom value for the location of
@@ -13,10 +13,10 @@  Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 9e2a42d..b48b88d 100644
+index 59e2bce..4eff4a8 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1909,7 +1909,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf",
+@@ -1910,7 +1910,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf",
  
  AC_DEFINE_UNQUOTED(GPGTAR_NAME, "gpgtar", [The name of the gpgtar tool])
  
diff --git a/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
index 7553bd9f3f..c30677e80d 100644
--- a/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
+++ b/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
@@ -1,4 +1,4 @@ 
-From 3c1d201eace11d557eb6c589842e93b8bacbe8f9 Mon Sep 17 00:00:00 2001
+From a0a9afc96bcf352324109496a3c5419133002afe Mon Sep 17 00:00:00 2001
 From: Saul Wold <sgw@linux.intel.com>
 Date: Wed, 16 Aug 2017 11:16:30 +0800
 Subject: [PATCH] use pkgconfig instead of npth config
diff --git a/meta/recipes-support/gnupg/gnupg/relocate.patch b/meta/recipes-support/gnupg/gnupg/relocate.patch
index 234afd16fe..2775967303 100644
--- a/meta/recipes-support/gnupg/gnupg/relocate.patch
+++ b/meta/recipes-support/gnupg/gnupg/relocate.patch
@@ -1,4 +1,4 @@ 
-From f49d102adf393f57e6ca7b6ec6969f60115055ef Mon Sep 17 00:00:00 2001
+From 4d15672a7dadaa0d21ef9339a065af20a49b5348 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Wed, 19 Sep 2018 14:44:40 +0100
 Subject: [PATCH] Allow the environment to override where gnupg looks for its
diff --git a/meta/recipes-support/gnupg/gnupg_2.5.22.bb b/meta/recipes-support/gnupg/gnupg_2.5.23.bb
similarity index 97%
rename from meta/recipes-support/gnupg/gnupg_2.5.22.bb
rename to meta/recipes-support/gnupg/gnupg_2.5.23.bb
index 803fb2765a..139e1c9ef2 100644
--- a/meta/recipes-support/gnupg/gnupg_2.5.22.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.5.23.bb
@@ -25,7 +25,7 @@  SRC_URI:append:class-native = " file://0001-configure.ac-use-a-custom-value-for-
                                 file://relocate.patch"
 SRC_URI:append:class-nativesdk = " file://relocate.patch"
 
-SRC_URI[sha256sum] = "96e27b020ad26510388e06f5f07f3f70a4ed8916ee995f1b72b7a024e6d9d87e"
+SRC_URI[sha256sum] = "97ebba329ed0aa1ed24395b6a485a3626680f4c19232c62a0c0f0433c726e2bd"
 
 EXTRA_OECONF = "--disable-ldap \
 		--disable-ccid-driver \