texlive[67552] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Wed Jul 5 01:43:25 CEST 2023


Revision: 67552
          http://tug.org/svn/texlive?view=revision&revision=67552
Author:   karl
Date:     2023-07-05 01:43:25 +0200 (Wed, 05 Jul 2023)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/config.sub
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
    trunk/Build/source/libs/icu/icu-src/source/config.sub
    trunk/Build/source/utils/asymptote/config.sub
    trunk/Master/doc.html
    trunk/Master/tlpkg/installer/ctan-mirrors.pl

Modified: trunk/Build/source/build-aux/config.sub
===================================================================
--- trunk/Build/source/build-aux/config.sub	2023-07-04 23:40:57 UTC (rev 67551)
+++ trunk/Build/source/build-aux/config.sub	2023-07-04 23:43:25 UTC (rev 67552)
@@ -4,7 +4,7 @@
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2023-06-23'
+timestamp='2023-06-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -145,7 +145,8 @@
 			nto-qnx* | linux-* | uclinux-uclibc* \
 			| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
 			| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
-			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
+			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-* \
+			| windows-* )
 				basic_machine=$field1
 				basic_os=$maybe_os
 				;;
@@ -1766,7 +1767,7 @@
 		;;
 	none)
 		;;
-	kernel* )
+	kernel* | msvc* )
 		# Restricted further below
 		;;
 	*)
@@ -1785,6 +1786,8 @@
 		;;
 	managarm-mlibc* | managarm-kernel* )
 		;;
+	windows*-gnu* | windows*-msvc*)
+		;;
 	-dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
 		# These are just libc implementations, not actual OSes, and thus
 		# require a kernel.
@@ -1799,6 +1802,10 @@
 		echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
 		exit 1
 		;;
+	*-msvc* )
+		echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
+		exit 1
+		;;
 	kfreebsd*-gnu* | kopensolaris*-gnu*)
 		;;
 	vxworks-simlinux | vxworks-simwindows | vxworks-spe)

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub	2023-07-04 23:40:57 UTC (rev 67551)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub	2023-07-04 23:43:25 UTC (rev 67552)
@@ -4,7 +4,7 @@
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2023-06-23'
+timestamp='2023-06-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -145,7 +145,8 @@
 			nto-qnx* | linux-* | uclinux-uclibc* \
 			| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
 			| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
-			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
+			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-* \
+			| windows-* )
 				basic_machine=$field1
 				basic_os=$maybe_os
 				;;
@@ -1766,7 +1767,7 @@
 		;;
 	none)
 		;;
-	kernel* )
+	kernel* | msvc* )
 		# Restricted further below
 		;;
 	*)
@@ -1785,6 +1786,8 @@
 		;;
 	managarm-mlibc* | managarm-kernel* )
 		;;
+	windows*-gnu* | windows*-msvc*)
+		;;
 	-dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
 		# These are just libc implementations, not actual OSes, and thus
 		# require a kernel.
@@ -1799,6 +1802,10 @@
 		echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
 		exit 1
 		;;
+	*-msvc* )
+		echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
+		exit 1
+		;;
 	kfreebsd*-gnu* | kopensolaris*-gnu*)
 		;;
 	vxworks-simlinux | vxworks-simwindows | vxworks-spe)

Modified: trunk/Build/source/libs/icu/icu-src/source/config.sub
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.sub	2023-07-04 23:40:57 UTC (rev 67551)
+++ trunk/Build/source/libs/icu/icu-src/source/config.sub	2023-07-04 23:43:25 UTC (rev 67552)
@@ -4,7 +4,7 @@
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2023-06-23'
+timestamp='2023-06-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -145,7 +145,8 @@
 			nto-qnx* | linux-* | uclinux-uclibc* \
 			| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
 			| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
-			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
+			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-* \
+			| windows-* )
 				basic_machine=$field1
 				basic_os=$maybe_os
 				;;
@@ -1766,7 +1767,7 @@
 		;;
 	none)
 		;;
-	kernel* )
+	kernel* | msvc* )
 		# Restricted further below
 		;;
 	*)
@@ -1785,6 +1786,8 @@
 		;;
 	managarm-mlibc* | managarm-kernel* )
 		;;
+	windows*-gnu* | windows*-msvc*)
+		;;
 	-dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
 		# These are just libc implementations, not actual OSes, and thus
 		# require a kernel.
