Package: signing-party
Version: 1.1.4-1
Severity: wishlist

Hi,

since caff automatically mails the signatures to the other party, 
it would be especially practical in situations, where non-exportable
signatures shall be generated.

Thus i wrote a small patch to integrate this functionality. I would
be glad if it'd be integrated in the signing-party package.

cheers,

o.


--- patch to caff:

216a217,220
> =item B<local-sign> [boolean]
> 
> If true, then only local signatures will be generated. Default: B<0>.
> 
510a515
>   $CONFIG{'local-sign'} = 0 unless defined $CONFIG{'local-sign'};
712a718,721
>   my $extra_args = $CONFIG{'local-sign'} ?
>     [ qw{ --no-auto-check-trustdb --trust-model=always --export-options 
> export-local-sigs} ] :
>     [ qw{ --no-auto-check-trustdb --trust-model=always } ];
>   
718c727
<       'extra_args' => [ qw{ --no-auto-check-trustdb --trust-model=always } ],
---
>       'extra_args' => $extra_args,
722c731
<       'extra_args' => [ qw{ --no-auto-check-trustdb --trust-model=always } ],
---
>       'extra_args' => $extra_args,
739a749,752
>   my $extra_args = $CONFIG{'local-sign'} ?
>     [ qw{ --no-auto-check-trustdb --trust-model=always --import-options 
> import-local-sigs} ] :
>     [ qw{ --no-auto-check-trustdb --trust-model=always } ];
>   
744c757
<     'extra_args' => [ qw{ --no-auto-check-trustdb --trust-model=always } ] );
---
>     'extra_args' => $extra_args );
777c790,792
<                owner => $CONFIG{'owner'}})
---
>                owner => $CONFIG{'owner'},
>                signed => $CONFIG{'local-sign'} ? 'locally signed' : 'signed',
>                import => $CONFIG{'local-sign'} ? 'gpg --import-options 
> import-local-sigs --import' : 'gpg --import' })
1229a1245,1246
>   my $sign_type = $CONFIG{'local-sign'} ? 'lsign' : 'sign';
> 
1241c1258
<       push @command, 'sign';
---
>       push @command, $sign_type;
1495c1512
< };}of your key {$key} signed by me.
---
> };}of your key {$key} {$signed} by me.
1499c1516
< the signatures by running each through `gpg --import`.
---
> the signatures by running each through `{$import}`.


 

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages signing-party depends on:
ii  gnupg                      1.4.12-4
ii  libc6                      2.13-33
ii  libclass-methodmaker-perl  2.18-1+b1
ii  libgnupg-interface-perl    0.45-1
ii  libmailtools-perl          2.08-1
ii  libmime-tools-perl         5.503-1
ii  libterm-readkey-perl       2.30-4+b2
ii  libtext-template-perl      1.45-2
ii  perl                       5.14.2-11
ii  qprint                     1.0.dfsg.2-2

Versions of packages signing-party recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.80-3
ii  libgd-gd2-noxpm-perl                       1:2.46-2+b1
ii  libpaper-utils                             1.1.24+nmu2
ii  libtext-iconv-perl                         1.7-5
ii  whiptail                                   0.52.14-10

Versions of packages signing-party suggests:
ii  imagemagick                8:6.7.7.2-1
ii  mutt                       1.5.21-5+b1
pn  texlive-latex-recommended  <none>
pn  wipe                       <none>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to