[Pgp-tools-commit] r361 - in trunk: debian gpglist

myon at alioth.debian.org myon at alioth.debian.org
Mon Feb 18 20:10:41 UTC 2008


Author: myon
Date: 2008-02-18 20:10:40 +0000 (Mon, 18 Feb 2008)
New Revision: 361

Modified:
   trunk/debian/changelog
   trunk/gpglist/gpglist
Log:
* gpglist: Do not barf on revokers (rvk). Thanks to Faidon Liambotis for
  spotting.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-31 00:41:42 UTC (rev 360)
+++ trunk/debian/changelog	2008-02-18 20:10:40 UTC (rev 361)
@@ -1,3 +1,10 @@
+signing-party (0.4.13-2) unreleased/unstable; urgency=low
+
+  * gpglist: Do not barf on revokers (rvk). Thanks to Faidon Liambotis for
+    spotting.
+
+ -- Christoph Berg <myon at debian.org>  Mon, 18 Feb 2008 21:07:42 +0100
+
 signing-party (0.4.13-1) unstable; urgency=low
 
   [ Christoph Berg ]

Modified: trunk/gpglist/gpglist
===================================================================
--- trunk/gpglist/gpglist	2007-12-31 00:41:42 UTC (rev 360)
+++ trunk/gpglist/gpglist	2008-02-18 20:10:40 UTC (rev 361)
@@ -120,7 +120,7 @@
 		next;
 	}
 	last if ( m/^(sub):/ );
-	next if ( m/^(fpr|tru):/ );
+	next if ( m/^(fpr|tru|rvk):/ );
 	print STDERR "hi, i'm a bug. please report me to my owner\n";
 	die "input: $_, key: $key";
 }




More information about the Pgp-tools-commit mailing list