From: myon Date: Fri, 12 May 2006 18:46:07 +0000 (+0000) Subject: * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt. X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=89462becedebabdc582b8ae90c89cd6ebc9437b1 * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt. git-svn-id: svn://svn.debian.org/pgp-tools/trunk@284 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index 8c816c5..0488e46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ signing-party (0.4.6-2) unstable; urgency=low + * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt. * Bump Standards-Version to 3.7.2, no changes. - -- Thijs Kinkhorst Thu, 4 May 2006 09:03:24 +0200 + -- Christoph Berg Fri, 12 May 2006 13:40:37 -0500 signing-party (0.4.6-1) unstable; urgency=low diff --git a/gpgsigs/gpgsigs b/gpgsigs/gpgsigs index 7678c19..b91f652 100755 --- a/gpgsigs/gpgsigs +++ b/gpgsigs/gpgsigs @@ -17,6 +17,7 @@ # * support for multiple user keys # * better charset conversion # * pod documentation +# see the Debian changelog for further changes. my $VERSION = qq$Rev$; @@ -194,9 +195,9 @@ while () { $uid = "Photo ID"; next; } - next if ( m/^(rev|sub|tru):/ ); + next if ( m/^(rev|rvk|sub|tru):/ ); # revoke/revoker/subkey/trust warn "unknown value: '$_', key: ".(defined $key ? $key :'none')."\n"; -} +} close SIGS; print STDERR "\n"; @@ -369,7 +370,7 @@ http://pgp-tools.alioth.debian.org/ (c) 2004, 2005 Peter Palfrader -(c) 2004, 2005 Christoph Berg +(c) 2004, 2005, 2006 Christoph Berg =head1 LICENSE