diff options
author | Werner Koch <[email protected]> | 2025-02-21 11:58:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-21 11:58:39 +0000 |
commit | bec71fdbe57b726967a21ebd016ad6f2635f5522 (patch) | |
tree | b03774432000217b3fae6fab9c6794b75b5fae22 /NEWS | |
parent | gpg: Fix a verification DoS due to a malicious subkey in the keyring. (diff) | |
download | gnupg-bec71fdbe57b726967a21ebd016ad6f2635f5522.tar.gz gnupg-bec71fdbe57b726967a21ebd016ad6f2635f5522.zip |
speedo: Do not build gpgme anymore.
* build-aux/speedo.mk: Remove support gpgme.
* build-aux/speedo/w32/inst.nsi: Ditto.
* build-aux/speedo/w32/wixlib.wxs: Remove the gpgme components.
--
GPGME is either already availabale on Unix platforms or can be
installed on Widnows with gpg4win. GnuPG itself does not require
gpgme.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Noteworthy changes in version 2.5.5 (unreleased) * gpg: Fix a verification DoS due to a malicious subkey in the keyring. [T7527] + * GPGME is not any more distributed with the Windows installer. + Please install gpg4win to get gpgme version. + See-also: gnupg-announce/2025q1/000xxx.html Release-info: https://dev.gnupg.org/T7530 |