texlive[59097] Master/tlpkg/TeXLive/TLConfig.pm:

commits+karl at tug.org commits+karl at tug.org
Thu May 6 20:08:29 CEST 2021


Revision: 59097
          http://tug.org/svn/texlive?view=revision&revision=59097
Author:   karl
Date:     2021-05-06 20:08:29 +0200 (Thu, 06 May 2021)
Log Message:
-----------
(%FallbackDownloaderArgs): pass --insecure for
curl and --no-check-certificates for wget.

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

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2021-05-06 17:21:00 UTC (rev 59096)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2021-05-06 18:08:29 UTC (rev 59097)
@@ -125,10 +125,13 @@
 our @AcceptedFallbackDownloaders = qw/curl wget/;
 our %FallbackDownloaderProgram = ( 'wget' => 'wget', 'curl' => 'curl');
 our %FallbackDownloaderArgs = (
-  'curl' => ['--user-agent', 'texlive/curl', '--retry', '4', '--retry-delay', '5',
-             '--fail', '--location',
-             '--connect-timeout', "$NetworkTimeout", '--silent', '--output'],
+  '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-certificates',
              "--timeout=$NetworkTimeout", '-q', '-O'],
 );
 # the way we package things on the web



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