From 31e021867a047cec8d8f8ae866ff23b6c090a37d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 25 Jun 2001 00:34:44 +0000 Subject: Ready to release. svn path=/trunk/; revision=3380 --- indexgen.sh | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'indexgen.sh') diff --git a/indexgen.sh b/indexgen.sh index b65c213d..ebb5009c 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -33,6 +33,11 @@ then done fi +# Cryptographically sign checksums +gpg --clearsign checksums +mv checksums.asc checksums +gpg --detach-sign --armor fetchmail-$(VERSION).tar.gz + cat >index.html < @@ -137,7 +142,21 @@ You can get any of the following leading-edge resources here: Source RPM of fetchmail $version -MD5 checksums are available for these files.

+The detached GPG signature for the +binary tarball can be used to check it for correctness, with the command + +

+gpg --verify fetchmail-$version.tar.gz.asc fetchmail-$version.tar.gz + + +MD5 checksums are available for these files; the +checksum file is cryptographically signed and can be verified with the +command: + ++gpg --verify checksums.asc + + EOF if [ $version != $goldvers ] @@ -155,6 +174,13 @@ Or you can get the last \`gold' version, $goldname:
  • Source RPM of fetchmail $goldname +The detached GPG signature for the +binary tarball can be used to check it for correctness, with the command + ++gpg --verify fetchmail-$goldvers.tar.gz.asc fetchmail-$goldvers.tar.gz + + For differences between the leading-edge $version and gold $goldname versions, see the distribution NEWS file.

    EOF -- cgit v1.2.3