[Pgp-tools-commit] r638 - in trunk: caff debian

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Wed Jun 11 16:47:20 UTC 2014


Author: guilhem-guest
Date: 2014-06-11 16:47:20 +0000 (Wed, 11 Jun 2014)
New Revision: 638

Modified:
   trunk/caff/caff
   trunk/debian/changelog
Log:
Don't use a cutoff cert level when clean-exporting keys.

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2014-06-11 14:41:14 UTC (rev 637)
+++ trunk/caff/caff	2014-06-11 16:47:20 UTC (rev 638)
@@ -795,6 +795,7 @@
 	$h{'homedir'} = $gnupghome if defined $gnupghome;
 
 	push @export_options, 'export-local-sigs' if $CONFIG{'gpg-sign-type'} =~ /l/;
+	push @{$h{'extra_args'}}, '--min-cert-level=1' if grep { $_ eq 'export-clean' } @export_options;
 	push @{$h{'extra_args'}}, '--export-options', join (',', @export_options) if @export_options;
 
 	my $gpg = GnuPG::Interface->new();

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-06-11 14:41:14 UTC (rev 637)
+++ trunk/debian/changelog	2014-06-11 16:47:20 UTC (rev 638)
@@ -3,6 +3,9 @@
   [ Guilhem Moulin ]
   * caff:
     + Improve the documentation of gpgparticipants annotations.
+    + When clean-exporting a key (aka pruning), don't ignore signatures just
+      because their certification level in under 'min-cert-level' (which
+      defaults to 2). (Closes: #751252)
   * gpgwrap:
     + Import the default Debian CFLAGS defined by dpkg-buildflags, which makes
       the Buildd Log Scanner stop emitting 'W-dpkg-buildflags-missing CFLAGS'.




More information about the Pgp-tools-commit mailing list