Steve Youngs <youngs(a)xemacs.org> writes:
SJ> One idea which would allow security minded people to at
least
SJ> be able to manually verify GPG signatures on packages would be
SJ> to include an MD5 checksum of the packages in these signed
SJ> announcements.
Hi Simon!
Are you aware that the packages are already verified against an MD5
checksum? The checksum is in the package-index file. PUI won't
install the package if it doesn't match.
MD5 by itself doesn't prove much though. But combined with the
signature below, it is exactly what I wanted.
And for people running XEmacs 21.5 [1] the package-index file is
GnuPG
signed and you can optionally have PUI verify the signature.
To enable this:
(setq package-get-require-signed-base-updates t)
And it would probably be a good idea to use the following settings for
GnuPG (I don't know about any other PGP package):
Cool, I was not aware of this. So I guess the only thing left is to
have people to test that setting and then make it the default. :-)
Maybe I should reconsider running from CVS just so that I can test
this feature. Hm.