From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.20.129 with SMTP id f1cs201885bkb; Fri, 8 Oct 2010 13:14:49 -0700 (PDT) Received: by 10.231.31.196 with SMTP id z4mr2703061ibc.111.1286568888081; Fri, 08 Oct 2010 13:14:48 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 8si10154664iba.77.2010.10.08.13.14.47; Fri, 08 Oct 2010 13:14:47 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 1E02D19782D4; Fri, 8 Oct 2010 16:14:47 -0400 (EDT) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.CMU.EDU [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 41FFD19782D9 for ; Fri, 8 Oct 2010 16:09:34 -0400 (EDT) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1P4JG1-0008RX-6A; Fri, 08 Oct 2010 16:09:33 -0400 From: Rich Lane To: Christopher Bertels In-reply-to: <1286548547-sup-3965@bakkdoor-thinkpad> References: <1286277933-4686-1-git-send-email-sascha-pgp@silbe.org> <1286541818-sup-2877@mithink> <1286548547-sup-3965@bakkdoor-thinkpad> Date: Fri, 08 Oct 2010 16:09:33 -0400 Message-Id: <1286568562-sup-8325@zyrg.net> User-Agent: Sup/git Cc: sup-devel Subject: Re: [sup-devel] [PATCH] fix GPG "hang" on malformed PGP message (detached signature) X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Christopher Bertels's message of Fri Oct 08 10:36:04 -0400 2010: > Excerpts from Michael Hamann's message of Fr Okt 08 14:53:56 +0200 2010: > > 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: > > Yup, same for me :( > > > > > 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 Reverted. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel