texlive[59199] Master: (%FallbackDownloaderArgs): don't pass

commits+karl at tug.org commits+karl at tug.org
Fri May 14 22:38:22 CEST 2021


Revision: 59199
          http://tug.org/svn/texlive?view=revision&revision=59199
Author:   karl
Date:     2021-05-14 22:38:22 +0200 (Fri, 14 May 2021)
Log Message:
-----------
(%FallbackDownloaderArgs): don't pass
--no-check-certificate to wget (option doesn't exist when
ssl support isn't included), or --insecure to curl
(we don't provide curl binaries except on Windows, distros hopefully
keep their cert chains up to date). Sigh.

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/NEWS
    trunk/Master/tlpkg/TeXLive/TLConfig.pm

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2021-05-14 20:21:34 UTC (rev 59198)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2021-05-14 20:38:22 UTC (rev 59199)
@@ -1,6 +1,7 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
+
 <p><b>tlmgr 59108 (released 7may21):</b>
 <li>support, and prefer, curl for https://mirror.ctan.org resolution.
 <li>don't require valid ssl certificates since we can't always support ssl.

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2021-05-14 20:21:34 UTC (rev 59198)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2021-05-14 20:38:22 UTC (rev 59199)
@@ -128,10 +128,8 @@
   'curl' => ['--user-agent', 'texlive/curl',
              '--retry', '4', '--retry-delay', '4',
              '--connect-timeout', "$NetworkTimeout", 
-             '--insecure',
              '--fail', '--location', '--silent', '--output'],
   'wget' => ['--user-agent=texlive/wget', '--tries=4',
-             '--no-check-certificate',
              "--timeout=$NetworkTimeout", '-q', '-O'],
 );
 # the way we package things on the web



More information about the tex-live-commits mailing list.