Mailing List Archive

Bad signature on 0.9.2 diff
The 0.9.2 diff doesn't seem to verify:

[4] ls -l gnupg-0.9.2.diff.gz
-rw-r--r-- 1 dch user 206449 Jan 22 23:43 gnupg-0.9.2.diff.gz
[5] zcat gnupg-0.9.2.diff.gz | gpg --verify
gpg (GnuPG) 0.9.1; Copyright (C) 1999 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

gpg: Warning: using insecure memory!
gpg: Signature made Wed Jan 20 21:49:39 1999 GMT using DSA key ID 57548DCD
gpg: BAD signature from "Werner Koch (gnupg sig) <dd9jn@gnu.org>"

Does anyone know why? Does this work ok for others?

gpg seems to verify the original archive gnupg-0.9.1.tar.gz ok.
Re: Bad signature on 0.9.2 diff [ In reply to ]
dch <dch@sirius.demon.co.uk> writes:

>
> The 0.9.2 diff doesn't seem to verify:

[....]

> gpg (GnuPG) 0.9.1; Copyright (C) 1999 Free Software Foundation, Inc.

Maybe there is a bug; verify with 0.9.2

$ md5sum gnupg-0.9.2.diff.gz
5aa43eca6f0cb0093df2c76eaf0271d6 gnupg-0.9.2.diff.gz


Werner
Re: Bad signature on 0.9.2 diff [ In reply to ]
>
> dch <dch@sirius.demon.co.uk> writes:
>
> > The 0.9.2 diff doesn't seem to verify:
>
> Maybe there is a bug; verify with 0.9.2
>
> $ md5sum gnupg-0.9.2.diff.gz=20
> 5aa43eca6f0cb0093df2c76eaf0271d6 gnupg-0.9.2.diff.gz
>
>
> Werner
>

Thanks for the md5sum. The diff file verifies ok with 0.9.2

David Haslam