@@ -1799,6 +1802,10 @@
 		echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
 		exit 1
 		;;
+	*-msvc* )
+		echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
+		exit 1
+		;;
 	kfreebsd*-gnu* | kopensolaris*-gnu*)
 		;;
 	vxworks-simlinux | vxworks-simwindows | vxworks-spe)

Modified: trunk/Build/source/utils/asymptote/config.sub
===================================================================
--- trunk/Build/source/utils/asymptote/config.sub	2023-07-04 23:40:57 UTC (rev 67551)
+++ trunk/Build/source/utils/asymptote/config.sub	2023-07-04 23:43:25 UTC (rev 67552)
@@ -4,7 +4,7 @@
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2023-06-23'
+timestamp='2023-06-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -145,7 +145,8 @@
 			nto-qnx* | linux-* | uclinux-uclibc* \
 			| uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
 			| netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
-			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-*)
+			| storm-chaos* | os2-emx* | rtmk-nova* | managarm-* \
+			| windows-* )
 				basic_machine=$field1
 				basic_os=$maybe_os
 				;;
@@ -1766,7 +1767,7 @@
 		;;
 	none)
 		;;
-	kernel* )
+	kernel* | msvc* )
 		# Restricted further below
 		;;
 	*)
@@ -1785,6 +1786,8 @@
 		;;
 	managarm-mlibc* | managarm-kernel* )
 		;;
+	windows*-gnu* | windows*-msvc*)
+		;;
 	-dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* | -mlibc* )
 		# These are just libc implementations, not actual OSes, and thus
 		# require a kernel.
@@ -1799,6 +1802,10 @@
 		echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
 		exit 1
 		;;
+	*-msvc* )
+		echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
+		exit 1
+		;;
 	kfreebsd*-gnu* | kopensolaris*-gnu*)
 		;;
 	vxworks-simlinux | vxworks-simwindows | vxworks-spe)

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2023-07-04 23:40:57 UTC (rev 67551)
+++ trunk/Master/doc.html	2023-07-04 23:43:25 UTC (rev 67552)
@@ -2202,6 +2202,12 @@
 <a href="texmf-dist/doc/latex/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.pdf">beamertheme-pure-minimalistic-demo.pdf</a>
 </small></li>
 
+<li id="beamertheme-rainbow"><b><a href="texmf-dist/doc/latex/beamertheme-rainbow/">beamertheme-rainbow</a></b><small>
+(<a href="https://ctan.org/pkg/beamertheme-rainbow">CTAN</a>):
+A beamer colour theme which alternates theme colours on every frame. 
+<a href="texmf-dist/doc/latex/beamertheme-rainbow/beamertheme-rainbow-doc.pdf">beamertheme-rainbow-doc.pdf</a>
+</small></li>
+
 <li id="beamertheme-saintpetersburg"><b><a href="texmf-dist/doc/latex/beamertheme-saintpetersburg/">beamertheme-saintpetersburg</a></b><small>
 (<a href="https://ctan.org/pkg/beamertheme-saintpetersburg">CTAN</a>):
 A beamer theme that incorporates colours and fonts of Saint Petersburg State University. 
@@ -3903,7 +3909,7 @@
 
 <h2 id="letter-C">C</h2>
 
-<ol start="505">
+<ol start="506">
 
 <li id="c90"><b><a href="texmf-dist/doc/fonts/enc/c90/">c90</a></b><small>
 c90 font encoding for Thai. 
@@ -6494,7 +6500,7 @@
 
 <h2 id="letter-D">D</h2>
 
-<ol start="821">
+<ol start="822">
 
 <li id="dad"><b><a href="texmf-dist/doc/fonts/dad/">dad</a></b><small>
 (<a href="https://ctan.org/pkg/dad">CTAN</a>):
@@ -7834,7 +7840,7 @@
 
 <h2 id="letter-E">E</h2>
 
-<ol start="989">
+<ol start="990">
 
 <li id="e-french"><b><a href="texmf-dist/doc/generic/e-french/">e-french</a></b><small>
 (<a href="https://ctan.org/pkg/e-french">CTAN</a>):
@@ -9154,7 +9160,7 @@
 
 <h2 id="letter-F">F</h2>
 
