Package: signing-party
Version: 0.4.0-1
Severity: wishlist
Tags: patch

Some users want to sign keys while being offline. I included an config
option asking if signing can continue. Now a user can download the keys;
Switch off the connection; Install the signing key; Tell caff to
continue and sign all the keys while offline.

Christof Douma

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.20-686
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages signing-party depends on:
ii  gnupg            1.4.0-3                 GNU privacy guard - a free PGP rep
ii  libgnupg-interfa 0.33-5                  Perl interface to GnuPG
ii  libmailtools-per 1.62-1                  Manipulate email in perl programs
ii  libmime-perl     5.417-1                 Perl5 modules for MIME-compliant m
ii  libpaper-utils   1.1.14-3                Library for handling paper charact
ii  mailx            1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  perl             5.8.4-5                 Larry Wall's Practical Extraction 

-- no debconf information
*** /usr/bin/caff       2005-06-08 19:50:19.000000000 +0200
--- /usr/local/bin/caff 2005-06-28 20:24:41.000000000 +0200
***************
*** 585,590 ****
--- 585,594 ----
  ###########
  # sign keys
  ###########
+ if ($CONFIG{'ask-sign'} && ! $CONFIG{'no-sign'}) {
+       $CONFIG{'no-sign'} = ! ask("Continue with signing?", 1);
+ }
+       
  unless ($CONFIG{'no-sign'}) {
        info("Sign the following keys according to your policy, then exit gpg 
with 'save' after signing each key");
        for my $keyid (@keyids_ok) {

Reply via email to