texlive[58931] Master: mirror.ctan.org has gone https-only

commits+karl at tug.org commits+karl at tug.org
Wed Apr 21 00:20:56 CEST 2021


Revision: 58931
          http://tug.org/svn/texlive?view=revision&revision=58931
Author:   karl
Date:     2021-04-21 00:20:56 +0200 (Wed, 21 Apr 2021)
Log Message:
-----------
mirror.ctan.org has gone https-only

Modified Paths:
--------------
    trunk/Master/install-tl
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
    trunk/Master/tlpkg/TeXLive/TLConfig.pm

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2021-04-20 22:17:44 UTC (rev 58930)
+++ trunk/Master/install-tl	2021-04-20 22:20:56 UTC (rev 58931)
@@ -2736,7 +2736,7 @@
 (L<https://tug.org/texlive/doc/tlmgr.html#OPTIONS>).
 
 For installation, the default is to pick a mirror automatically, using
-L<http://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is
+L<https://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is
 used for the entire download. You can use the special argument C<ctan>
 as an abbreviation for this. (See L<https://ctan.org> for more about CTAN
 and its mirrors.)

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-04-20 22:17:44 UTC (rev 58930)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-04-20 22:20:56 UTC (rev 58931)
@@ -873,7 +873,7 @@
   # only existing formats are recreated
   if (!$localtlpdb->option("create_formats")) {
     $invoke_fmtutil .= " --refresh";
-    info("only existing formats will be refreshed per user option (create_formats=0)\n");
+    debug("only existing formats will be refreshed per user option (create_formats=0)\n");
   }
 
   if ($::files_changed) {
@@ -7698,7 +7698,7 @@
 
 =item C<tlmgr option repository ctan>
 
-=item C<tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet>
+=item C<tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet>
 
 Tell C<tlmgr> to use a nearby CTAN mirror for future updates; useful if
 you installed TeX Live from the DVD image and want to have continuing
@@ -7781,7 +7781,7 @@
 
 =item C<ctan>
 
-=item C<http://mirror.ctan.org/systems/texlive/tlnet>
+=item C<https://mirror.ctan.org/systems/texlive/tlnet>
 
 Pick a CTAN mirror automatically, trying for one that is both nearby and
 up-to-date. The chosen mirror is used for the entire download. The bare
@@ -8557,7 +8557,7 @@
 get further updates from the Internet, after originally installing from
 DVD.  To do this, you can run
 
- tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
+ tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
 
 The C<install-tl> documentation has more information about the possible
 values for C<repository>.  (For backward compatibility, C<location> can

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2021-04-20 22:17:44 UTC (rev 58930)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2021-04-20 22:20:56 UTC (rev 58931)
@@ -344,7 +344,7 @@
 =item C<$TeXLive::TLConfig::TeXLiveServerPath>
 
 C<TeXLiveURL> is concatenated from these values, with a string between.
-The defaults are respectively, C<http://mirror.ctan.org> and
+The defaults are respectively, C<https://mirror.ctan.org> and
 C<systems/texlive/tlnet/>.
 
 =item C<@TeXLive::TLConfig::CriticalPackagesList>



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