From 9cd662864f3bb8d9c7648322e3bd354d0051f970 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 1 Apr 2019 14:50:20 +0000 Subject: critical fix - use EXPKEYSIG to check for expired keys git-svn-id: svn://tug.org/texlive/trunk@50691 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLCrypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLCrypto.pm b/Master/tlpkg/TeXLive/TLCrypto.pm index b44b0fd66ea..ed6dff345c2 100644 --- a/Master/tlpkg/TeXLive/TLCrypto.pm +++ b/Master/tlpkg/TeXLive/TLCrypto.pm @@ -513,7 +513,7 @@ sub gpg_verify_signature { debug(join("\n", "STATUS OUTPUT", @status_lines)); if ($ret == 0) { # verification still might return success but key is expired! - if (grep(/KEYEXPIRED/, @status_lines)) { + if (grep(/EXPKEYSIG/, @status_lines)) { return($VS_EXPKEYSIG, "expired key"); } debug("verification succeeded, output:\n$out\n"); -- cgit v1.2.3