From: myon Date: Mon, 18 Feb 2008 20:10:40 +0000 (+0000) Subject: * gpglist: Do not barf on revokers (rvk). Thanks to Faidon Liambotis for X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=3b453c959839c5a728a4a503524b232da4c86b33 * gpglist: Do not barf on revokers (rvk). Thanks to Faidon Liambotis for spotting. git-svn-id: svn://svn.debian.org/pgp-tools/trunk@361 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index 54d8bf5..fbfd512 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 18 Feb 2008 21:07:42 +0100 + signing-party (0.4.13-1) unstable; urgency=low [ Christoph Berg ] diff --git a/gpglist/gpglist b/gpglist/gpglist index f6cefe8..6393a82 100755 --- a/gpglist/gpglist +++ b/gpglist/gpglist @@ -120,7 +120,7 @@ while () { 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"; }