Bug#316129: signing-party: caff: pause requested between fetching and signing

2005-07-11 Thread Thijs Kinkhorst
tags 316129 pending
thanks

On Tue, June 28, 2005 20:33, Christof Douma wrote:
 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.

Thanks, your patch has been committed as r126.


Thijs



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



Bug#316129: signing-party: caff: pause requested between fetching and signing

2005-06-28 Thread Christof Douma
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  gnupg1.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-3Library for handling paper charact
ii  mailx1: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.0 +0200
--- /usr/local/bin/caff 2005-06-28 20:24:41.0 +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) {