diff options
author | Werner Koch <[email protected]> | 2022-10-10 09:54:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-10-10 10:32:35 +0000 |
commit | 2e9f8a511dc01ef9ffc59c90f1cb5082e052da06 (patch) | |
tree | 7a9ce1783c838a4903cba4c386cdc1c41a06f11a | |
parent | po: Auto update (diff) | |
download | gnupg-2e9f8a511dc01ef9ffc59c90f1cb5082e052da06.tar.gz gnupg-2e9f8a511dc01ef9ffc59c90f1cb5082e052da06.zip |
Release 2.2.40gnupg-2.2.40
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | build-aux/speedo.mk | 4 |
2 files changed, 29 insertions, 4 deletions
@@ -1,6 +1,31 @@ -Noteworthy changes in version 2.2.40 (unreleased) +Noteworthy changes in version 2.2.40 (2022-10-10) ------------------------------------------------- + * gpg: Do not consider unknown public keys as non-compliant while + decrypting. [T6205] + + * gpg: Avoid to emit a compliance mode line if Libgcrypt is + non-compliant. [T6221] + + * gpg: In de-vs mode use AES-128 instead of 3-DES as implicit + preference. [T6063] + + * gpgsm: Fix reporting of bad passphrase error during PKCS#11 + import. [T5713,T6037] + + * dirmngr: Fix CRL Distribution Point fallback to other schemes. + [rG289fbc550d] + + * dirmngr: New LDAP server flag "areconly" (A-record-only). + [rG6300035ba1] + + * dirmngr: Fix upload of multiple keys for an LDAP server specified + using the colon format. [rG32ce7ac0c6] + + * dirmngr: Use LDAP schema v2 when a Base DN is specified. [T6047] + + * wkd: New command --mirror for gpg-wks-client. [T6224] + Release-info: https://dev.gnupg.org/T6181 @@ -33,7 +58,7 @@ Noteworthy changes in version 2.2.37 (2022-08-24) ------------------------------------------------- * gpg: In de-vs mode use SHA-256 instead of SHA-1 as implicit - preference. [T6043] + preference. [T6043, T6063] * gpg: Actually show symmetric+pubkey encrypted data as de-vs compliant. Add extra compliance checks for symkey_enc packets. diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 42817f375..646a4fefe 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -585,8 +585,8 @@ speedo_pkg_gtk__tar = $(pkg2rep)/gtk+-$(gtk__ver).tar.xz speedo_pkg_npth_configure = --enable-static -speedo_pkg_libgpg_error_configure = --enable-static -speedo_pkg_w64_libgpg_error_configure = --enable-static +speedo_pkg_libgpg_error_configure = --enable-static --enable-install-gpg-error-config +speedo_pkg_w64_libgpg_error_configure = --enable-static --enable-install-gpg-error-config speedo_pkg_libassuan_configure = --enable-static speedo_pkg_w64_libassuan_configure = --enable-static |