On 2012-05-29 13:54, Julian Reschke wrote:
On 2012-05-29 10:51, Julian Reschke wrote:
On 2012-05-29 10:25, Michael Dürig wrote:
On 28.5.12 16:24, Julian Reschke wrote:
Looks good, but I do get a few bad checksum warnings (see attached
logfile):
You are on windows right? Might this have something to do with it? Did
anybody else try this on Windows?
...
Yes, with Cygwin. Probably something is getting text processing that
should be processed as binary?
...
The problem is that the script uses openssl for checksum checking, and
feeds the binary into openssl through stdin, and the authors of openssl
apparently do not understand the difference between binary and text (a
common pattern of people living exclusively in the *nix world).
For openssl, the simple fix is to pass the filename as parameter (so
simply remove the "<" for stdin redirection).
The gpg has a similar problem, but I couldn't spot a way to fix this.
For cygwin/Windows (with text mode configured), fixing the openssl
invocation would be at least a way to check that 2 of the 3 signatures
match.
Best regards, Julian