diff mbox series

[06/36] gnupg: upgrade 2.4.4 -> 2.4.5

Message ID 1710313714-12541-6-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/36] debianutils: upgrade 5.16 -> 5.17 | expand

Commit Message

Mingyu Wang (Fujitsu) March 13, 2024, 7:08 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* gpg,gpgv: New option --assert-pubkey-algo.
* gpg: Emit status lines for errors in the compression layer.
* gpg: Fix invocation with --trusted-keys and --no-options.
* gpgsm: Allow for a longer salt in PKCS#12 files.
* gpgtar: Make --status-fd=2 work on Windows.
* scd: Support for the ACR-122U NFC reader.
* scd: Suport D-TRUST ECC cards.
* scd: Allow auto detaching of kernel drivers; can be disabled with
  the new compatibility-flag ccid-no-auto-detach.
* scd: Allow setting a PIN length of 6 also with a reset code for
  openpgp cards.
* agent: Allow GET_PASSPHRASE in restricted mode.
* dirmngr: Trust system's root CAs for checking CRL issuers.
* dirmngr: Fix regression in 2.4.4 in fetching keys via hkps.
* gpg-wks-client: Make option --mirror work properly w/o specifying
  domains.
* g13,gpg-wks-client: Allow command style options as in "g13 mount
  foo".
* Allow tilde expansion for the foo-program options.
* Make the getswdb.sh tool usable outside the GnuPG tree.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb} (97%)

Comments

Richard Purdie March 14, 2024, 1:39 p.m. UTC | #1
On Wed, 2024-03-13 at 15:08 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ==========
> * gpg,gpgv: New option --assert-pubkey-algo.
> * gpg: Emit status lines for errors in the compression layer.
> * gpg: Fix invocation with --trusted-keys and --no-options.
> * gpgsm: Allow for a longer salt in PKCS#12 files.
> * gpgtar: Make --status-fd=2 work on Windows.
> * scd: Support for the ACR-122U NFC reader.
> * scd: Suport D-TRUST ECC cards.
> * scd: Allow auto detaching of kernel drivers; can be disabled with
>   the new compatibility-flag ccid-no-auto-detach.
> * scd: Allow setting a PIN length of 6 also with a reset code for
>   openpgp cards.
> * agent: Allow GET_PASSPHRASE in restricted mode.
> * dirmngr: Trust system's root CAs for checking CRL issuers.
> * dirmngr: Fix regression in 2.4.4 in fetching keys via hkps.
> * gpg-wks-client: Make option --mirror work properly w/o specifying
>   domains.
> * g13,gpg-wks-client: Allow command style options as in "g13 mount
>   foo".
> * Allow tilde expansion for the foo-program options.
> * Make the getswdb.sh tool usable outside the GnuPG tree.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-support/gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-support/gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb}
> (97%)

https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/8729

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-support/gnupg/gnupg_2.4.4.bb b/meta/recipes-support/gnupg/gnupg_2.4.5.bb
similarity index 97%
rename from meta/recipes-support/gnupg/gnupg_2.4.4.bb
rename to meta/recipes-support/gnupg/gnupg_2.4.5.bb
index fff7d8c6da..99996968b1 100644
--- a/meta/recipes-support/gnupg/gnupg_2.4.4.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.4.5.bb
@@ -23,7 +23,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] = "67ebe016ca90fa7688ce67a387ebd82c6261e95897db7b23df24ff335be85bc6"
+SRC_URI[sha256sum] = "f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277"
 
 EXTRA_OECONF = "--disable-ldap \
 		--disable-ccid-driver \