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 --- NEWS | 4 ++++ indexgen.sh | 28 +++++++++++++++++++++++++++- upload | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e8a5cab8..908937cc 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.8.9 (Sun Jun 24 20:30:49 EDT 2001), 20922 lines: + * HMH's snprintf/strncat cleanup patch. * Fixes for Debian bugs #101792, #101950. * Updated Danish translation by Byrial Jensen. @@ -10,6 +12,8 @@ the list of domains to be queried in ETRN and ODMR modes. Instead, use the `fetchdomains' option. +There are 353 people on fetchmail-friends and 599 on fetchmail-announce. + fetchmail-5.8.8 (Wed Jun 20 17:22:26 EDT 2001), 20782 lines: * Fix bug that prevented messages from being marked oversized unless -v was on. 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 diff --git a/upload b/upload index 412db368..1011975f 100755 --- a/upload +++ b/upload @@ -11,6 +11,7 @@ echo "Beginning web upload..." # First, copy to primary website dest=esr@${WWWHOST}:${WWWDIR}/fetchmail scp fetchmail-${version}.tar.gz $dest +scp fetchmail-${version}.tar.gz.asc $dest scp fetchmail-FAQ.html $dest scp fetchmail-${version}-1.i386.rpm $dest scp fetchmail-${version}-1.src.rpm $dest -- cgit v1.2.3