diff options
author | Werner Koch <[email protected]> | 2025-06-02 13:43:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-06-02 14:52:18 +0000 |
commit | 0eb62ee117027823b4dda7f6bf5c171376546c0b (patch) | |
tree | 17272c22c59f000987f4155e67b9e96f3317d4bf | |
parent | nsis: Install the help files. (diff) | |
download | gnupg-0eb62ee117027823b4dda7f6bf5c171376546c0b.tar.gz gnupg-0eb62ee117027823b4dda7f6bf5c171376546c0b.zip |
Release 2.5.7gnupg-2.5.7
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 32 insertions, 2 deletions
@@ -1,9 +1,39 @@ -Noteworthy changes in version 2.5.7 (unreleased) +Noteworthy changes in version 2.5.7 (2025-06-02) ------------------------------------------------ * gpg: Allow updating a SHA-1 key certification w/o using the --force-sign-key option. [T7663] + * gpg: The group key flag has now been fully implemented. + [rG8833a34bf0] + + * gpg: Make combination of show-only-fpr-mbox and show-unusable-uid + work. [rGd5a4a2dc89] + + * gpg: Do not allow compressed key packets on import. [T7014] + + * gpgsm: Allow an empty subject DN also during import. [T7171] + + * agent: Recover the old behavior with max-cache-ttl=0. [T6681] + + * agent: Fix ECC key on smartcard for composite KEM with PQC. + [T7648] + + * scd: Fix a harmless read buffer over-read in a function used by + PKCS#15 cards. [T7662] + + * gpg-mail-tube,wks: Support templates for mail content. [T7381] + + * Use the KEM interface of Libgcrypt for encryption/decryption. + [T7649] + + * Fix a glitch in socket handling in Windows in case of a nonce + mismatch. [rG645cf7d8fc] + + + See-also: gnupg-announce/2025q2/000493.html + Release-info: https://dev.gnupg.org/T7671 + Noteworthy changes in version 2.5.6 (2025-05-08) ------------------------------------------------ diff --git a/tools/Makefile.am b/tools/Makefile.am index 3807bd14c..54c5cbe5c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -231,7 +231,7 @@ t_extra_src = t_common_cflags = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV) t_common_ldadd = $(libcommon) \ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ - $(LIBINTL) $(LIBICONV) + $(LIBINTL) $(LIBICONV) $(W32SOCKLIBS) t_mime_maker_SOURCES = t-mime-maker.c \ rfc822parse.c rfc822parse.h \ |