-<ol start="1177">
+<ol start="1178">
 
 <li id="facsimile"><b><a href="texmf-dist/doc/latex/facsimile/">facsimile</a></b><small>
 (<a href="https://ctan.org/pkg/facsimile">CTAN</a>):
@@ -10370,7 +10376,7 @@
 
 <h2 id="letter-G">G</h2>
 
-<ol start="1349">
+<ol start="1350">
 
 <li id="g-brief"><b><a href="texmf-dist/doc/latex/g-brief/">g-brief</a></b><small>
 (<a href="https://ctan.org/pkg/g-brief">CTAN</a>):
@@ -11612,7 +11618,7 @@
 
 <h2 id="letter-H">H</h2>
 
-<ol start="1487">
+<ol start="1488">
 
 <li id="h2020proposal"><b><a href="texmf-dist/doc/latex/h2020proposal/">h2020proposal</a></b><small>
 (<a href="https://ctan.org/pkg/h2020proposal">CTAN</a>):
@@ -12385,7 +12391,7 @@
 
 <h2 id="letter-I">I</h2>
 
-<ol start="1591">
+<ol start="1592">
 
 <li id="ibarra"><b><a href="texmf-dist/doc/fonts/ibarra/">ibarra</a></b><small>
 (<a href="https://ctan.org/pkg/ibarra">CTAN</a>):
@@ -12960,7 +12966,7 @@
 
 <h2 id="letter-J">J</h2>
 
-<ol start="1675">
+<ol start="1676">
 
 <li id="jablantile"><b><a href="texmf-dist/doc/fonts/jablantile/">jablantile</a></b><small>
 (<a href="https://ctan.org/pkg/jablantile">CTAN</a>):
@@ -13217,7 +13223,7 @@
 
 <h2 id="letter-K">K</h2>
 
-<ol start="1708">
+<ol start="1709">
 
 <li id="kalendarium"><b><a href="texmf-dist/doc/latex/kalendarium/">kalendarium</a></b><small>
 (<a href="https://ctan.org/pkg/kalendarium">CTAN</a>):
@@ -13828,7 +13834,7 @@
 
 <h2 id="letter-L">L</h2>
 
-<ol start="1759">
+<ol start="1760">
 
 <li id="l2picfaq"><b><a href="texmf-dist/doc/latex/l2picfaq/">l2picfaq</a></b><small>
 (<a href="https://ctan.org/pkg/l2picfaq">CTAN</a>):
@@ -15897,6 +15903,12 @@
 <a href="texmf-dist/doc/luatex/luapackageloader/luapackageloader.pdf">luapackageloader.pdf</a>
 </small></li>
 
+<li id="luaplot"><b><a href="texmf-dist/doc/lualatex/luaplot/">luaplot</a></b><small>
+(<a href="https://ctan.org/pkg/luaplot">CTAN</a>):
+Plotting graphs using Lua. 
+<a href="texmf-dist/doc/lualatex/luaplot/luaplot.pdf">luaplot.pdf</a>
+</small></li>
+
 <li id="luaprogtable"><b><a href="texmf-dist/doc/lualatex/luaprogtable/">luaprogtable</a></b><small>
 (<a href="https://ctan.org/pkg/luaprogtable">CTAN</a>):
 Programmable table interface for LuaLaTeX. 
@@ -16027,7 +16039,7 @@
 
 <h2 id="letter-M">M</h2>
 
-<ol start="2029">
+<ol start="2031">
 
 <li id="m-tx"><b><a href="texmf-dist/doc/generic/m-tx/">m-tx</a></b><small>
 (<a href="https://ctan.org/pkg/m-tx">CTAN</a>):
@@ -17752,7 +17764,7 @@
 
 <h2 id="letter-N">N</h2>
 
-<ol start="2272">
+<ol start="2274">
 
 <li id="na-box"><b><a href="texmf-dist/doc/xelatex/na-box/">na-box</a></b><small>
 (<a href="https://ctan.org/pkg/na-box">CTAN</a>):
@@ -18480,7 +18492,7 @@
 
 <h2 id="letter-O">O</h2>
 
-<ol start="2371">
+<ol start="2373">
 
 <li id="oberdiek"><b><a href="texmf-dist/doc/latex/oberdiek/">oberdiek</a></b><small>
 (<a href="https://ctan.org/pkg/oberdiek">CTAN</a>):
@@ -18847,7 +18859,7 @@
 
 <h2 id="letter-P">P</h2>
 
