Release 2.2.40

This commit is contained in:
Werner Koch 2022-10-10 11:54:21 +02:00
parent 21db05100d
commit 2e9f8a511d
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 29 additions and 4 deletions

29
NEWS
View File

@ -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.

View File

@ -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