summaryrefslogtreecommitdiff
path: root/systems/texlive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-03 03:00:43 +0000
committerNorbert Preining <norbert@preining.info>2021-05-03 03:00:43 +0000
commitbf393e635d1fb55b009da7ade3001c104c7deb48 (patch)
tree46ff95216d294610b559d25f56ba796d875b5c2f /systems/texlive
parentdb2a2e7b5c4ca1335618a0b5f5c574229bf459f6 (diff)
CTAN sync 202105030300
Diffstat (limited to 'systems/texlive')
-rwxr-xr-xsystems/texlive/tlnet/install-tl45
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl7
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb107
-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.xzbin2303468 -> 2301704 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/de.po10
8 files changed, 87 insertions, 100 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 5d0a7667d0..80b9985a15 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 58938 2021-04-21 21:26:24Z karl $
+# $Id: install-tl 59056 2021-05-02 21:48:01Z karl $
# Copyright 2007-2021
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 58938 $';
+my $svnrev = '$Revision: 59056 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -1227,8 +1227,10 @@ operations might be disturbed.\n\n";
$errcount += run_postinst_cmd(
"fmtutil-sys $common_fmtutil_args --no-strict --all");
} else {
- info("not running fmtutil-sys (not installed)\n");
+ info("not running fmtutil-sys (script not installed)\n");
}
+ } else {
+ info("not running fmtutil-sys (user option create_formats=0)\n");
}
# do path adjustments: On Windows add/remove to PATH etc,
@@ -2308,30 +2310,23 @@ sub import_settings_from_old_tlpdb {
#
# now for the settings
# set the defaults to what is specified in the tlpdb
- $vars{'tlpdbopt_install_docfiles'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "install_docfiles");
- $vars{'tlpdbopt_install_srcfiles'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "install_srcfiles");
- $vars{'tlpdbopt_create_formats'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "create_formats");
+ $vars{'tlpdbopt_install_docfiles'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "install_docfiles");
+ $vars{'tlpdbopt_install_srcfiles'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "install_srcfiles");
+ $vars{'tlpdbopt_create_formats'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "create_formats");
$vars{'tlpdbopt_desktop_integration'} = 1 if win32();
- $vars{'instopt_adjustpath'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "path");
+ $vars{'instopt_adjustpath'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "path");
$vars{'instopt_adjustpath'} = 0 if !defined($vars{'instopt_adjustpath'});
$vars{'instopt_adjustpath'} = 1 if win32();
- $vars{'tlpdbopt_sys_bin'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "sys_bin");
- $vars{'tlpdbopt_sys_man'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "sys_man");
- $vars{'sys_info'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "sys_info");
+ $vars{'tlpdbopt_sys_bin'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "sys_bin");
+ $vars{'tlpdbopt_sys_man'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "sys_man");
+ $vars{'sys_info'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "sys_info");
#
# import the set of selected architectures
my @aar = $previoustlpdb->setting_pkg("00texlive.installation",
@@ -3116,7 +3111,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 58938 2021-04-21 21:26:24Z karl $
+$Id: install-tl 59056 2021-05-02 21:48:01Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 1d6eb75062..79aa927e02 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -16,15 +16,11 @@ $mirrors = {
'China' => {
'https://mirror.bjtu.edu.cn/CTAN/' => 1,
'https://mirrors.aliyun.com/CTAN/' => 1,
- 'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
- 'https://mirrors.cqu.edu.cn/CTAN/' => 1,
'https://mirrors.dgut.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
- 'https://mirrors.nju.edu.cn/CTAN/' => 1,
'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
'https://mirrors.sustech.edu.cn/CTAN/' => 1,
'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
- 'https://mirrors.ustc.edu.cn/CTAN/' => 1,
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1,
@@ -54,9 +50,6 @@ $mirrors = {
'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,
},
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index e39b66e4bd..b8ec7e1efe 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/2021
-depend revision/59044
+depend revision/59056
name 00texlive.image
category TLCore
-revision 59042
+revision 59056
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
@@ -4382,7 +4382,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 59034
+revision 59056
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
@@ -56348,7 +56348,7 @@ catalogue-version 9.5
name circuitikz
category Package
-revision 58923
+revision 59054
shortdesc Draw electrical networks with TikZ
relocated 1
longdesc The package provides a set of macros for naturally typesetting
@@ -56357,11 +56357,11 @@ longdesc networks. It is designed as a tool that is easy to use, with a
longdesc lean syntax, native to LaTeX, and directly supporting PDF
longdesc output format. It has therefore been based on the very
longdesc impressive PGF/TikZ package.
-containersize 145620
-containerchecksum 7031ccb0e62f05d05fd78f762465d98a79b8d88c729e4f3573f06a744ebf80857a5f7152a5f4ec4cb744888fe62f26c089823af50e6125f1b7264ea34876b4d4
-doccontainersize 1318600
-doccontainerchecksum c550df35a97f3eeebced5478edc70d08a3475cd548bf7e2032dc8428122d28a34a455f07e8c39796eec37d79a34043b0764fc3d20a392e5e3665856d0f78b623
-docfiles size=425
+containersize 148584
+containerchecksum 2dbf94e9ae28b6b7bf7d7bb1b3eb924ea024401df38a49a5c9d84a0f43a248e368d30bd8e44d21e3823b27dff8956c5dcede6a2434f15dda5cc29c58f272b612
+doccontainersize 1484336
+doccontainerchecksum 64067a4f3ccabb7bc82140b7e7ac3a4068540fcc703d5f7e5b3c93de9337f9192597f27aa601c0195c02fe0dfbbb740264b21c4c119c0bfc874c8d406fa3336b
+docfiles size=469
RELOC/doc/context/third/circuitikz/circuitikz-context.pdf
RELOC/doc/context/third/circuitikz/circuitikz-context.tex
RELOC/doc/generic/circuitikz/CHANGELOG.md
@@ -56371,7 +56371,7 @@ docfiles size=425
RELOC/doc/latex/circuitikz/circuitikzmanual.tex
RELOC/doc/latex/circuitikz/compatibility.tex
RELOC/doc/latex/circuitikz/ctikzmanutils.sty
-runfiles size=2827
+runfiles size=2830
RELOC/tex/context/third/circuitikz/t-circuitikz-0.8.3.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-0.9.3.tex
RELOC/tex/context/third/circuitikz/t-circuitikz-0.9.6.tex
@@ -56410,7 +56410,7 @@ catalogue-contact-repository https://github.com/circuitikz/circuitikz
catalogue-ctan /graphics/pgf/contrib/circuitikz
catalogue-license lppl gpl
catalogue-topics graphics diagram-circ pgf-tikz electronic
-catalogue-version 1.3.4
+catalogue-version 1.3.5
name cite
category Package
@@ -98583,16 +98583,16 @@ catalogue-topics notes editorial
name easybook
category Package
-revision 59032
+revision 59052
shortdesc Typeset Chinese books or notes
relocated 1
longdesc Easybook is a minimalist style template based on the ctexbook
longdesc book document class.
-containersize 12020
-containerchecksum e8209c99fb9ca870d9d91a43d26c7f8165964e574964bcf281acd16d98c032d5a38786b47d4b640a4f8095a1fb1f268ff136596c1746889d5856cb8962431ce4
-doccontainersize 733672
-doccontainerchecksum d9172844138bcd9fcbfdf22336fd0924b7d68e7fb72dac88a8b1f4fd1cda1d405e3316c721b183e367b40f4ffd316fdd6688a912a9d86ab0d0cdac8f3bbb3cc7
-docfiles size=187
+containersize 12048
+containerchecksum 083d39399aa79f7989b78cee64fa7d90249efa39e8f4201ce4aeb28fd674b3bfc6a5acf222beec50d11638c70cf505f16df4d5330475baba68e55a210c017fff
+doccontainersize 734324
+doccontainerchecksum da87f1d8eb1b77c42c01731a162000b06ff5e89615678ebd4a9b8f920496c782b83b0f15e626202acbe914b6378768a35e9bf8cca337bfdb95ee358896acff01
+docfiles size=188
RELOC/doc/latex/easybook/README.md details="Readme"
RELOC/doc/latex/easybook/appendix.tex
RELOC/doc/latex/easybook/chapter1.tex
@@ -98602,8 +98602,8 @@ docfiles size=187
RELOC/doc/latex/easybook/easybook-demo.tex
RELOC/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh"
RELOC/doc/latex/easybook/refs.bib
-srccontainersize 26168
-srccontainerchecksum a53e8ffdd07105277e19cc1390a9e123971fe5a366df153dbe0da6854d709402fe385dfda303659fbb27601e47cd04f647b492970187dd9860d3c888a8cfabc3
+srccontainersize 26276
+srccontainerchecksum dc070b9d04be028a2904f6b7e9ecd8cae76ed3a5f233f955a7c10435955d8914fad90c80b8e9a9486f590c1049adcbf001a5fd9764d9c7c6d85d54eb49e3977a
srcfiles size=27
RELOC/source/latex/easybook/easybook.dtx
runfiles size=14
@@ -98613,7 +98613,7 @@ catalogue-contact-repository https://gitee.com/texl3/easybook
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license cc-by-4
catalogue-topics book-pub class chinese expl3
-catalogue-version 1.24x
+catalogue-version 1.24z
name easyfig
category Package
@@ -103966,19 +103966,20 @@ catalogue-version 1.24.12
name elegantbook
category Package
-revision 54758
+revision 59053
shortdesc An Elegant LaTeX Template for Books
relocated 1
longdesc ElegantBook is designed for writing Books. This template is
longdesc based on the standard LaTeX book class. The goal of this
longdesc template is to make the writing process more elegant. Just
longdesc enjoy it!
-containersize 8384
-containerchecksum dd1f4c8ff1367ef753a869e202bbe34d480e142de46dc91f4755d36c88fc346fd2717628e494eefd9967172e20b6f35b52fc37282237859ffb4944da68c4c534
-doccontainersize 2330560
-doccontainerchecksum 5e58435a14eb47a99999e90e957d87ade2f78f952018a76d588cd76f72b94389ccb2414e8061f43797378e4f6213ffa57f3573aeda5c83513291bca158686960
-docfiles size=974
+containersize 9892
+containerchecksum 26c1a1d2cc17ea806daf1909eb79d0a568fdedf9184884295c58c2a4841361a0c9da9f1ff766c85ba8796bec9c9d9f800b8b8729b27bae80fdce4635899e04b4
+doccontainersize 1913340
+doccontainerchecksum c07f88027fc66b23cf1709e8096a5f1689904279a0599ee53239ec2f66b289a1196a36a2debfe1662219f82dff5e053fbdda5bacc4e4348945ce12ad23e0f26d
+docfiles size=806
RELOC/doc/latex/elegantbook/License
+ RELOC/doc/latex/elegantbook/README-CN.md
RELOC/doc/latex/elegantbook/README.md details="Readme"
RELOC/doc/latex/elegantbook/elegantbook-cn.pdf details="Package documentation (Chinese)" language="zh"
RELOC/doc/latex/elegantbook/elegantbook-cn.tex
@@ -103986,15 +103987,12 @@ docfiles size=974
RELOC/doc/latex/elegantbook/elegantbook-en.tex
RELOC/doc/latex/elegantbook/figure/cover.jpg
RELOC/doc/latex/elegantbook/figure/logo-blue.png
- RELOC/doc/latex/elegantbook/figure/logo.png
RELOC/doc/latex/elegantbook/image/cert.pdf
RELOC/doc/latex/elegantbook/image/donate.jpg
RELOC/doc/latex/elegantbook/image/founder.png
- RELOC/doc/latex/elegantbook/image/scatter.pdf
- RELOC/doc/latex/elegantbook/image/scatter.py
- RELOC/doc/latex/elegantbook/image/tlshell.png
+ RELOC/doc/latex/elegantbook/image/scatter.jpg
RELOC/doc/latex/elegantbook/reference.bib
-runfiles size=8
+runfiles size=10
RELOC/tex/latex/elegantbook/elegantbook.cls
catalogue-contact-announce https://elegantlatex.org/
catalogue-contact-home https://elegantlatex.org/
@@ -104003,7 +104001,7 @@ catalogue-contact-support https://github.com/ElegantLaTeX/ElegantBook/issues
catalogue-ctan /macros/latex/contrib/elegantbook
catalogue-license lppl1.3c
catalogue-topics class chinese book-pub
-catalogue-version 3.11
+catalogue-version 4.1
name elegantnote
category Package
@@ -232580,7 +232578,7 @@ catalogue-version 1.0
name optex
category Package
-revision 59000
+revision 59055
shortdesc LuaTeX format based on Plain TeX and OPmac
longdesc OpTeX is a LuaTeX format based on Plain TeX macros with power
longdesc from OPmac (fonts selection system, colors, external graphics,
@@ -232593,11 +232591,12 @@ depend lm
depend luatex
depend optex.ARCH
depend rsfs
-execute AddFormat name=optex engine=luatex patterns=hyphen-lan.opm options="optex.ini" fmttriggers=amsfonts,cm,ec,hyphen-base,lm,rsfs
-containersize 787860
-containerchecksum f1264201b4c2c61f1db488675ab5afcf8eaba3db5c564ee9a7dbf5f237f7d6e521e8420bde955eb41c9e9fa376d62e0bdb509a8174cc3af15a24c81ee0c277d2
+depend unicode-data
+execute AddFormat name=optex engine=luatex patterns=hyphen-lan.opm options="optex.ini" fmttriggers=amsfonts,cm,ec,hyphen-base,lm,rsfs,unicode-data
+containersize 787868
+containerchecksum 031c152c493db2c4ca9c7481eb9dbe5d66b44eb1db31e461912008a4ff22aedf3f37c41b18fa31e77654e94eb840d47c14048848b353e7ded30b61a21617f401
doccontainersize 1438720
-doccontainerchecksum 6b4a2fec0927f3897ac13005bda8e9ad25acc736e6b2b8ab4701b481563cee036645c1e4da6ad6eae0088cc07332a69c955aa23991f14d26885ec62f41276cb7
+doccontainerchecksum 8ed1fc8acbc3dcac224f6a6ddac8538eca1c6979015a7ef70cce5f5fee78cfa75074d8567c40dc3bff157ef424bf51abd5eaa59fb2ec02b8d7cde3a4b56ebf8f
docfiles size=402
texmf-dist/doc/man/man1/optex.1
texmf-dist/doc/man/man1/optex.man1.pdf
@@ -289889,7 +289888,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 59036
+revision 59051
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
@@ -289904,10 +289903,10 @@ longdesc restricted-syntax systems such as hyperlatex and gellmu. Note
longdesc that CTAN no longer holds the definitive sources of the
longdesc package: see the 'Readme' file.
depend tex4ht.ARCH
-containersize 906620
-containerchecksum d4cbffe927e119bf37e4d68a2e39817d6ec02755c311965ebccf660704382bf95ef801eff51e52938aeb33c4a0e9c44e102c925154fbd1a8337b6cbe27744dbe
-doccontainersize 136156
-doccontainerchecksum 2a343b5728f68b24433299755214a137b4d874aa7bf108e2f405ea6bd587d7ac5f66c67cfbcabe54abbae5e317c4c386a73c3860fadc7111be632c5419266e46
+containersize 906648
+containerchecksum 479279e98f21759af8ae208a38ff94ed8deda6749d8b923c4a6c90525ba38f53e782d1bd66ca1c7a27c03e7fb91c43da6f824e10a29296dc74bdc15f39fdd287
+doccontainersize 136180
+doccontainerchecksum f0fb36ad457e7132ffead681b536dfd64825f115f145f8da138a0449ff57c478e8fade8aa09708808824efc0cb575403edf7046407118a2f7a51cc274e60bfd0
docfiles size=259
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/TeX4ht-doc.tex
@@ -298798,13 +298797,13 @@ docfiles size=348
name texlive-en
category TLCore
-revision 58572
+revision 59056
shortdesc TeX Live manual (English)
relocated 1
-containersize 272
-containerchecksum e154b4236933f7f11f6a47d2dd06916ca363d3a49ddba6f93cf330e4a159c7dcba7a98fd331a1e294b89f4cd241eca7c2170f2db3e3efaa08015d440e03c497d
-doccontainersize 1937220
-doccontainerchecksum 0e1d621ee17672a2ddc99502224c578297dc80a67361f7ae859d5b0703fe0c16547ac30a58c6ce83b374dd0d783f37d9f499a7da11945d9e347ba68fa5171584
+containersize 276
+containerchecksum 815a16b86ef0b8086b5a56bd43b2997cd6692aa4ca6fa9236510a1297ede24baec671af196797c2bfb0ee3a614dd8fe54043cbe2c3ce048bb42fbfa231a54300
+doccontainersize 1937260
+doccontainerchecksum 2319817120e11f7aaca1e2ed617ec72da9919d2452151fc79d40ed28f86364a17f27ae28ce9a5de825c750669d5625cd4cc6bf72a0bb5e94e3c1caa963879d5a
docfiles size=1459
RELOC/doc/info/tlbuild.info
RELOC/doc/texlive/texlive-en/.dict.pws
@@ -298951,14 +298950,14 @@ docfiles size=539
name texlive-msg-translations
category TLCore
-revision 59043
+revision 59050
shortdesc translations of the TeX Live installer and TeX Live Manager
longdesc This package contains the translated messages of the TeX Live
longdesc installer and TeX Live Manager. For information on creating or
longdesc updating translations, see
longdesc http://tug.org/texlive/doc.html#install-tl-xlate.
-containersize 146436
-containerchecksum 917e6e1dbe819ed3343eaa80b2fc3f28011293823f34c5db8ed48080ccf40c15443c97e32db02f73db1cae2feb8b73954d72e260fd25785355ec8dbb47f04dfc
+containersize 146428
+containerchecksum 55f1b16743b49bbc97a0a8749ede1850fdf8ebb133bb192b99d0d979a6097bf4feebb2121a5eebeea7579febea00014bae569b65592cc6a0b77cafd965767601
runfiles size=364
tlpkg/translations/README
tlpkg/translations/cs.po
@@ -299020,7 +299019,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 59034
+revision 59056
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.
@@ -299028,10 +299027,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 107116
-containerchecksum c0758e8446af1ea4a52e04f5524f1169dd83e11975c7e45b380dcd9788c6a40786dd22085d72a56041581a7af580d338e48efd7d190dd9d01e2f07f95a7d5c03
+containersize 107104
+containerchecksum db2be9ac72f7901754aed4202881a734a6455a22f05ced90e4328e38439742890710b86204be7f57def2e7025ae1a2de2a5d3e99ff567a9e29e7222737cf5db1
doccontainersize 212828
-doccontainerchecksum 859e2d081c81ef34280b5776e8843a5df68a5df115f12c1e5e3201c2a348540058a0a478e6435e0e598ccf684566e2e6639d6aafdc4c06ea8222742939fd4f3b
+doccontainerchecksum 8d6afb1e83769eda27c8e9616d2095d1169ec130ac0d2b64d6b855efa8ad44c01a277d93599692315becb857d1fb42222d5ff565246524dc8bf00822c9045e29
docfiles size=133
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index afc753bc8f..34e7aaee2e 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-dd0de1ed9be9c3fb10602f7ff47d39a1 texlive.tlpdb
+ecf6e31faeaf1de259ab7e183cb1fd40 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 0c8a9d331c..1b273b61c0 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-22a9994e5bc9f44c08ff2a138b4ec4471bcc709137bdad27af42b4f23ad0295b4bd39ab632efbaf1207afaec15b266a0f2164c2adb5cb754acffa3dcc0cc346d texlive.tlpdb
+ff6286142bf8dc359dd157ed39825b3865871a7176e1cf8d0b51c03da1b86c56f63bf8d942786b0fe0855849f1bc0c3d6ed7df1b00ffcae332122f3258764819 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 8e4fc5bf5d..d9e65c30f6 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-----
-iQEcBAEBCgAGBQJgjesIAAoJEEzhh34ZQ4xw17sIAJrQu+ZJCrRSoY/68l5o+39S
-kO84QyDxV3fk8wqkxU9vMlcRyMsrMFr8gWQvgSoIT+nz0oCZBYB7KuqeE6WUOfwg
-3PBL06AzgggBO/YkPaUIgPkI+K1Hx82iQp3fhe72/UfaBD99FNUA1D1APv/Vr8s2
-3VamSIGb3TSlOLtzz+pX7oiPEGEs70xV6/rXrAXg4+FEYmCjDQh/73mco7dyMVqk
-sqaNzO4IjUG7AvzHswhDe/qB0kp25hMJRkQoMA6eqJjmwA/zKw1sZxPQCOrH100h
-3yFoxbXpe1QLXQy8l+R4af/QXSQgODedWidii5xuUqjRxddhCxvbva9Ka1oYYSk=
-=lkMr
+iQEcBAEBCgAGBQJgjztkAAoJEEzhh34ZQ4xwkC0H/3Py9lKgIvzSxNPxNIiQuQtq
+SaDblJOwg5vOCO1l0ZNYX9ce6y9RnmwSwpxcNaL3+7pyOAqNumRRWUSulCOIDmN6
+7wGQuNjvdkOJILHCmBDdbqzO2is5IjiaMBtosQEM+X35de0TbLdJkmp1fVCVAKYK
+6L6Saxx+7hsoFXPVPCLCdiiUIl6M3tTR5fuZPzPaA1u5HkcFbcxV0bwWEBsRVZ+Y
+osyt88JP8CIOpE1SDU8aAYBYbWKAjwsEkSDyr8U6bVn0qR7o5hdHDaOAA/A7Du6y
+37DV6S4NHvdGKLi9tl961VxSoe+isaz4Si2mUC28c5Qijtsz6m0CSaXMglUNEsg=
+=hgxq
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 371a52606a..ab7f9f3bde 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/translations/de.po b/systems/texlive/tlnet/tlpkg/translations/de.po
index 7aafb98621..44fe566caa 100644
--- a/systems/texlive/tlnet/tlpkg/translations/de.po
+++ b/systems/texlive/tlnet/tlpkg/translations/de.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
"POT-Creation-Date: 2021-05-01 01:50+0200\n"
-"PO-Revision-Date: 2021-03-11 13:46+0100\n"
+"PO-Revision-Date: 2021-05-02 19:49+0200\n"
"Last-Translator: Uwe Ziegenhagen <ziegenhagen@gmail.com>\n"
"Language-Team: TL German Translation Team <tex-live@tug.org>\n"
"Language: de\n"
@@ -11,7 +11,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 2.4.2\n"
+"X-Generator: Poedit 2.4.3\n"
#: texmf-dist/scripts/texlive/tlmgrgui.pl:137
#: tlpkg/installer/install-menu-text.pl:37
@@ -1521,9 +1521,9 @@ msgid ""
"Consult the 'Tlmgr Help' menu for full documentation on tlmgr itself."
msgstr ""
"Das TeX Live Manager Frontend sollte selbsterklärend sein.\n"
-"Beachte bitte, dass es nicht die volle Funktionalität von tlmgr hat, "
-"insbesondere in Bezug auf den User Modus, Backup und Restore.\vSchauen Sie "
-"in die tlmgr Hilfe für die Komplett-Dokumentation von tlmgr."
+" Beachte bitte, dass es nicht die volle Funktionalität von tlmgr hat, "
+"insbesondere in Bezug auf den User Modus, Backup und Restore. Schauen Sie in "
+"die tlmgr Hilfe für die Komplett-Dokumentation von tlmgr."
#: texmf-dist/scripts/tlshell/tlshell.tcl:2315
#, tcl-format