[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sup-devel] [PATCH] fix GPG "hang" on malformed PGP message (detached signature)



Hi,

Excerpts from Sascha Silbe's message of 2010-10-05 13:25:33 +0200:
> -    message = run_gpg "--output #{output_fn.path} --skip-verify --yes --decrypt #{payload_fn.path}", :interactive => true
> +    message = run_gpg "--output #{output_fn.path} --multifile --skip-verify --yes --decrypt #{payload_fn.path}", :interactive => true

This change breaks GPG decryption completely for me, not a single
message I've tried is decrypted anymore. The error message I'm getting
is Error while running gpg: gpg: --output doesn't work for this command.
I'm using gpg version 1.4.10. The complete gpg command that is executed
is:

LC_MESSAGES=C /usr/bin/gpg --quiet --batch --no-verbose --logger-fd 1 --use-agent --output /tmp/redwood.output20101008-5410-lj1dh3 --multifile --skip-verify --yes --decrypt /tmp/redwood.payload20101008-5410-1qtud0x > /tmp/redwood.output20101008-5410-2rsbb5 2> /dev/null

Michael
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel