Skip to content

Commit

Permalink
Release 2.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
dd9jn committed Oct 10, 2022
1 parent 21db051 commit 2e9f8a5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
29 changes: 27 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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


Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build-aux/speedo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e9f8a5

Please sign in to comment.