Am Sonntag, den 21.08.2005, 21:14 +0200 schrieb Ola Lundqvist:
> On Sat, Aug 20, 2005 at 12:47:55PM -0700, Russ Allbery wrote:
> > Package: debarchiver
> > Version: 0.3.2
> > Tags: patch
> > Followup-For: Bug #317472
> > 
> > Here is a patch implementing signed Release support.  The Release files
> > are generated (with apt-ftparchive release) unconditionally, and are
> > signed if $gpgkey is set in the configuration.
[..]

Short question about this part:

> > +    if ($gpgkey) {
> > +   cmdaction("gpg -a -b -s -u '$gpgkey' -o $path/Release.gpg"
> > +             . " $path/Release",
> > +             "Signing Release file for $path",
> > +             3);
> > +    }

IMO it misses the possibility of giving the passphrase (which should be
read from a file with '--passphrase-fd 2 2</path/to/passphrase'
- /path/to/passphrase should be the content of e.g. $gpgpass).

Regards, Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to