-<ol start="2419">
+<ol start="2421">
 
 <li id="padcount"><b><a href="texmf-dist/doc/latex/padcount/">padcount</a></b><small>
 (<a href="https://ctan.org/pkg/padcount">CTAN</a>):
@@ -21418,7 +21430,7 @@
 
 <h2 id="letter-Q">Q</h2>
 
-<ol start="2777">
+<ol start="2779">
 
 <li id="qcircuit"><b><a href="texmf-dist/doc/latex/qcircuit/">qcircuit</a></b><small>
 (<a href="https://ctan.org/pkg/qcircuit">CTAN</a>):
@@ -21580,7 +21592,7 @@
 
 <h2 id="letter-R">R</h2>
 
-<ol start="2800">
+<ol start="2802">
 
 <li id="ragged2e"><b><a href="texmf-dist/doc/latex/ragged2e/">ragged2e</a></b><small>
 (<a href="https://ctan.org/pkg/ragged2e">CTAN</a>):
@@ -22268,7 +22280,7 @@
 
 <h2 id="letter-S">S</h2>
 
-<ol start="2890">
+<ol start="2892">
 
 <li id="sa-tikz"><b><a href="texmf-dist/doc/latex/sa-tikz/">sa-tikz</a></b><small>
 (<a href="https://ctan.org/pkg/sa-tikz">CTAN</a>):
@@ -24191,7 +24203,7 @@
 
 <h2 id="letter-T">T</h2>
 
-<ol start="3165">
+<ol start="3167">
 
 <li id="t-angles"><b><a href="texmf-dist/doc/latex/t-angles/">t-angles</a></b><small>
 (<a href="https://ctan.org/pkg/t-angles">CTAN</a>):
@@ -26579,7 +26591,7 @@
 (<a href="https://ctan.org/pkg/tugboat">CTAN</a>):
 LaTeX macros for TUGboat articles. 
 <a href="texmf-dist/doc/latex/tugboat/ltubguid.pdf">ltubguid.pdf</a>
-<a href="texmf-dist/doc/latex/tugboat/tugboat.pdf">tugboat.pdf</a>
+<a href="texmf-dist/doc/latex/tugboat/tugboat-code.pdf">tugboat-code.pdf</a>
 </small></li>
 
 <li id="tugboat-plain"><b><a href="texmf-dist/doc/plain/tugboat-plain/">tugboat-plain</a></b><small>
@@ -26723,7 +26735,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="3480">
+<ol start="3482">
 
 <li id="uaclasses"><b><a href="texmf-dist/doc/latex/uaclasses/">uaclasses</a></b><small>
 (<a href="https://ctan.org/pkg/uaclasses">CTAN</a>):
@@ -27367,7 +27379,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="3570">
+<ol start="3572">
 
 <li id="vancouver"><b><a href="texmf-dist/doc/bibtex/vancouver/">vancouver</a></b><small>
 (<a href="https://ctan.org/pkg/vancouver">CTAN</a>):
@@ -27640,7 +27652,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="3609">
+<ol start="3611">
 
 <li id="wadalab"><b><a href="texmf-dist/doc/fonts/wadalab/">wadalab</a></b><small>
 (<a href="https://ctan.org/pkg/wadalab">CTAN</a>):
@@ -27884,7 +27896,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="3639">
+<ol start="3641">
 
 <li id="xargs"><b><a href="texmf-dist/doc/latex/xargs/">xargs</a></b><small>
 (<a href="https://ctan.org/pkg/xargs">CTAN</a>):
@@ -28515,7 +28527,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="3713">
+<ol start="3715">
 
 <li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot/">yafoot</a></b><small>
 (<a href="https://ctan.org/pkg/yafoot">CTAN</a>):
@@ -28645,7 +28657,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="3731">
+<ol start="3733">
 
 <li id="zbmath-review-template"><b><a href="texmf-dist/doc/xelatex/zbmath-review-template/">zbmath-review-template</a></b><small>
 (<a href="https://ctan.org/pkg/zbmath-review-template">CTAN</a>):
@@ -28790,5 +28802,5 @@
 
 <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p>
 <hr>
-<small>Generated Mon Jul  3 01:43:13 CEST 2023 by tl-update-docindex.</small>
+<small>Generated Wed Jul  5 01:43:22 CEST 2023 by tl-update-docindex.</small>
 </body></html>

