[Pgp-tools-commit] r747 - in trunk: debian gpglist gpgsigs

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Tue Dec 30 01:00:12 UTC 2014


Author: guilhem-guest
Date: 2014-12-30 01:00:12 +0000 (Tue, 30 Dec 2014)
New Revision: 747

Modified:
   trunk/debian/changelog
   trunk/gpglist/gpglist
   trunk/gpgsigs/gpgsigs
Log:
Add --no-auto-check-trustdb to the gpg options.

ownertrust values are irrelevant for gpgsigs and gpglist.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-12-12 01:08:07 UTC (rev 746)
+++ trunk/debian/changelog	2014-12-30 01:00:12 UTC (rev 747)
@@ -16,10 +16,16 @@
       field. (Closes: #771436)
   * keyart:
     + Replace shebang by /usr/bin/python.
-  * gpg-key2latex
+  * gpg-key2latex:
     + Add a fixed 4 module wide quiet zone around QR codes as specified in the
       standard. (Closes: #772854)
     + Generate QR codes with (M)edium error correction level.
+  * gpgsigs:
+    + Add --no-auto-check-trustdb to the gpg options (ownertrust values are
+      irrelevant here).
+  * gpgsigs:
+    + Add --no-auto-check-trustdb to the gpg options (ownertrust values are
+      irrelevant here).
 
  -- Guilhem Moulin <guilhem at guilhem.org>  Mon, 17 Nov 2014 16:49:51 +0100
 

Modified: trunk/gpglist/gpglist
===================================================================
--- trunk/gpglist/gpglist	2014-12-12 01:08:07 UTC (rev 746)
+++ trunk/gpglist/gpglist	2014-12-30 01:00:12 UTC (rev 747)
@@ -86,7 +86,7 @@
 	die "Usage: $PROGRAM_NAME <keyid>\n";
 }
 
-open SIGS, '-|', qw/gpg --list-options show-sig-subpackets --fixed-list-mode --with-colons --list-sigs/, $key
+open SIGS, '-|', qw/gpg --no-auto-check-trustdb --list-options show-sig-subpackets --fixed-list-mode --with-colons --list-sigs/, $key
 	or die "can't get gpg listing";
 
 my ($uid, $id) = ('', '');

Modified: trunk/gpgsigs/gpgsigs
===================================================================
--- trunk/gpgsigs/gpgsigs	2014-12-12 01:08:07 UTC (rev 746)
+++ trunk/gpgsigs/gpgsigs	2014-12-30 01:00:12 UTC (rev 747)
@@ -132,6 +132,7 @@
 # correct attribute size
 $gpg->options->hash_init( 'extra_args' => [ '--attribute-file', $photos,
 											qw/ --list-options show-sig-subpackets
+												--no-auto-check-trustdb
 												--fixed-list-mode --with-colons/ ]
 						, 'meta_interactive' => 0 );
 




More information about the Pgp-tools-commit mailing list