simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Tue Sep 10 06:42:44 BST 2024
TL;DR:
79ff0d08 sign.sh: stop telling gpg to load the 'idea' extension.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-09-10 06:42:44
commit 79ff0d086ace278b9096e66555cecad962c7b6bf
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=79ff0d086ace278b9096e66555cecad962c7b6bf;hp=109c60b3bf8cd0ec0daf6e52ef181abe8801e3a3
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Sep 10 06:35:42 2024 +0100
sign.sh: stop telling gpg to load the 'idea' extension.
The IDEA symmetric cipher was the standard one used to protect trad
PGP private keys, back in the days when PuTTY had its very first set.
We haven't needed this option for a long time, but it didn't cause any
obvious failures, so I never spotted it and removed it from the build
script.
But it does cause a failure now, because gpg on Ubuntu 24.04 reports
'invalid option "--load-extension=idea"', suggesting that it hasn't
just forgotten about _that_ extension, it doesn't even like extensions
at all any more. Happily, we don't need it.
sign.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list