Modified: trunk/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- trunk/Master/tlpkg/installer/ctan-mirrors.pl	2023-07-04 23:40:57 UTC (rev 67551)
+++ trunk/Master/tlpkg/installer/ctan-mirrors.pl	2023-07-04 23:43:25 UTC (rev 67552)
@@ -4,7 +4,6 @@
       'https://mirror.marwan.ma/ctan/' => 1,
     },
     'South Africa' => {
-      'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
       'https://mirror.ufs.ac.za/ctan/' => 1,
     },
   },
@@ -38,15 +37,14 @@
     },
     'Iran' => {
       'https://ctan.asis.sh/' => 1,
+      'https://ctan.yazd.ac.ir/' => 1,
     },
     'Japan' => {
-      'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1,
       'https://ftp.jaist.ac.jp/pub/CTAN/' => 1,
       'https://ftp.kddilabs.jp/CTAN/' => 1,
       'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1,
     },
     'Korea' => {
-      'http://ftp.ktug.org/tex-archive/' => 1,
       'https://cran.asia/tex/' => 1,
       'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
       'https://lab.uklee.pe.kr/tex-archive/' => 1,
@@ -63,12 +61,12 @@
   'Europe' => {
     'Austria' => {
       'https://mirror.easyname.at/ctan/' => 1,
+      'https://mirror.kumi.systems/ctan/' => 1,
     },
     'Belarus' => {
       'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1,
     },
     'Czech Republic' => {
-      'http://ftp.cvut.cz/tex-archive/' => 1,
       'https://mirrors.nic.cz/tex-archive/' => 1,
     },
     'Finland' => {
@@ -79,7 +77,6 @@
       'https://ctan.gutenberg-asso.fr/' => 1,
       'https://ctan.mines-albi.fr/' => 1,
       'https://ctan.tetaneutral.net/' => 1,
-      'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1,
       'https://mirror.ibcp.fr/pub/CTAN/' => 1,
       'https://mirrors.ircam.fr/pub/CTAN/' => 1,
       'https://texlive.mycozy.space/' => 1,
@@ -99,7 +96,6 @@
       'https://ftp.gwdg.de/pub/ctan/' => 1,
       'https://ftp.rrze.uni-erlangen.de/ctan/' => 1,
       'https://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1,
-      'https://ftp.tu-chemnitz.de/pub/tex/' => 1,
       'https://markov.htwsaar.de/tex-archive/' => 1,
       'https://mirror.clientvps.com/CTAN/' => 1,
       'https://mirror.dogado.de/tex-archive/' => 1,
@@ -108,9 +104,7 @@
       'https://packages.oth-regensburg.de/ctan/' => 1,
     },
     'Greece' => {
-      'http://ftp.ntua.gr/mirror/ctan/' => 1,
       'https://fosszone.csd.auth.gr/CTAN/' => 1,
-      'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1,
     },
     'Hungary' => {
       'https://mirror.szerverem.hu/ctan/' => 1,
@@ -149,10 +143,6 @@
     'Slovenia' => {
       'https://ctan.ijs.si/tex-archive/' => 1,
     },
-    'Spain' => {
-      'https://ctan.fisiquimicamente.com/' => 1,
-      'https://osl.ugr.es/CTAN/' => 1,
-    },
     'Sweden' => {
       'https://ftp.acc.umu.se/mirror/CTAN/' => 1,
       'https://ftpmirror1.infania.net/mirror/CTAN/' => 1,
@@ -169,7 +159,6 @@
   },
   'North America' => {
     'Canada' => {
-      'https://ctan.math.ca/tex-archive/' => 1,
       'https://ctan.mirror.globo.tech/' => 1,
       'https://ctan.mirror.rafal.ca/' => 1,
       'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1,
@@ -188,7 +177,6 @@
       'https://ctan.math.washington.edu/tex-archive/' => 1,
       'https://ctan.mirrors.hoobly.com/' => 1,
       'https://mirror.las.iastate.edu/tex-archive/' => 1,
-      'https://mirror.math.princeton.edu/pub/CTAN/' => 1,
       'https://mirror.mwt.me/ctan/' => 1,
       'https://mirror2.sandyriver.net/pub/ctan/' => 1,
       'https://mirrors.mit.edu/CTAN/' => 1,



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