[Pgp-tools-commit] r766 - in trunk: debian gpgsigs

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Thu Jan 22 22:48:41 UTC 2015


Author: guilhem-guest
Date: 2015-01-22 22:48:41 +0000 (Thu, 22 Jan 2015)
New Revision: 766

Modified:
   trunk/debian/changelog
   trunk/gpgsigs/gpgsigs
Log:
Mark local signatures as 'L' (formerly they were marked as 'S').

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2015-01-22 22:48:36 UTC (rev 765)
+++ trunk/debian/changelog	2015-01-22 22:48:41 UTC (rev 766)
@@ -15,6 +15,8 @@
       there are secret keys without public part.)
   * gpgsigs:
     + Add a legend with the different signature types.
+    + Mark local signatures as 'L' (formerly they were marked as 'S'), and
+      expiring -- but not expired -- signatures as 'x'.
   * caff, pgp-clean, pgp-fixkey, gpg-key2latex, gpg-key2ps, gpg-mailkeys,
     gpgdir, gpgparticipants, gpgsigs, keyart, keylookup:
     + Add the possibility to choose the gpg binary via the "GNUPGBIN"

Modified: trunk/gpgsigs/gpgsigs
===================================================================
--- trunk/gpgsigs/gpgsigs	2015-01-22 22:48:36 UTC (rev 765)
+++ trunk/gpgsigs/gpgsigs	2015-01-22 22:48:41 UTC (rev 766)
@@ -324,7 +324,7 @@
 						$class = 'S' if $class eq '0';
 					}
 				} else {
-					$class = 's';
+					$class = 'L';
 				}
 			}
 			undef $sigs;
@@ -497,7 +497,7 @@
 Signature types:
   R  Revoked signature
   X  Expired signature
-  s  Local (non-exportable) signature
+  L  Local (non-exportable) signature
   x  Exportable signature with an expiration date in the future
   S  Non-expiring, exportable signature with certification level 0
   1  Non-expiring, exportable signature with certification level 1




More information about the Pgp-tools-commit mailing list