From patchwork Thu Sep 24 05:34:33 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: 99140 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 195B1C98310 for ; Thu, 24 Sep 2026 05:34:38 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1369.1790228074050818150 for ; Wed, 23 Sep 2026 22:34:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=jGEjIAlB; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ppT7AI2X; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a0d1e88b58-0b0235c4-0867-4717-9f07-aa1457a42db4-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1790228073; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Lm2qi9whzvHe5uLE8UyyTONUGtXNR4bmNK9fAkXNuzE=; b=jGEjIAlBxnDfxdoDgbBF2+gochOAyjc5Iqs8FIZ9v1ow0NN0YRx2FnRXtqUuTiOI TwrC7lRn1H0X6tkhQ4an+P5ARF8FIs+0/1JNQwbagnkYaj1M7VKQ9atOPpZIzo7h7hr kgM/UPzD31IBgPE6eRr/DeFNg8HA+RbWSB4Izi6w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1790228073; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Lm2qi9whzvHe5uLE8UyyTONUGtXNR4bmNK9fAkXNuzE=; b=ppT7AI2XEEIVslO/iV52TLb2IJ82zj4WNYGZ2M6aWPOEBFZyDkjOGLi8un5Nt5XH qQGWt6t9Mu2WjwRUWINDxVEJcI0CJrX/kWMzYktNrYhngTqw8dAXe2d2gvkpJ62mDFi 2akOCAaaHnhPPr8r9qfjDlSLdUVaJ3NmF1mV9CHQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gnupg: upgrading to 2.5.24 SUCCEEDED Message-ID: <010101a0d1e88b58-0b0235c4-0867-4717-9f07-aa1457a42db4-000000@us-west-2.amazonses.com> Date: Thu, 24 Sep 2026 05:34:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.24-54.240.27.23 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 ; Thu, 24 Sep 2026 05:34:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246563 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gnupg* to *2.5.24* has Succeeded. Next steps: - apply the patch: git am 0001-gnupg-upgrade-2.5.22-2.5.24.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 2539828d043fb5e898ca47dbaabae1bc44df74f7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 24 Sep 2026 05:34:26 +0000 Subject: [PATCH] gnupg: upgrade 2.5.22 -> 2.5.24 Release 2.5.24. scd: Fix a regression due to the new Nitrokey support. 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.24.bb} | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.5.22.bb => gnupg_2.5.24.bb} (97%) 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..4d6e364a65 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 abe388c8f38df7cd2f0641f17c6f872dd847c330 Mon Sep 17 00:00:00 2001 From: Khem Raj 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..95f62ff26d 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 f8d096e62c06085e93a339bc2d7421a65c437e6f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin 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 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 9e2a42d..b48b88d 100644 +index 51ffbc6..39924db 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..6b2cfc2503 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 7d42cbba53eddce53d1763d7ffe70e728d7b0445 Mon Sep 17 00:00:00 2001 From: Saul Wold 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..0bffeb0a69 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 4c4068e6f8a180737d1b28c6914387bc0a485df3 Mon Sep 17 00:00:00 2001 From: Ross Burton 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.24.bb similarity index 97% rename from meta/recipes-support/gnupg/gnupg_2.5.22.bb rename to meta/recipes-support/gnupg/gnupg_2.5.24.bb index 803fb2765a..3e562250d7 100644 --- a/meta/recipes-support/gnupg/gnupg_2.5.22.bb +++ b/meta/recipes-support/gnupg/gnupg_2.5.24.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] = "bf149d01a2b9fcc0e4589b8ae8697d3d5c557ea48ed95a3fa55dd3b1187e6039" EXTRA_OECONF = "--disable-ldap \ --disable-ccid-driver \