texlive[50691] Master/tlpkg/TeXLive/TLCrypto.pm: critical fix - use

commits+preining at tug.org commits+preining at tug.org
Mon Apr 1 16:50:21 CEST 2019


Revision: 50691
          http://tug.org/svn/texlive?view=revision&revision=50691
Author:   preining
Date:     2019-04-01 16:50:20 +0200 (Mon, 01 Apr 2019)
Log Message:
-----------
critical fix - use EXPKEYSIG to check for expired keys

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLCrypto.pm

Modified: trunk/Master/tlpkg/TeXLive/TLCrypto.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLCrypto.pm	2019-04-01 14:30:21 UTC (rev 50690)
+++ trunk/Master/tlpkg/TeXLive/TLCrypto.pm	2019-04-01 14:50:20 UTC (rev 50691)
@@ -513,7 +513,7 @@
   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");



More information about the tex-live-commits mailing list