[Pgp-tools-commit] r853 - in trunk: debian gpg-key2latex gpgsigs

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Sun Jul 10 20:01:19 UTC 2016


Author: guilhem-guest
Date: 2016-07-10 20:01:19 +0000 (Sun, 10 Jul 2016)
New Revision: 853

Modified:
   trunk/debian/changelog
   trunk/gpg-key2latex/gpg-key2latex
   trunk/gpgsigs/gpgsigs
Log:
Ignore "KEY_CONSIDERED" status output emitted by gpg 2.1.13 and later.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2016-07-10 20:01:11 UTC (rev 852)
+++ trunk/debian/changelog	2016-07-10 20:01:19 UTC (rev 853)
@@ -1,3 +1,10 @@
+signing-party (2.4-1) UNRELEASED; urgency=medium
+
+  * gpg-key2latex, gpgsigs: Ignore "KEY_CONSIDERED" status output emitted by
+    gpg 2.1.13 and later.
+
+ -- Guilhem Moulin <guilhem at guilhem.org>  Sun, 10 Jul 2016 17:27:39 +0200
+
 signing-party (2.3-1) unstable; urgency=low
 
   * debian.control:

Modified: trunk/gpg-key2latex/gpg-key2latex
===================================================================
--- trunk/gpg-key2latex/gpg-key2latex	2016-07-10 20:01:11 UTC (rev 852)
+++ trunk/gpg-key2latex/gpg-key2latex	2016-07-10 20:01:19 UTC (rev 853)
@@ -182,7 +182,7 @@
                         push @{$key{uats}}, {size => $2, revoked => $3 & 0x02};
                         next;
                     }
-                    if (!/^\[GNUPG:\] (?:KEYEXPIRED \d+|SIGEXPIRED(?: deprecated-use-keyexpired-instead)?)$/) {
+                    if (!/^\[GNUPG:\] (?:KEYEXPIRED \d+|SIGEXPIRED(?: deprecated-use-keyexpired-instead)?|KEY_CONSIDERED [0-9A-F]{40} \d+)$/) {
                         warn "Unknown value: '$_'";
                     }
                 }

Modified: trunk/gpgsigs/gpgsigs
===================================================================
--- trunk/gpgsigs/gpgsigs	2016-07-10 20:01:11 UTC (rev 852)
+++ trunk/gpgsigs/gpgsigs	2016-07-10 20:01:19 UTC (rev 853)
@@ -247,7 +247,7 @@
 					push @photos, {key => $1, size => $2, revoked => $3 & 0x02};
 					next;
 				}
-				if (!/^\[GNUPG:\] (?:KEYEXPIRED \d+|SIGEXPIRED(?: deprecated-use-keyexpired-instead)?)$/) {
+				if (!/^\[GNUPG:\] (?:KEYEXPIRED \d+|SIGEXPIRED(?: deprecated-use-keyexpired-instead)?|KEY_CONSIDERED [0-9A-F]{40} \d+)$/) {
 					warn "Unknown value: '$_'";
 				}
 			}




More information about the Pgp-tools-commit mailing list