summaryrefslogtreecommitdiff
path: root/systems/texlive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-12 03:06:21 +0000
committerNorbert Preining <norbert@preining.info>2023-06-12 03:06:21 +0000
commitc17d6d7111c3e6e6d92d99ba3b5bf8caf4d5b911 (patch)
tree21258a888d61116f132680a78c8dc59f22c455df /systems/texlive
parent2b515a7d84c09167cb70bedb643c75426d4be4b1 (diff)
CTAN sync 202306120306
Diffstat (limited to 'systems/texlive')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm13
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl2
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb229
-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.asc16
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2453540 -> 2453852 bytes
7 files changed, 136 insertions, 128 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
index ae10c29108..8722fe7b7a 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
@@ -1,4 +1,4 @@
-# $Id: TLPSRC.pm 66204 2023-02-26 22:10:41Z karl $
+# $Id: TLPSRC.pm 67326 2023-06-11 15:34:16Z karl $
# TeXLive::TLPSRC.pm - module for handling tlpsrc files
# Copyright 2007-2023 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -14,7 +14,7 @@ use TeXLive::TLUtils;
use TeXLive::TLPOBJ;
use TeXLive::TLTREE;
-my $svnrev = '$Revision: 66204 $';
+my $svnrev = '$Revision: 67326 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -113,6 +113,14 @@ sub from_file {
for my $line (@lines) {
$lineno++;
+ # remove end of line comments
+ # we require "<space>#" because since we don't want an embedded # in
+ # long descriptions, as in urls, to be a comment.
+ # Do this *before* we check for continuation lines: A line
+ # .... # foobar \
+ # should *not* be treated as continuation line.
+ $line =~ s/\s+#.*$//;
+
# we allow continuation lines in tlpsrc files, i.e., lines ending with \.
if ($line =~ /^(.*)\\$/) {
$savedline .= $1;
@@ -779,6 +787,7 @@ they are concatenated into C<foobar>. The backslash and the newline are
removed; no other whitespace is added or removed.
Comment lines begin with a # and continue to the end of the line.
+Within a line, a # that is preceded by whitespace is also a comment.
Blank lines are ignored.
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 81c8303665..7481e258a8 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -150,7 +150,6 @@ $mirrors = {
'Russia' => {
'https://ctan.altspu.ru/' => 1,
'https://mirror.macomnet.net/pub/CTAN/' => 1,
- 'https://mirror.truenetwork.ru/CTAN/' => 1,
'https://mirrors.mi-ras.ru/CTAN/' => 1,
},
'Slovenia' => {
@@ -179,6 +178,7 @@ $mirrors = {
'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,
'https://mirror.its.dal.ca/ctan/' => 1,
'https://mirror.quantum5.ca/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index b892d43fbd..e8a2a194f8 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/2023
-depend revision/67323
+depend revision/67337
name 00texlive.image
category TLCore
-revision 67323
+revision 67327
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
@@ -4754,7 +4754,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 67321
+revision 67325
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
@@ -83244,7 +83244,7 @@ catalogue-version 1.1
name counterz
category Package
-revision 67300
+revision 67335
shortdesc Additional tools for counters
relocated 1
longdesc The package facilitates the use of stealth prefixes for counter
@@ -83252,15 +83252,15 @@ longdesc names in order to help distinguish between counters from
longdesc multiple input files. The package also provides a means to
longdesc generate random counters and save such counter values for
longdesc future typesetting.
-containersize 2468
-containerchecksum 2d443eec2a2d5d6ec72eea77d3f7beb33240956a58e34e78575a8b9a433170775520f70a77acbef8dc932eb25df8e8aeebccb0d90b8ecae591cb5bbb68aca967
-doccontainersize 314552
-doccontainerchecksum c5f0cb6fe32e9cea758956f2e850e1908c841e4fe3e0a1f59b1bf84286d96db7cd2ad993742da8b054a73e2f75aff9d1c7fd892ea9de21e1722b55ca1dca7525
+containersize 2488
+containerchecksum 5fcc21ea49e222cbb205998172ca4184f4daa3efcf92c48278b3e7c5bce6669594b02f5fe54af76f94ee19ba63b9701e66d24c2ce85262748c1fd2c9b6e18b3a
+doccontainersize 315768
+doccontainerchecksum a5ccf25501d1275161e9aa53f076fea2480cd5edbb83e4133c9cf8e400b840fde78f69bf038e5778c6b8535fea3e654c11eb1ac82545a90fe952530bfdbb607b
docfiles size=79
RELOC/doc/latex/counterz/README.txt details="Readme"
RELOC/doc/latex/counterz/counterz.pdf details="Package documentation"
-srccontainersize 10776
-srccontainerchecksum 29c3a8f03ffb9c498f354b3fc8b94986b1668070b48dbf75ef841f80f37513587b5de6afd3a21a5b24a709a01e171bdff5d9de55f5f45fed56f2dadcc1e44249
+srccontainersize 10872
+srccontainerchecksum 920d054c6a3bc41504db850407d8553b1e108af85ab1a94fd2a6bb71e8f6f7f02abd11908a8d73430cf27c9f9f8e46014a53b8afdb80dd360e4e1cd12f8bb090
srcfiles size=16
RELOC/source/latex/counterz/counterz.dtx
RELOC/source/latex/counterz/counterz.ins
@@ -141265,7 +141265,7 @@ catalogue-version 1.0
name haranoaji
category Package
-revision 66115
+revision 67330
shortdesc Harano Aji Fonts
longdesc Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are
longdesc fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of
@@ -141273,14 +141273,14 @@ longdesc Source Han fonts (Source Han Serif and Source Han Sans) with
longdesc Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for
longdesc Mincho and Gothic.
postaction script file=tlpkg/tlpostcode/haranoaji-tlpost.pl
-containersize 25945576
-containerchecksum 87e5bc3dc831c5e2afc5907b7135cdeca78963b79b1e8d9a303808952fe6336ae099ede4c2c379402e09becf69f77fe5df5d57b48b7cdb6baf1ec8775017910d
+containersize 26145400
+containerchecksum 95f7c826125e2c299de94c74e8a55320d61a429d6969ce7c402d063bd57e587946d226d25685983cf6c6f363cf3f1eecba9ff0c0eb8142ddd5fbc9f4cf8866a2
doccontainersize 3032
-doccontainerchecksum fd354cabfb74844ff63db19b70185088f92004c7b4e2ef59bb597b1a01cb1ae85076369b634715f14b5cd7f63c262194ae249d7109b3dee5e22b9c3f4add48bb
+doccontainerchecksum 17914838c7bbe062e41659a9d626036f3861a5e263de14998fcfb0587f4fd50ea70f7bcc0af44d90027b56da2076f8b33bf30fb189c8d21229e21491af92d14b
docfiles size=3
texmf-dist/doc/fonts/haranoaji/LICENSE
texmf-dist/doc/fonts/haranoaji/README details="Readme"
-runfiles size=9384
+runfiles size=9484
texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Bold.otf
texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Heavy.otf
texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf
@@ -141294,11 +141294,11 @@ catalogue-contact-home https://github.com/trueroad/HaranoAjiFonts
catalogue-ctan /fonts/haranoaji
catalogue-license ofl
catalogue-topics font font-cjk japanese
-catalogue-version 20230223
+catalogue-version 20230610
name haranoaji-extra
category Package
-revision 66115
+revision 67329
shortdesc Harano Aji Fonts
relocated 1
longdesc Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are
@@ -141306,14 +141306,14 @@ longdesc fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of
longdesc Source Han fonts (Source Han Serif and Source Han Sans) with
longdesc Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for
longdesc Mincho and Gothic.
-containersize 25806196
-containerchecksum 6d567a900d2a7527acdf2035cc6ccb37d6c7b1a09482791a7b1574e7fd9d36e9233097b680b912881af776d586d0a90a304c56471ccd2772c95726ba0014d887
-doccontainersize 3048
-doccontainerchecksum 51205eb6838f45f051ccf085a348d426973faea52573be3c95ceedae5911d787aa2221b6ac6e4bf70e4a06ce84ecd0c90904798c4e3cccf87b5924b489cae47c
+containersize 26016156
+containerchecksum 35c69cec199c07a3defb222997defc86b79ab7cf58261fbd5cdb38748e103431318adc4a665965b3344eaaa6245da1a70c39cf480522908cbecb386d7fbe09f6
+doccontainersize 3044
+doccontainerchecksum b7beed61627e677ccf9a756ab92ee2640c929956b474e142a486167d36c4049c2212481e6338cbc196e6c83f574dbbeaf2bec05bcfb1a9329cac9f9b9260ab92
docfiles size=3
RELOC/doc/fonts/haranoaji-extra/LICENSE
RELOC/doc/fonts/haranoaji-extra/README details="Readme"
-runfiles size=9490
+runfiles size=9593
RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiGothic-ExtraLight.otf
RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiGothic-Light.otf
RELOC/fonts/opentype/public/haranoaji-extra/HaranoAjiGothic-Normal.otf
@@ -141326,7 +141326,7 @@ catalogue-contact-home https://github.com/trueroad/HaranoAjiFonts
catalogue-ctan /fonts/haranoaji-extra
catalogue-license ofl
catalogue-topics font font-cjk japanese
-catalogue-version 20230223
+catalogue-version 20230610
name hardwrap
category Package
@@ -153307,7 +153307,7 @@ catalogue-version 1.0
name invoice2
category Package
-revision 67311
+revision 67327
shortdesc Intelligent invoices with LaTeX3
relocated 1
longdesc Typeset invoices with automatic VAT and calculation of totals.
@@ -153324,15 +153324,15 @@ depend tools
depend translations
depend xcolor
containersize 3404
-containerchecksum 641ab3c31ac3f4afeea42e3881012e8c89eb1e6ea4d4e4c173d4943e2218666db15741b513b745671735674cc9ee943253d47bb369f2f242226ea4bde1d74c9d
+containerchecksum 7ef03f3c3a5c23774c0f3a495f949d5761f28a5d6316be7bc2a7b4039612fbab3f4aca9d29b6881a04948b9be2f0e6f7199d4ab8a41362e2d848f2ae8a090c30
doccontainersize 626584
-doccontainerchecksum d16a31ab058943e6be46d3d7eafcbb5d86093cf588b720bf6c4c6671c371d7eb1e960d97934694a50666baa7233343e63df28d19fcef4d4757978de3f0ef1d5b
+doccontainerchecksum 9621a018752d18d9a5dd069e48a3baf3fa2f11c378304573a5bd9b9bc37ddd79366732f0b47f3acc878cdb68e04374db8371a1f7efec6ec6fca251a6c2b95025
docfiles size=161
RELOC/doc/latex/invoice2/LICENSE-gpl-3.0.md
RELOC/doc/latex/invoice2/README.md details="Readme"
RELOC/doc/latex/invoice2/invoice2.pdf details="Package documentation"
srccontainersize 9120
-srccontainerchecksum d8e81942270677ce9a6a9465e637bdd4b7d79a52ed41e641198da3c0196986fb3736356ac73278356f0c4626368fdf8390ed1bb1c8a4501742b8b9125e7f2b45
+srccontainerchecksum eb17a9ad06f67433b749e798783676212ca16dd78ab9a2029335c923235110e9c8bd8fb0654fc47417c60cd263d868789d8f86fb075cadcbd19fcd6142872121
srcfiles size=11
RELOC/source/latex/invoice2/invoice2.dtx
RELOC/source/latex/invoice2/invoice2.ins
@@ -166679,7 +166679,7 @@ catalogue-topics doc-errata
name knuth-hint
category Package
-revision 62971
+revision 67331
shortdesc HINT collection of typeset C/WEB sources in TeX Live
relocated 1
longdesc The knuth-hint package contains the large collection of HINT
@@ -166697,10 +166697,10 @@ longdesc viewed on Linux, Windows, and Android with the hintview
longdesc application. The knuth-hint package is a showcase of HiTeX's
longdesc capabilities.
containersize 888
-containerchecksum 0fee38074b4f7abb32f021259951072ee662ab96bcf7127e14e0e3fa68fa981a533a9112a56eaa7a71da48805737abdf3db3d41acc012300217082068e72c10a
-doccontainersize 19402560
-doccontainerchecksum 0cefe2852a97aa680989280e7e2349dce4355f5442ca34334b585596eae9923537a5acada9fca5e90eb4ff10a817df58f6bac35c5944b407cf3d6cb87cc745d9
-docfiles size=13422
+containerchecksum 3fa593a1f9cd899890cdfee509fb9098c87f18829ce70b58b485b53896b44812fe062bf73e4fbdeb5bacf5d1e3c288f6874a7968c02c6122fb9891b9a0608304
+doccontainersize 19403636
+doccontainerchecksum 3c0c1899ae62223bbce3c8b1143d7276705213bbc626e5def91c8946598c235da96489d49936613b6bb392d1b5312681a954ff6b690fab0e5364854755972364
+docfiles size=13440
RELOC/doc/generic/knuth-hint/README.md details="Readme"
RELOC/doc/generic/knuth-hint/bibtex/bibtex-changes.hnt
RELOC/doc/generic/knuth-hint/bibtex/bibtex.hnt
@@ -166788,7 +166788,7 @@ catalogue-contact-support https://tug.org/texmfbug
catalogue-ctan /info/knuth-hint
catalogue-license pd knuth
catalogue-topics collection
-catalogue-version 1.0
+catalogue-version 2.0
name knuth-lib
category Package
@@ -166884,7 +166884,7 @@ catalogue-topics collection
name knuth-pdf
category Package
-revision 62969
+revision 67332
shortdesc PDF collection of typeset C/WEB sources in TeX Live
relocated 1
longdesc Here you find a large collection of PDF documents for many
@@ -166901,10 +166901,10 @@ longdesc searching. They all stem from the system that Knuth created.
longdesc The central entry point is the "index" file, with links to the
longdesc individual documents, either in HTML or in PDF format.
containersize 856
-containerchecksum 4dbe29f3f595973beb13764e3e8514834a3c5b371a8cb74effedc11e9ec62c72e64e68a314f26bb1cddc491f58bdf01015bd9c3fff4e566d9e5e28a6f5ca52bf
-doccontainersize 45532388
-doccontainerchecksum 4bb68abdd5183201848e4000f921f7ee6095480341877f9cb050c923dbb930c962c78854db477d8a7df64a613693d7dc406186b4682a47371975a4c4eaff66fa
-docfiles size=11927
+containerchecksum ab6e1db43370a551700c4ad8ca9e3787a7be7a06da2a72fd4cb0faa7091fefa1847d143bdf9c8d603ad7d307495ad34faca4e5ef054fa011d0137ba90f888a5d
+doccontainersize 45600680
+doccontainerchecksum 0f16994ee8e64478d01f7b0f2c54c55369b5f661abe7f4db347cb2b7d146c4efbf337e20fd7eba1cce497d8cfa5058bbf4c013073028c364678334c524aea155
+docfiles size=11948
RELOC/doc/generic/knuth-pdf/README.md details="Readme"
RELOC/doc/generic/knuth-pdf/bibtex/bibtex-changes.pdf
RELOC/doc/generic/knuth-pdf/bibtex/bibtex.pdf
@@ -166990,7 +166990,7 @@ catalogue-contact-support https://tug.org/texmfbug
catalogue-ctan /info/knuth-pdf
catalogue-license pd
catalogue-topics collection
-catalogue-version 2.0
+catalogue-version 2.1
name koma-moderncvclassic
category Package
@@ -173122,7 +173122,7 @@ catalogue-topics format
name latex-amsmath-dev
category Package
-revision 67218
+revision 67328
shortdesc Development pre-release of the LaTeX amsmath bundle
relocated 1
longdesc This is a pre-release version of the standard LaTeX amsmath
@@ -173130,10 +173130,10 @@ longdesc bundle. It accompanies the pre-testing kernel code
longdesc (latex-base-dev), and is intended for testing by knowledgeable
longdesc users.
containersize 31040
-containerchecksum 8d8ef0feed458d68ab325cf9e87c68084c386d0b08099ffcf0883c38fc3fc04d75bc21c223f15c6693efee1048ce9e65ecddd454f833cf78f030ecab972af2de
-doccontainersize 2420832
-doccontainerchecksum 3985340d3e4ddfa09b409e88eb3b1c761f7e02adcaa6858ab58e8fe67367ec8931be8a6b6ab9b2bd98ec9f7c7c316e7e6060f52bcc1fc5dbb3a9046f56d24678
-docfiles size=717
+containerchecksum 67f8897790ae0d3a709bf3d43e478b6b15dab59e9a1d958f562c004b02b742945450f056015c8ab31259ae9e424694159610878b083761d6cc79de31b2215be0
+doccontainersize 2420480
+doccontainerchecksum f39c8508df821e84080e6d07af8d94415cefdf36b86fb6c2a6fc651bdd19f90f6e6f207a05df82a6c4aeb08477b7a69de0ebdcceb2bb1bf8a0ee367c6639a66f
+docfiles size=718
RELOC/doc/latex-dev/amsmath/README.md details="Readme"
RELOC/doc/latex-dev/amsmath/ams-external.txt
RELOC/doc/latex-dev/amsmath/ams-internal.txt
@@ -173156,7 +173156,7 @@ docfiles size=717
RELOC/doc/latex-dev/amsmath/testmath.pdf details="Examples paper" language="en"
RELOC/doc/latex-dev/amsmath/testmath.tex
srccontainersize 66360
-srccontainerchecksum 932c9243ffc11b665e9af51431a6df8376550c594117ddd86f48dc2e5cc15ea37a1b92e0f33f122cc560f40e77abff45ffbea3b6fb86ddfe106eb5fd7b7c7bd6
+srccontainerchecksum 5b1635798ceddb333a72a9d945fc38476521073c83efe9d17835649e47eb683a9fa6659875aa9e2e5762b587f7d3bac91c4d31d3764a8e914849475500010bdd
srcfiles size=82
RELOC/source/latex-dev/amsmath/amsbsy.dtx
RELOC/source/latex-dev/amsmath/amsbsy.ins
@@ -173185,11 +173185,11 @@ runfiles size=70
catalogue-ctan /macros/latex-dev/required/amsmath
catalogue-license lppl1.3c
catalogue-topics maths latex-devel
-catalogue-version 2023-06-01 pre-release 3
+catalogue-version 2023-11-01 pre-release 0
name latex-base-dev
category Package
-revision 67218
+revision 67328
shortdesc Development pre-release of the LaTeX kernel
relocated 1
longdesc This package provides a testing release for upcoming LaTeX2e
@@ -173199,11 +173199,11 @@ longdesc users is required by adding these changes to the release LaTeX
longdesc kernel. Typically, the code here will be used by a TeX system
longdesc to create dedicated formats, for example pdflatex-dev, which
longdesc can then be used explicitly for testing.
-containersize 234772
-containerchecksum 0d57a87780358df41932cd2306c40777188e46cda08c79a51d0c78d41d78e5562f15481cde67f190f958ddbec5c1962b27e8f32a80e0e981310c15e82c309afb
-doccontainersize 32794552
-doccontainerchecksum 324c9feba63feeecde4eddebb9688baf20c9f7e1b54bc9d6d4ebf4e777db2d045b93d3d47701887359d810b054db307f34f8622b6ec9887fff328d9e0a4f4943
-docfiles size=10285
+containersize 234884
+containerchecksum 0d291890c964645a2dce2a7baaf20f0e3c76779199f49e647b0485e85ee638811dae0b09f9598deb43a8a0416b609a61f34c43fbf38a7c8e414c97ee7458de80
+doccontainersize 32780120
+doccontainerchecksum 0b92a7fb0a9bdc03240069372777a4bd32b732ad0d5972419aa099cb12aff3ffa87862d533a2835e91148a0528d1337ac4b53f7693ac5b5a09cc7e3663f34da6
+docfiles size=10274
RELOC/doc/latex-dev/base/README.md details="Readme"
RELOC/doc/latex-dev/base/alltt.pdf
RELOC/doc/latex-dev/base/bugs.txt
@@ -173374,8 +173374,8 @@ docfiles size=10285
RELOC/doc/latex-dev/base/utf8ienc.pdf
RELOC/doc/latex-dev/base/webcomp.err
RELOC/doc/latex-dev/base/webcomp.pdf
-srccontainersize 735896
-srccontainerchecksum d048b28535c553cb92feecf2b7c6a1bfdc2afff4375f1b1cc5f076d11554b8cfb854a9b0fb80ec422d6f9cfc14d41d63894231486be1a8b4308e55d709f5f784
+srccontainersize 736152
+srccontainerchecksum cf2c9fe2738352e31143af5280f232d26d1d6ed3cb989aac41750135ab87673efe5418db44854f459a4927c162451f5270248a37e5685302b908965f4e3fdf7e
srcfiles size=1086
RELOC/source/latex-dev/base/alltt.dtx
RELOC/source/latex-dev/base/alltt.ins
@@ -173651,7 +173651,7 @@ catalogue-also latex-base
catalogue-ctan /macros/latex-dev/base
catalogue-license lppl1.3c
catalogue-topics format class latex-devel
-catalogue-version 2023-06-01 pre-release 3
+catalogue-version 2023-11-01 pre-release 0
name latex-bin
category TLCore
@@ -174999,7 +174999,7 @@ catalogue-topics book-ex
name latex-graphics-dev
category Package
-revision 64899
+revision 67328
shortdesc Development pre-release of the LaTeX graphics bundle
relocated 1
longdesc This is a pre-release version of the standard LaTeX graphics
@@ -175007,10 +175007,10 @@ longdesc bundle. It accompanies the pre-testing kernel code
longdesc (latex-base-dev), and is intended for testing by knowledgeable
longdesc users.
depend graphics-cfg
-containersize 15844
-containerchecksum 33e2d6ed2e3076219a0438b8d8461110e7edf3a9b0534455d2fc43837a3766d12bdc8d912414bf88bdbd9b10a54a5b8b2045ff3a3cef42ed7cdc49a2d8664d5a
-doccontainersize 2503664
-doccontainerchecksum ab0be817107e89a4d87c8e5ce68d20ec06eba0ae37ccf79d2dae1e916fc9ae8e2b1c7f7d9701daeffa5bfb931a881d63cfd188393e075c943d91fccf3eb1753c
+containersize 15832
+containerchecksum e2c2f27a677965e85f7223488a058539d96f559b8515dfabb7284250a800ed47f155f7a2c17ec94d833325b3c7af0fd1821673ec3c5ac35bff11bd6c542ea932
+doccontainersize 2504356
+doccontainerchecksum a048ff68b171aa8b1954680c377412b06079a812a3e23c77f69f7bb3841d7745c318815e78afb9e6fdef8d312977dfedc4a54df7ed9ad79305d1f9a09620575b
docfiles size=779
RELOC/doc/latex-dev/graphics/README.md details="Readme"
RELOC/doc/latex-dev/graphics/cat.eps
@@ -175029,8 +175029,8 @@ docfiles size=779
RELOC/doc/latex-dev/graphics/rotex.pdf
RELOC/doc/latex-dev/graphics/rotex.tex
RELOC/doc/latex-dev/graphics/trig.pdf
-srccontainersize 57092
-srccontainerchecksum cb5f6a80b7178dfd1074235d5e1c7a3a2830d4c7eb037cf9e5d51a2770ed85140be7648e288cd5d67f64955212b29d8dc37fe359c0b7a27fc065cdecdc198de7
+srccontainersize 57076
+srccontainerchecksum 06b3c65b6fc5196c65c5f780af48446274fe54d577b69ff86358945e31ca96039fb751c46e7ad0d4d66b6a6046850fe44527247f03fd3d1a794cf275ea8b86c6
srcfiles size=69
RELOC/source/latex-dev/graphics/color.dtx
RELOC/source/latex-dev/graphics/drivers.dtx
@@ -175070,7 +175070,7 @@ catalogue-also latex-graphics
catalogue-ctan /macros/latex-dev/required/graphics
catalogue-license lppl1.3c
catalogue-topics graphics collection latex-devel
-catalogue-version 2023-05-01 pre-release 0
+catalogue-version 2023-11-01 pre-release 0
name latex-lab
category Package
@@ -175195,7 +175195,7 @@ catalogue-topics format latex-devel
name latex-lab-dev
category Package
-revision 67224
+revision 67328
shortdesc LaTeX laboratory: Development pre-release
relocated 1
longdesc This package provides a testing release for upcoming changes to
@@ -175203,13 +175203,12 @@ longdesc the latex-lab bundle, which provides a route for additions to
longdesc the LaTeX kernel to be stablised. It accompanies the
longdesc pre-testing kernel code (latex-base-dev), and is intended for
longdesc testing by knowledgeable users.
-containersize 33536
-containerchecksum 358cb227108a10065faa267944b603b081d7e4cabbff06806e6a024e29d45edb466534752267861ae98ea077c8e37452e76770ce5f4ee9f4b98d167c415ad171
-doccontainersize 6393916
-doccontainerchecksum 78388d4eed94cfac67f06a8e3c1735f000f6b57c16fd6aa01645b75dba8fe2403b199a8b1b180145f0f6f37072592bb3f2266da932503ec5b784a05e7a9e8f84
-docfiles size=2452
+containersize 34252
+containerchecksum 7613a5e09e792a3634e0e2c0199bd57e74d0d1129d8270a7f880058ce802988ec9268a3fdc9eac56bb339bcd53783a3fe5da30b7a380c512ff09a9063fbf7ecf
+doccontainersize 6809096
+doccontainerchecksum 3e6449c4d6fa5df216d642947dfa38a1be466f1b8aa094d95b9600f34c18c30d77fcc9fd2c9d90b85f3856a84c815bdcda6bb47f8864478be3757d12b5f92f95
+docfiles size=2585
RELOC/doc/latex-dev/latex-lab/README.md details="Readme"
- RELOC/doc/latex-dev/latex-lab/TODOS-unsorted.md
RELOC/doc/latex-dev/latex-lab/blocks-code.pdf
RELOC/doc/latex-dev/latex-lab/blocks-code.tex
RELOC/doc/latex-dev/latex-lab/blocks-doc.pdf
@@ -175222,6 +175221,7 @@ docfiles size=2452
RELOC/doc/latex-dev/latex-lab/latex-lab-amsmath.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-bib.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-block-tagging.pdf
+ RELOC/doc/latex-dev/latex-lab/latex-lab-firstaid.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-float.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-footnotes.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-graphic.pdf
@@ -175233,20 +175233,18 @@ docfiles size=2452
RELOC/doc/latex-dev/latex-lab/latex-lab-new-or-2.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-sec.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-testphase.pdf
+ RELOC/doc/latex-dev/latex-lab/latex-lab-text.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-toc-hyperref-changes.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-toc-kernel-changes.pdf
RELOC/doc/latex-dev/latex-lab/latex-lab-toc-tagging-functions.pdf
- RELOC/doc/latex-dev/latex-lab/usage-of-footnotemark.md
- RELOC/doc/latex-dev/latex-lab/usage-of-footnotetext.md
- RELOC/doc/latex-dev/latex-lab/usage-of-kern-kern.md
- RELOC/doc/latex-dev/latex-lab/usage-of-makefntext.md
-srccontainersize 88356
-srccontainerchecksum 17be918ff3d7ef0f03f2034873ec14b16a709aa6b1bb7b0ca4fc0df39a4d2b04afb12d33b5f000a9a6a58c50e7b0b2c51200b727725299359d86dbc82c6bba16
-srcfiles size=115
+srccontainersize 90844
+srccontainerchecksum 3d5e916f074943f0de2ad971c6635f9b9ad709b7b16d6ea5fa20e78c5640c37715fc2a18055fbee1aad02459a5e0630a768905d35fd461471929a0f0c88beba8
+srcfiles size=121
RELOC/source/latex-dev/latex-lab/documentmetadata-support.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-amsmath.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-bib.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-block-tagging.dtx
+ RELOC/source/latex-dev/latex-lab/latex-lab-firstaid.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-float.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-footnotes.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-graphic.dtx
@@ -175258,14 +175256,16 @@ srcfiles size=115
RELOC/source/latex-dev/latex-lab/latex-lab-new-or-2.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-sec.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-testphase.dtx
+ RELOC/source/latex-dev/latex-lab/latex-lab-text.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-toc-hyperref-changes.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-toc-kernel-changes.dtx
RELOC/source/latex-dev/latex-lab/latex-lab-toc-tagging-functions.dtx
RELOC/source/latex-dev/latex-lab/latex-lab.ins
-runfiles size=72
+runfiles size=76
RELOC/tex/latex-dev/latex-lab/bib-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/block-tagging-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/documentmetadata-support.ltx
+ RELOC/tex/latex-dev/latex-lab/firstaid-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/float-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/glyphtounicode-cmex.tex
RELOC/tex/latex-dev/latex-lab/graphic-latex-lab-testphase.ltx
@@ -175278,6 +175278,7 @@ runfiles size=72
RELOC/tex/latex-dev/latex-lab/latex-lab-mathtools.ltx
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-bib.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-block-tagging.sty
+ RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-firstaid.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-float.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-graphic.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-math.sty
@@ -175285,6 +175286,7 @@ runfiles size=72
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-new-or-1.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-new-or-2.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-sec.sty
+ RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-text.sty
RELOC/tex/latex-dev/latex-lab/latex-lab-testphase-toc.sty
RELOC/tex/latex-dev/latex-lab/math-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/minipage-latex-lab-testphase.ltx
@@ -175295,11 +175297,12 @@ runfiles size=72
RELOC/tex/latex-dev/latex-lab/phase-III-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/sec-tagging-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/tagpdf-latex-lab-testphase.ltx
+ RELOC/tex/latex-dev/latex-lab/text-latex-lab-testphase.ltx
RELOC/tex/latex-dev/latex-lab/toc-tagging-latex-lab-testphase.ltx
catalogue-ctan /macros/latex-dev/required/latex-lab
catalogue-license lppl1.3c
catalogue-topics format latex-devel
-catalogue-version 2023-06-01 pre-release 3
+catalogue-version 2023-11-01 pre-release 0
name latex-make
category Package
@@ -175647,7 +175650,7 @@ catalogue-version 1.2
name latex-tools-dev
category Package
-revision 67218
+revision 67328
shortdesc Development pre-release of the LaTeX tools bundle
relocated 1
longdesc This is a pre-release version of the standard LaTeX tools
@@ -175655,9 +175658,9 @@ longdesc bundle. It accompanies the pre-testing kernel code
longdesc (latex-base-dev), and is intended for testing by knowledgeable
longdesc users.
containersize 43324
-containerchecksum 0edf6c93641bfc8f8b5240d1a79d3193b571ce0179396c6a821c3f42b16e30c6833be35c21cddda23de78b6b8fa51fdff630c02e76eadc4b002a5e0ad1238b23
-doccontainersize 5313592
-doccontainerchecksum 72832025e85d5b046e0a829836c0b0e2be8e45a0cf533f416545ef6a7b6ba7e9a5f798bde7735fb6e62903d93512522d10f8ca8da17b24b541874b6b96f744b0
+containerchecksum c34830226b90a4f8bec533d47af85c9deb46a1a4f823d4ab4ff5e4b27e3de269576022533030dbaead8eab644b760797efa0aa85083ba1c8c3cfc5299719eda5
+doccontainersize 5312416
+doccontainerchecksum 51c4047daea3448a9eecdb35db8c5b7b724b28eb482623a80bbfec705985fc3732984914638e2c63c97976ee1b46798c57363653321413d88b3ea59b099d2b80
docfiles size=1764
RELOC/doc/latex-dev/tools/README.md details="Readme"
RELOC/doc/latex-dev/tools/afterpage.pdf
@@ -175691,7 +175694,7 @@ docfiles size=1764
RELOC/doc/latex-dev/tools/xr.pdf
RELOC/doc/latex-dev/tools/xspace.pdf
srccontainersize 229284
-srccontainerchecksum 3585ee22705c5eed6654cf2c68f4c04eb937baffb4dd0d8794fc896d43a119095cb0c7440796142f10b9cb9bffb0f9994c7264799c200d7053717ccc6af214f5
+srccontainerchecksum 853475f5c6809e9e6641427519816dd364795e46fe51ecfcde521ced84c42827993b0c2f90b49e17e45661d798805cd4a675fa86d9623f2f81eac77f65d35976
srcfiles size=270
RELOC/source/latex-dev/tools/afterpage.dtx
RELOC/source/latex-dev/tools/afterpage.ins
@@ -175777,7 +175780,7 @@ runfiles size=121
catalogue-ctan /macros/latex-dev/required/tools
catalogue-license lppl1.3c
catalogue-topics collection latex-devel
-catalogue-version 2023-06-01 pre-release 3
+catalogue-version 2023-11-01 pre-release 0
name latex-uni8
category Package
@@ -227408,18 +227411,18 @@ catalogue-version r11
name nostarch
category Package
-revision 67072
+revision 67333
shortdesc LaTeX class for No Starch Press
relocated 1
longdesc The package provides the "official" LaTeX style for No Starch
longdesc Press. Provided are a class, a package for interfacing to
longdesc hyperref and an index style file. The style serves both for
longdesc printed and for electronic books.
-containersize 11096
-containerchecksum 466aa90a25ed9b9ff827dd71f7ed67a447c80767f3275bfc31f9aeff1220fd46553647584095383299a169c496022ddbcdf8772986d941344786156e91ee1c58
-doccontainersize 697984
-doccontainerchecksum de0608b651cbc059fad171d32d84fa35b7ec7ca8561d1a68abab7586ef82c00733e0b069de1d6f12bd7c604927d542f488a375dc7753d58c1d54fa2123b1fd09
-docfiles size=209
+containersize 11124
+containerchecksum 3c210ed91f40727e729610b1bc4ff02331704c0075d421f783571fcd35dacdf0969e85c0ab3cb1c3fe59fcec0d5aeb54d30066d445fc7460005b72d0795aebed
+doccontainersize 615344
+doccontainerchecksum 57d6a57338addb1659ec044e15e74b7d1b5d14962d7701987ed7e5e6033d442cd0db808ee816f97d70161a7838bee6f8a59e04957192323a38f3e64c5fa799df
+docfiles size=184
RELOC/doc/latex/nostarch/100euroie.png
RELOC/doc/latex/nostarch/100euroit.png
RELOC/doc/latex/nostarch/1eurogr.jpg
@@ -227428,13 +227431,9 @@ docfiles size=209
RELOC/doc/latex/nostarch/nssample.pdf details="Sample book"
RELOC/doc/latex/nostarch/nssample.tex
RELOC/doc/latex/nostarch/recycled.png
- RELOC/doc/latex/nostarch/tabletest.pdf
- RELOC/doc/latex/nostarch/tabletest.tex
- RELOC/doc/latex/nostarch/urltest.pdf
- RELOC/doc/latex/nostarch/urltest.tex
RELOC/doc/latex/nostarch/vitruvian.jpg
-srccontainersize 24064
-srccontainerchecksum b1d7266eb4dedaad89bdbeec43ee854964b4afba90e376fc8ecf36fe192262c558c00b58ca2ebaae54f0e67a382ac7839298c21b015e88fe51457d8c40ab4616
+srccontainersize 24252
+srccontainerchecksum 811b15c896be4d401a6a039f2f6e4be03f5998d6caf8af36706c0a7ee1c81ca4690ab87feead69bf18b125f45b5d5c373ef249828ccf3377d4cd3bff76f8233c
srcfiles size=27
RELOC/source/latex/nostarch/Makefile
RELOC/source/latex/nostarch/nostarch.dtx
@@ -227450,7 +227449,7 @@ catalogue-contact-repository https://github.com/borisveytsman/nostarch
catalogue-ctan /macros/latex/contrib/nostarch
catalogue-license lppl1.3
catalogue-topics book-pub class
-catalogue-version 2.1
+catalogue-version 2.2
name notes
category Package
@@ -299279,7 +299278,7 @@ catalogue-version 1
name teubner
category Package
-revision 64600
+revision 67334
shortdesc Philological typesetting of classical Greek
relocated 1
longdesc An extension to babel greek option for typesetting classical
@@ -299289,18 +299288,18 @@ longdesc from that of the fonts used in printers' shops in Lispia. The
longdesc package name honours the publisher B.G. Teubner
longdesc Verlaggesellschaft whose Greek text publications are of high
longdesc quality.
-containersize 9968
-containerchecksum d6e7eb1affbc544b04b279a2f0047863eebbfcd758ca69b470e7ed0b45128ac6935509240b7bc86674f9f83da445993c854d72ee9e1197ae80bc93a5b6e5f72c
-doccontainersize 1109568
-doccontainerchecksum cb573c57d090d21b77ccbf90c4da3b64fe532d55b011356d4ec1b396545646e9d176aa4f21ac4e22604a3513eaf974cc627f7836afeae0ba3b6c21cf36fa0fd7
-docfiles size=297
+containersize 9980
+containerchecksum 5631a5469fdc266b4e9b0c2c85829d1e614cd43bdc5c0cfef1a575b96358d706ea5c55c3a6193c9edc79fdf171395ed3d2065f21bf6aa9bbf0c9a59e042e07ac
+doccontainersize 1109932
+doccontainerchecksum 779d5f13fe822d1e89637883bf1a3794589be082ed34212f1ce1de58e626d56bffcb284433cc2bbee225622e840bbaf43a2881f1d26c41e06c7bc809d4f1de30
+docfiles size=298
RELOC/doc/latex/teubner/README details="Readme"
RELOC/doc/latex/teubner/teubner-doc.pdf details="User manual"
RELOC/doc/latex/teubner/teubner-doc.tex
RELOC/doc/latex/teubner/teubner.pdf details="Package documentation"
RELOC/doc/latex/teubner/teubner.txt
-srccontainersize 41792
-srccontainerchecksum f84c0b7e3bd1630d022d578374cecd9212915c2a42e493cb25986295d6cefb0cf80be47dfad9a2cf47541fa1592497be89048972f6e791bff14477da21a43b22
+srccontainersize 42012
+srccontainerchecksum 57cdf0d2389da1b55dec37214c8e137fd2f172b4ab3b793c6cf489e85fd70e26cfdf5f58167eea2c6f7e65a2ac5f9506d1904f1bf1d3c75274a68cac9f1f8873
srcfiles size=41
RELOC/source/latex/teubner/teubner.dtx
runfiles size=14
@@ -299309,7 +299308,7 @@ runfiles size=14
catalogue-ctan /macros/latex/contrib/teubner
catalogue-license lppl1.3c
catalogue-topics greek multilingual-addon
-catalogue-version 5.7.3
+catalogue-version 5.8.0
name tex
category TLCore
@@ -312721,7 +312720,7 @@ catalogue-version 0.1
name texinfo
category Package
-revision 66701
+revision 67325
shortdesc Texinfo documentation system
relocated 1
longdesc Texinfo is the preferred format for documentation in the GNU
@@ -312732,8 +312731,8 @@ longdesc distribution offer online interactive use (with hypertext
longdesc linkages in some cases). The latest release of the texinfo.tex
longdesc macros and texi2dvi script may be found in the texinfo-latest
longdesc package, which are usually newer than the last full release.
-containersize 97360
-containerchecksum be460886602f1c4ab0bb50fc0a26926a246839988a8cb52bdb8033bcb3455c2d765667749df09a85fdca52201ee3702b7591d2f68773a05a5ed8bafd7398e7c9
+containersize 97452
+containerchecksum 1707f059c148955c877173848a656f30d3b16138662196c3ff244db5cf90c1f50bbcbc5c3b4cb020f8e580b95fd6337ee97c6186b9070ed512a4f8ca2abb83f9
runfiles size=109
RELOC/tex/texinfo/texinfo.ini
RELOC/tex/texinfo/texinfo.tex
@@ -313076,7 +313075,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 67321
+revision 67337
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.
@@ -313084,10 +313083,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 114072
-containerchecksum 8567704d79e5c6d8dcbea8f4695718d538f96ce0c9af2dc7904f16f15cbebb1fa7d5113f11f7c92fba952430231baf19844cec613cc186535fba8c8c9c9a9d36
-doccontainersize 427272
-doccontainerchecksum a5de677477da4460669fa0962e8031cd2ef5b7cbfb63ee385891a1aed31c038478fe5c046bf50b2ae8f7ba5966151af192be41f9190a329282d8ca011b949bbf
+containersize 114076
+containerchecksum 84d295f529088eb715e1f9737e63442158f3385b5ccdd1c2b061862355deb17f4e43adf99013fa8f0a49bcad1c86d07643e8950b1a005bc35a35312354c3a3f7
+doccontainersize 427288
+doccontainerchecksum a0f6ac5f1e736ab1e9581735f8156fe017900fbe341f04fb5d0a3f3c2543ef48cd4629ff35310c04fa931afb9d85252d0f3b81e4183434fa01c54b45f5b9f5b0
docfiles size=546
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 7d817ba8d4..6708f4d4d7 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-5d60d637e305dc1791f75a324e040740 texlive.tlpdb
+4e2f8fbc0e208c36e465228f94693b2c texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 8a73658cb7..d57dd8d9cc 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-9e82f61acb13839afb2a0a13b34b3f9dfcabbf5dec253dfc0820ec3372405d6be7468fc2edbb0c3091e46cf61d764000c7a5adfd5b92a1d15294ce0e1bc014ec texlive.tlpdb
+045c655876a4d89f8816cc69b5cabf183b0f2ec22a34c4302f886313e26a82b7dd25ea0314d53cce8a25187da90bdf3f06322542ac60a8dc1a6435b112e04eef texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 9a6379b96e..ed7eb8ad8b 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNATURE-----
-iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmSFDP8ACgkQTOGHfhlD
-jHAU4QgAoJ3qLvLOAm40p7NtU+ME/E69r/uz+kky2ZFl5o9PrK0pef1tVBpWuruT
-oxyqJD7fLrDVFJIpxnoQdAbW7DG2vONOQKdIWaU8sQDGGYifKB4XI+oDnYk/X2H7
-eLe9RGiEA+lMVCPhxrXmKa2MSE64bJ4+hCB5fg2HwpX1ALt04ArVw8HG9FqwOh4u
-VWvCO2TRclLGtg08vlrgD+hXnJ6av2aEdT4/Gdn5JJMkgSFPZYO7Xm4p4whajVok
-PcyA0LU61AwMDI7uuP6L0eYnsMw03cIOAXwP8/+epDmifOMmpikBIj5zLt31bEom
-dG9/hOu7NlEMIBBWlVP6YBFpIJ0j9A==
-=UIT+
+iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmSGXCgACgkQTOGHfhlD
+jHBxqwf/cExjySxfZC9D3Bxjd5nxbw92gKPEaGbWQj5GoTQCseVIGGyAzRfbJGZZ
+qaUnst9WtkMdn36nye5CsiEtWYKBGkuLbNHtD3t+cCHW02FU+tfgMIeGghqfAhuQ
+56x4iTkPIfaRsYXnHVRo8JWc0LAQVdCK3m5HIhj97h+p40atcGwPm60zWNddVBme
+gNv1o4X/Yfbh+nCZIs05Y9gMkzmLr5zjMWSktFrIDujNhoF06GbpHY4YsCjESJ5l
+SYFHG8zTiDOsbu4qCRBLkCKX7S5/doJhJia1/LEUzHFhbBfoWPnJpdjYrrlW7GqI
+wdSC6rNIqYlc9rGLFs4Nz3AwsJC9vg==
+=Mr/p
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 11e8151b0c..5a786850ab 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