summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2019-04-01 14:29:23 +0000
committerNorbert Preining <preining@logic.at>2019-04-01 14:29:23 +0000
commite719ab18f9340385da8271019ce9548d032a4c26 (patch)
tree8ab3b6e1e48d55e86d3ca13d650de45984c46652 /Master/tlpkg/TeXLive/TLPDB.pm
parenteebef95a5554e49afdfa9d805d66624b3a47a5b1 (diff)
finish support of expired key warnings
git-svn-id: svn://tug.org/texlive/trunk@50689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index a18bdfe2a81..2d6acb1d9be 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -406,6 +406,9 @@ sub from_file {
} elsif ($r == $VS_PUBKEY_MISSING) {
debug("$0: TLPDB: pubkey missing, continuing anyway!\n");
$self->verification_status($r);
+ } elsif ($r == $VS_EXPKEYSIG) {
+ debug("$0: TLPDB: signature verified, but key expired, continuing anyway!\n");
+ $self->verification_status($r);
} elsif ($r == $VS_VERIFIED) {
$is_verified = 1;
$self->verification_status($r);