summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-29 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2021-01-29 03:01:22 +0000
commitbc31a53b31d92ddf5db3e7df811734a0141f8b3f (patch)
treec493784cbfd3cda263acc9ce04de9f94e540c3ba /systems/texlive/tlnet
parent580a384585ecc80778ebca5845ce3bd7ae60cb48 (diff)
CTAN sync 202101290301
Diffstat (limited to 'systems/texlive/tlnet')
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/config.guess11
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl11
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb120
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2271428 -> 2272512 bytes
7 files changed, 95 insertions, 65 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess
index f7727026b7..1972fda8eb 100755
--- a/systems/texlive/tlnet/tlpkg/installer/config.guess
+++ b/systems/texlive/tlnet/tlpkg/installer/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2021 Free Software Foundation, Inc.
-timestamp='2021-01-01'
+timestamp='2021-01-25'
# 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
@@ -188,10 +188,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
#
# Note: NetBSD doesn't particularly care about the vendor
# portion of the name. We always set it to "unknown".
- sysctl="sysctl -n hw.machine_arch"
UNAME_MACHINE_ARCH=$( (uname -p 2>/dev/null || \
- "/sbin/$sysctl" 2>/dev/null || \
- "/usr/sbin/$sysctl" 2>/dev/null || \
+ /sbin/sysctl -n hw.machine_arch 2>/dev/null || \
+ /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \
echo unknown))
case "$UNAME_MACHINE_ARCH" in
aarch64eb) machine=aarch64_be-unknown ;;
@@ -1483,8 +1482,8 @@ EOF
i*86:rdos:*:*)
echo "$UNAME_MACHINE"-pc-rdos
exit ;;
- i*86:AROS:*:*)
- echo "$UNAME_MACHINE"-pc-aros
+ *:AROS:*:*)
+ echo "$UNAME_MACHINE"-unknown-aros
exit ;;
x86_64:VMkernel:*:*)
echo "$UNAME_MACHINE"-unknown-esx
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 2a5dccf715..cfda22613d 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -28,11 +28,15 @@ $mirrors = {
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1,
},
+ 'India' => {
+ 'http://ctan.imsc.res.in/' => 1,
+ },
'Indonesia' => {
'https://mirror.unpad.ac.id/ctan/' => 1,
},
'Iran' => {
'http://ctan.yazd.ac.ir/' => 1,
+ 'https://ctan.asis.ai/' => 1,
'https://ctan.um.ac.ir/' => 1,
},
'Japan' => {
@@ -43,15 +47,13 @@ $mirrors = {
},
'Korea' => {
'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
+ 'http://ftp.ktug.org/tex-archive/' => 1,
'http://mirror.kakao.com/CTAN/' => 1,
'https://cran.asia/tex/' => 1,
'https://ftp.harukasan.org/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
'https://mirror.yongbok.net/ctan/' => 1,
},
- 'Philippines' => {
- 'https://mirror.pregi.net/tex-archive/' => 1,
- },
'Singapore' => {
'https://download.nus.edu.sg/mirror/ctan/' => 1,
},
@@ -84,6 +86,7 @@ $mirrors = {
'https://mirror.ibcp.fr/pub/CTAN/' => 1,
'https://mirrors.chevalier.io/CTAN/' => 1,
'https://mirrors.ircam.fr/pub/CTAN/' => 1,
+ 'https://texlive.mycozy.space/' => 1,
},
'Germany' => {
'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1,
@@ -167,6 +170,7 @@ $mirrors = {
'Canada' => {
'http://ctan.mirror.colo-serv.net/' => 1,
'http://ctan.mirror.globo.tech/' => 1,
+ 'http://ctan.mirror.rafal.ca/' => 1,
'https://ctan.math.ca/tex-archive/' => 1,
'https://mirror.its.dal.ca/ctan/' => 1,
'https://muug.ca/mirror/ctan/' => 1,
@@ -176,6 +180,7 @@ $mirrors = {
},
'USA' => {
'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
+ 'http://ctan.math.washington.edu/tex-archive/' => 1,
'http://ctan.mirrors.hoobly.com/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'https://ctan.math.illinois.edu/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 46b8da21a3..725d385409 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2020
-depend revision/57532
+depend revision/57540
name 00texlive.image
category TLCore
-revision 57514
+revision 57535
shortdesc TeX Live files only in the source repository
longdesc The files here are not copied by the installer and containers
longdesc are not built for them; they exist only in the source
@@ -3432,6 +3432,7 @@ runfiles size=13834
tlpkg/tlpsrc/sa-tikz.tlpsrc
tlpkg/tlpsrc/sageep.tlpsrc
tlpkg/tlpsrc/sanitize-umlaut.tlpsrc
+ tlpkg/tlpsrc/sankey.tlpsrc
tlpkg/tlpsrc/sanskrit-t1.tlpsrc
tlpkg/tlpsrc/sanskrit.tlpsrc
tlpkg/tlpsrc/sansmath.tlpsrc
@@ -4334,7 +4335,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 57518
+revision 57534
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -24131,7 +24132,7 @@ catalogue-version 0.2
name asmeconf
category Package
-revision 57470
+revision 57537
shortdesc A template for ASME conference papers
relocated 1
longdesc The asmeconf class provides a template to format ASME
@@ -24148,10 +24149,10 @@ longdesc various math options, government copyright, and archivability
longdesc (PDF/A). The class is compatible with pdfLaTeX or LuaLaTeX.
longdesc This package is not a publication of ASME, but it does conform
longdesc to ASME's currently published guidelines for conference papers.
-containersize 24692
-containerchecksum c4b368381abf9a612f22b3e316bc2f5e9ec035a53be2ecf24580cab4a317051145a58c0beda8d22d2f050e17a213921db6a47525ce03b16ddc5179fd4f2c841d
-doccontainersize 1418468
-doccontainerchecksum a7d3f9a6784b8b0708c4cb5f6828e98d8baca749f11e2320225b8a6de7d84fb8c7897445d8818bf57e7edd12b9b29bceff24b43267069bfedc336ae096db3748
+containersize 24860
+containerchecksum 7d21ace3794a621f5bf8d4703730ee3c13516c6166dde09cdc00c23cc7e1ee0164b00f8614ac2315c681f58a3ba1a552d4ece59c2850340c64bf26d2f8be49a4
+doccontainersize 1427596
+doccontainerchecksum b5525ba2acddb3dd5ea41583c5715e73706a5b22bdc3f2eca5664dec5df773b747adc10e4b4154a737fa8d1f29348b863b802324510ca6e50cd69f39c8efbd22
docfiles size=793
RELOC/doc/latex/asmeconf/README.md details="Readme"
RELOC/doc/latex/asmeconf/asmeconf-sample.bib
@@ -24176,7 +24177,7 @@ catalogue-contact-support https://github.com/John02139/asmeconf/issues
catalogue-ctan /macros/latex/contrib/asmeconf
catalogue-license mit
catalogue-topics bibtex-sty class confproc engineering scientific-docs
-catalogue-version 1.23
+catalogue-version 1.24
name asmejour
category Package
@@ -43240,7 +43241,7 @@ catalogue-version 0.2
name bxjscls
category Package
-revision 56686
+revision 57536
shortdesc Japanese document class collection for all major engines
relocated 1
longdesc This package provides an extended version of the Japanese
@@ -43249,10 +43250,10 @@ longdesc original version supports only pLaTeX and upLaTeX, the extended
longdesc version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the
longdesc aid of suitable packages that provide capability of Japanese
longdesc typesetting.
-containersize 32832
-containerchecksum e5130b7aa29aae3743b323b8372d86d24d77a8ec57f1d77d3ffadbfe6a68b8e097f169aea3ac277e52dafaa3779fa69949cef651135da157120819b0939b7028
-doccontainersize 1518128
-doccontainerchecksum ab499484a06a37cbbbfe6a5e7dd90b0361775a8d64d740f82377892e99fb929a943bd87cc893d71bd2672794f3f2c60fd738d710709ddc1b41cf9e2d3564c293
+containersize 32852
+containerchecksum 52ff21b055c75975f805f537384df30f28afba0d2a2f9f36e4fac97a78ce6ec653f59e168510fddddb8aabe0ecc226429f6cea249d84a7f8479b29309fd02e7f
+doccontainersize 1518416
+doccontainerchecksum 45195920ac34e4dde569f3489a15b6ad2735b44e8a7ca78aa1e85570891c9313adfc97b6e39db0dd1e0a605bc358dec2b84ec42307cff8feb8d768e6f68aedbe
docfiles size=410
RELOC/doc/latex/bxjscls/LICENSE
RELOC/doc/latex/bxjscls/README-ja.md details="Readme (Japanese)" language="ja"
@@ -43260,8 +43261,8 @@ docfiles size=410
RELOC/doc/latex/bxjscls/bxjscls-manual.pdf details="User guide (Japanese)" language="ja"
RELOC/doc/latex/bxjscls/bxjscls-manual.tex
RELOC/doc/latex/bxjscls/bxjscls.pdf details="Package documentation (Japanese)" language="ja"
-srccontainersize 81868
-srccontainerchecksum 54c973e9339ffcdd808f3bbc5566ae30f8b7811886b687e0f9adbef9a5bfc777eef571ba9d353700c07366bbd0526bacf1ed2bc2ba77cabe73f4c1fe4a9d8634
+srccontainersize 81952
+srccontainerchecksum df725ff651246268ae5c250b87d4d45aa6b89814c287b0d5d4b896ea2eb2eafff883f78d14faba423c014251429aecda48e637fce87ba8ed8581f95be269d3d3
srcfiles size=99
RELOC/source/latex/bxjscls/bxjscls.dtx
RELOC/source/latex/bxjscls/bxjscls.ins
@@ -43282,7 +43283,7 @@ catalogue-contact-repository https://github.com/zr-tex8r
catalogue-ctan /language/japanese/BX/bxjscls
catalogue-license bsd2
catalogue-topics japanese class
-catalogue-version 2.4
+catalogue-version 2.4a
name bxnewfont
category Package
@@ -67665,7 +67666,7 @@ containerchecksum 57ec4259d55416ca351fda1e201ce02db4d0ace41c43b02e956bfc10821a45
name collection-mathscience
category Collection
-revision 56872
+revision 57535
shortdesc Mathematics, natural sciences, computer science packages
relocated 1
depend 12many
@@ -67836,6 +67837,7 @@ depend rest-api
depend revquantum
depend ribbonproofs
depend rmathbr
+depend sankey
depend sasnrdisplay
depend sciposter
depend sclang-prettifier
@@ -67884,8 +67886,8 @@ depend yhmath
depend youngtab
depend yquant
depend ytableau
-containersize 1476
-containerchecksum 9a7f87647d443c7e716240d2f1ab2f2d9a49661ca63d2e53742404d7faca97c25636cbe730c761322f941cb1183197f156e39ee2693d023da480e0a5da34d022
+containersize 1480
+containerchecksum 2df3bb186415f8967f7446a279b5e7ffa39498cc12f5eaedf4589deb98c234789d6efd80c3549d2c4b68c7e0ecaae543a425033d121bce7b782b122297ab4af4
name collection-metapost
category Collection
@@ -264638,6 +264640,30 @@ catalogue-license lppl1.3
catalogue-topics utf8-adapt enc-juggle index-proc
catalogue-version 1.10
+name sankey
+category Package
+revision 57535
+shortdesc Draw Sankey diagrams with TikZ
+relocated 1
+longdesc This package provides macros and environments to build Sankey
+longdesc diagrams, i.e. flow diagrams in which the width of the arrows
+longdesc is proportional to the flow rate.
+containersize 7192
+containerchecksum 36a2ac0b9c3fcd83e2e047ccea218ea94957d3952a414c31055f973a8cf2381fd639dd24bf10fe9bd14f39e4b700de88ec60007c10d2ee6c0cdf53c40c51df89
+doccontainersize 679796
+doccontainerchecksum e101dd42f0dc3fcd6288044c88743a008983c1a80abed4025f049f5ba7f6cadd4d9a600bce79f2e194fe77ceae5092d4410c28986f2eaeb677fc51d5d09d991d
+docfiles size=179
+ RELOC/doc/latex/sankey/README details="Readme"
+ RELOC/doc/latex/sankey/sankey-doc.pdf details="Package documentation"
+ RELOC/doc/latex/sankey/sankey-doc.tex
+runfiles size=9
+ RELOC/tex/latex/sankey/sankey.sty
+ RELOC/tex/latex/sankey/tikzlibrarydubins.code.tex
+catalogue-ctan /graphics/pgf/contrib/sankey
+catalogue-license lppl gpl
+catalogue-topics graphics diagram diagram-flow pgf-tikz
+catalogue-version 2.0
+
name sanskrit
category Package
revision 55475
@@ -281278,21 +281304,21 @@ catalogue-version 1.0a
name suftesi
category Package
-revision 57515
+revision 57538
shortdesc A document class for typesetting theses, books and articles
relocated 1
longdesc The class can be used to typeset any kind of book (originally
longdesc designed for use in the humanities).
-containersize 14192
-containerchecksum a7a929a5f12e39541e962a1c5c239b03883b1551fb2922d7849c5455acd5791fcec69d8817f643d813c4ec344747b5b3f6bf6a83ea6d81f5dec1e5dd11a35c81
-doccontainersize 990272
-doccontainerchecksum e8326054334395217565407e82beea4dea85ef7d1fb6796fd0c8a03c479c5f9d52c8f6372855c62bd1adf4555ec1a8d53e0a4103f6e12818fc15213d51914300
+containersize 14064
+containerchecksum 1ae280e8edeb0a0cec96a703fe3e2babb198482634ce7ffed8060880c2a9a3c9f4fb813bfbeef4a4a8bab9cc66b77e9732a6e3292f9faabfc79ade27e7ceb533
+doccontainersize 989908
+doccontainerchecksum 8cc18484ea204b8c865991ccf0ca8d247f78eee620dfea7f952268a01c467e5d43defeb7d80d9d5df8963cd11a54006dbe03da41ba3afe82f2390a8744c9e5f2
docfiles size=363
RELOC/doc/latex/suftesi/README details="Readme"
RELOC/doc/latex/suftesi/suftesi.pdf details="Package documentation" language="en"
RELOC/doc/latex/suftesi/templates.zip
-srccontainersize 40480
-srccontainerchecksum cd9e0301c352475096db601c398f818fff08bfdd32902eedd978cdb7c9986227905dbd04837ef55dac49d44a7a5283c83cc4314843d0e41e57edba495f42e22a
+srccontainersize 40400
+srccontainerchecksum f2b82d39f8ad0aa0037ada8159274340cda2440e4bd225b2d0cf651ad4e3aad5e15b04d1cf2a31b4d7a0a7ccfb9e700292bacce295469d93e5a8830555d31622
srcfiles size=52
RELOC/source/latex/suftesi/suftesi.dtx
runfiles size=24
@@ -281300,7 +281326,7 @@ runfiles size=24
catalogue-ctan /macros/latex/contrib/suftesi
catalogue-license lppl1.3
catalogue-topics book-pub class dissertation
-catalogue-version 3.0
+catalogue-version 3.0.1
name sugconf
category Package
@@ -287041,7 +287067,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 57532
+revision 57540
shortdesc Convert (La)TeX to HTML/XML
longdesc A converter from TeX and LaTeX to SGML-based formats such as
longdesc (X)HTML, MathML, OpenDocument, and DocBook, providing a
@@ -287057,9 +287083,9 @@ longdesc that CTAN no longer holds the definitive sources of the
longdesc package: see the 'Readme' file.
depend tex4ht.ARCH
containersize 903648
-containerchecksum c6e7a7376fcd972b2b9ac1160699d2dc1ee49dab50397acb0708704ac45d76f2af1b5d27fda4e6bbd123b5fc6f141586ab7364bfc9ee416a5ccd49532fe38e3c
+containerchecksum 65c2cba5a8460341ac4f6f8985cc9a0afdf30086ed3f989b082053dc52fa5735abd8800b52a0357411c0bfdd380160c4fa3c53a6f396c1887583df71e3d9575f
doccontainersize 136156
-doccontainerchecksum d284564932e9c8d454a3e826ac63cfd377ef3394bfd5f0d05ca49641229125cf9b8d1d1fbe7f9c0f6100b242f853f67926d1eaac611beedd8db49106311f934a
+doccontainerchecksum 21a0c69daaef994020b2aa95328061640c5aeced53ec6f3574b7df86bc9db4c393540a426da1aed08faa0c123776a547d0055ac3041ab86abcc620d7fbb089fe
docfiles size=259
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/TeX4ht-doc.tex
@@ -296162,7 +296188,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 57518
+revision 57534
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.
@@ -296170,10 +296196,10 @@ depend texlive-scripts.ARCH
depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
-containersize 132208
-containerchecksum 400f1a45aa15b16e6296944f3ca60a4c6f1e8d548c7fa36e1653778b3ec5042b7d4e9407f01d620eed604f11347328a2988a8c20d2f917373aae652fba6be1e6
-doccontainersize 218820
-doccontainerchecksum 81b69724a08f2f84c1e61610fed063d8319a9f1468ae4cfe69baaa3593efb1a4833680f0ea47081ce46e15d0d8ec6d084b86ece287468cc2705d5ecd3d888b32
+containersize 132240
+containerchecksum aaf4a2443ba7e76cdce76fb9f3c239a247028ddaa3c61de846f0f89d0be1ae2137d1e444a147a26714b6a36c564f129714284893528891a57357fac5e9cf6510
+doccontainersize 218816
+doccontainerchecksum e7235884dbf438f53e734ec141e0fff8deec382259caa56856def7ca009d11e7c83c8ee4ee4b171e9e3cce7a1fe0efd1b3b988b82695bb149506ee7de06dda77
docfiles size=141
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -297812,7 +297838,7 @@ catalogue-version 0.2.0
name texnegar
category Package
-revision 56742
+revision 57539
shortdesc Kashida justification in XeLaTeX and LuaLaTeX
relocated 1
longdesc In some cursive scripts such as Persian or Arabic, kashida is
@@ -297828,11 +297854,11 @@ longdesc present stem of negaashtan meaning to design, to paint, to
longdesc write; and as a noun it means "sweetheart, idol, beloved,
longdesc figuratively referring to a beautiful woman, pattern, painting,
longdesc and artistic design".
-containersize 12288
-containerchecksum 0865a25dd321367903caa20dd3679ea26c41259a434c7b58a30ab86df9ce3091736512bc315f0684d2fb59108daa8a3fcbac8d440ec6c034628d27fd7eae197b
-doccontainersize 2095644
-doccontainerchecksum bbf1a6934b000a1f41b61d4377869a470c3fb7a89d528c8f118e987fbe1fdd2bf1615b8422d5ff1d55a6626e9b14400b2710dc9eca4c26bca3a41ce37894e3e5
-docfiles size=1650
+containersize 14156
+containerchecksum d7993c877a21d937cb4fe4ba16f9e8ff681cc2fdf9dff8903a3653d07339527de7eecbf783afa1877a12b1a8294b8144d0f4cfa2d35743975bb782577d6e430a
+doccontainersize 2094456
+doccontainerchecksum 8b8a5c905d38da78295d64f7a40abd6049f2bf4d5f02509d9208adfd1b1a0625b550d4e385595da4ed659e6b03f0c38cc18cc627b7c3287089bad79ee61dcd9d
+docfiles size=1522
RELOC/doc/latex/texnegar/INSTALL.txt
RELOC/doc/latex/texnegar/README.txt details="Readme"
RELOC/doc/latex/texnegar/doc-ligature-texnegar.pdf
@@ -297863,12 +297889,12 @@ docfiles size=1650
RELOC/doc/latex/texnegar/texnegar.pdf details="Source code documentation"
RELOC/doc/latex/texnegar/xepersian-XB.pdf
RELOC/doc/latex/texnegar/xepersian-XB.tex
-srccontainersize 14784
-srccontainerchecksum 37cfd0a3b018c09c4a320c5be47af494fa84c876d5f3fa4c3d23c174d1065a19e72494c61a07decf503d10f24786f595d56d49b6464a52cf5f518b938a1d6fc0
-srcfiles size=21
+srccontainersize 16744
+srccontainerchecksum dc96ae902b22389988b932ff184f9f10044219c8508fdfc76b7c9ef4418d746cb507dc01476e4e3c453549b2854cd77f3aabf52ee2e5621f94c0bad14f54c1cb
+srcfiles size=25
RELOC/source/latex/texnegar/texnegar.dtx
RELOC/source/latex/texnegar/texnegar.ins
-runfiles size=23
+runfiles size=26
RELOC/tex/latex/texnegar/texnegar-char-table.lua
RELOC/tex/latex/texnegar/texnegar-common-kashida.tex
RELOC/tex/latex/texnegar/texnegar-ini.lua
@@ -297885,7 +297911,7 @@ catalogue-contact-repository https://bitbucket.org/dma8hm1334/texnegar
catalogue-ctan /macros/unicodetex/latex/texnegar
catalogue-license lppl1.3c
catalogue-topics arabic persian expl3
-catalogue-version 0.1b
+catalogue-version 0.1c
name texonly
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index d4728d2aa5..4be0a5b378 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-b1b0881d81557cac00faf7ec25250bf6 texlive.tlpdb
+65e280ba54ac3b389850aa4b1eef5dd6 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index a08d2d0ed3..6b8e2a0c5b 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-65b61ab184bb32dd89be201c6771b083752aa5d44ba20b323230deaa07462e3c2989f7e0991312dc966bed6e5320bebfe9676999e983e3977994ee5e1e9626ee texlive.tlpdb
+d6e293e08ac0173868f5bbba2d58e899c1507b6ea35c83fa12ff8ad604a933ba95907e0b51556f217c3f82d33412b6da84d3b0195edaed6be8994b967d1c4de2 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 967e6ce205..561ef9e155 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNATURE-----
-iQEcBAEBCgAGBQJgELqZAAoJEEzhh34ZQ4xwn58IAJSphXzQm/3GjDIxh7NT0KOL
-JtktDvLK5f1y8S0HAw/aXKN3w7PaAt16iU8vBDyAIllZ0wMyGcLNGvYhfDrZH411
-8peOJML7ln4+itU63dMdX/DyFcIKIBfyUjwJG8yGpIHQDKBTRS3g+UC1fLslhbox
-uWseXRAF69t//1NMpRWAC8GI9OgVZfl7PxU0K1JpfYlk9RJyVkII0DrqO2fHfg7i
-7dMAd6sHvXZiZG6foHG9bYamT7rRUjkRGopWK9156K0HcDI5zOmnjr8S78thWGVB
-NM+GE7jzVUy5nmjSGKwOrzTK++G3lihdfet/JFbaC5Up30hUUJ8jBW3TLGhQ6SY=
-=XmIO
+iQEcBAEBCgAGBQJgEgvXAAoJEEzhh34ZQ4xwP4AH/jhwuDXjI1UlGoPQ4q0MWezE
+9yL0roNEoYKlaiCoRKi24GkDNVmCD7YrvO0MZ0TKpVo8vCKfmxBT8SFmUtuz+dL1
+ekZuKUNt24ut0rsKKIGXdi7j9wRaj41viDV0lBLG+apUq3TO2qI+l8tOfDpJRXYR
+x5kbuzVI/1EffjdGo6q1zodVsbIG7+JlVxatqOC72Kj4FE/+3RScAm1cuDfAAm+/
+KViniA7Z3KePDAadBhGj76ihG2jc54LOlct1IhOsnb2q/Ws3FFtMaA4wYxZzGxBk
+xztaT+anPVNQdODMMp1OguQEWigaQBL9/+KWhSzEXhobsTyU2zVuzm08wXy4ByE=
+=Gi1D
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 5a80861d9f..0708fae483 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