as 0 and do not output a warning.
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@317
b513b33f-fedd-0310-b452-
c3deb5f4c849
} elsif (!defined $thiskey) {
next;
} elsif ($type eq 'sig' || $type eq 'rev') {
} elsif (!defined $thiskey) {
next;
} elsif ($type eq 'sig' || $type eq 'rev') {
- if (($keyid eq '0' x 16) || ($created == 0)) {
+ if (($keyid eq '0' x 16) || ($created eq "") || ($created == 0)) {
push @KEYIDS, $thiskey;
info("Key $thiskey needs cleaning.");
$thiskey = undef;
push @KEYIDS, $thiskey;
info("Key $thiskey needs cleaning.");
$thiskey = undef;
* caff:
+ Fix syntax error in example config variables (Closes: #413020).
* caff:
+ Fix syntax error in example config variables (Closes: #413020).
- + Fix perl warnings when calling pgp-fixkey with unknown keyid.
+ + Fix perl warnings when calling pgp-fixkey with unknown keyid or
+ with empty signature create date.
* gpg-key2ps:
+ Add '-1' option to only display one column of slips, for extra
wide keys (Closes: #399474).
* gpg-key2ps:
+ Add '-1' option to only display one column of slips, for extra
wide keys (Closes: #399474).
- -- Thijs Kinkhorst <thijs@debian.org> Tue, 24 Apr 2007 11:17:43 +0200
+ -- Thijs Kinkhorst <thijs@debian.org> Tue, 22 May 2007 10:48:40 +0200
signing-party (0.4.9-1) unstable; urgency=low
signing-party (0.4.9-1) unstable; urgency=low