Your message dated Sat, 20 Oct 2007 12:06:43 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#411372: signing-party: $CONFIG{'gpg-sign-args'} not taken
into account by caff
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: signing-party
Version: 0.4.9-1
Severity: normal
Tags: patch
Hi,
caff would not take into account the line
$CONFIG{'gpg-sign-args'} = '--ask-cert-level';
in my .caffrc because the line for it is added after
the --edit command. (see patch below).
By the way, wouldn't using --sign-key $key be better than
--edit $key sign ?
--- caff.orig 2007-02-18 15:24:43.000000000 +0100
+++ caff 2007-02-18 15:16:48.000000000 +0100
@@ -1078,9 +1078,9 @@
push @command, '--secret-keyring',
$CONFIG{'secret-keyring'};
push @command, '--no-auto-check-trustdb';
push @command, '--trust-model=always';
+ push @command, split ' ', $CONFIG{'gpg-sign-args'} ||
"";
push @command, '--edit', $keyid;
push @command, 'sign';
- push @command, split ' ', $CONFIG{'gpg-sign-args'} ||
"";
print join(' ', @command),"\n";
system (@command);
};
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages signing-party depends on:
ii gnupg 1.4.6-1 GNU privacy guard - a free PGP rep
ii libgnupg-interfa 0.33-6 Perl interface to GnuPG
ii libmailtools-per 1.74-1 Manipulate email in perl programs
ii libmime-perl 5.420-0.1 Perl5 modules for MIME-compliant m
ii libtext-template 1.44-1.1 Text::Template perl module
ii mailx 1:8.1.2-0.20050715cvs-1 A simple mail user agent
Versions of packages signing-party recommends:
ii exim4 4.63-17 metapackage to ease exim MTA (v4)
ii exim4-daemon-light [mail-tran 4.63-17 lightweight exim MTA (v4) daemon
ii libintl-perl 1.16-1 Uniforum message translations syst
pn libpaper-utils <none> (no description available)
ii libtext-iconv-perl 1.4-3 converts between character sets in
ii whiptail 0.52.2-9 Displays user-friendly dialog boxe
-- no debconf information
--- End Message ---
--- Begin Message ---
Re: To Eric Deplagne 2007-09-09 <[EMAIL PROTECTED]>
> > The idea is that I want to sign different sign-level to different uids
> > on the same key (one uid can, say, be the real name, while another one
> > is a nickname).
> >
> > Of interest in the .caffrc to achieve my goal is
> > $CONFIG{'gpg-sign-args'} = '--ask-cert-level';
> > $CONFIG{'gpg-post-sign'} = 'save';
>
> Hi Eric,
>
> a late followup - doesn't gpg behave the same if you put
> "ask-cert-level" in .caff/gnupghome/gpg.conf? I think we'd prefer that
> over more config options inside caff.
Hi,
I'm closing the bug now.
Christoph
signature.asc
Description: Digital signature
--- End Message ---