summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/config.guess8
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl5
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb153
-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.xzbin2415668 -> 2416832 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
9 files changed, 118 insertions, 82 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess
index a419d8643b..980b020838 100755
--- a/systems/texlive/tlnet/tlpkg/installer/config.guess
+++ b/systems/texlive/tlnet/tlpkg/installer/config.guess
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2022-08-01'
+timestamp='2022-09-17'
# 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
@@ -966,6 +966,12 @@ EOF
GNU_REL=`echo "$UNAME_RELEASE" | sed -e 's/[-(].*//'`
GUESS=$UNAME_MACHINE-unknown-$GNU_SYS$GNU_REL-$LIBC
;;
+ x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*)
+ GUESS="$UNAME_MACHINE-pc-managarm-mlibc"
+ ;;
+ *:[Mm]anagarm:*:*)
+ GUESS="$UNAME_MACHINE-unknown-managarm-mlibc"
+ ;;
*:Minix:*:*)
GUESS=$UNAME_MACHINE-unknown-minix
;;
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index db547aad88..2694c2f9f3 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -14,6 +14,7 @@ $mirrors = {
'https://mirrors.aliyun.com/CTAN/' => 1,
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
'https://mirrors.cloud.tencent.com/CTAN/' => 1,
+ 'https://mirrors.cqu.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
'https://mirrors.sustech.edu.cn/CTAN/' => 1,
@@ -45,7 +46,6 @@ $mirrors = {
'https://cran.asia/tex/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'https://lab.uklee.pe.kr/tex-archive/' => 1,
- 'https://mirror.kakao.com/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
},
'Singapore' => {
@@ -67,7 +67,6 @@ $mirrors = {
'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1,
},
'Czech Republic' => {
- 'http://ftp.cvut.cz/tex-archive/' => 1,
'https://mirrors.nic.cz/tex-archive/' => 1,
},
'Denmark' => {
@@ -83,6 +82,7 @@ $mirrors = {
'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,
},
@@ -148,7 +148,6 @@ $mirrors = {
'https://ctan.ijs.si/tex-archive/' => 1,
},
'Spain' => {
- 'https://ctan.fisiquimicamente.com/' => 1,
'https://ctan.javinator9889.com/' => 1,
'https://osl.ugr.es/CTAN/' => 1,
},
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 59b9bb6536..96347bc254 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/2022
-depend revision/64657
+depend revision/64666
name 00texlive.image
category TLCore
-revision 64651
+revision 64667
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
@@ -1978,6 +1978,7 @@ runfiles size=12924
tlpkg/tlpsrc/gitinfo.tlpsrc
tlpkg/tlpsrc/gitinfo2.tlpsrc
tlpkg/tlpsrc/gitlog.tlpsrc
+ tlpkg/tlpsrc/gitstatus.tlpsrc
tlpkg/tlpsrc/gitver.tlpsrc
tlpkg/tlpsrc/globalvals.tlpsrc
tlpkg/tlpsrc/glosmathtools.tlpsrc
@@ -4646,7 +4647,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 64645
+revision 64659
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
@@ -55241,7 +55242,7 @@ catalogue-version 1.3a
name chemobabel
category Package
-revision 64444
+revision 64665
shortdesc Convert chemical structures from ChemDraw, MDL molfile or SMILES using Open Babel
relocated 1
longdesc This package provides a way to convert and include chemical
@@ -55252,11 +55253,11 @@ longdesc execution of the following external commands via latex
longdesc -shell-escape. obabel (Open Babel) inkscape or rsvg-convert
longdesc (for SVG -> PDF/EPS conversion) pdfcrop or ps2eps (optional;
longdesc for cropping large margins of PDF/EPS)
-containersize 3288
-containerchecksum f159b13c34af594debd04b87300da871521850775ed954fa369cd92aaf515f00d49a78d758cd348df8df5c64035026f991d4181ac3b9971cb8606209802396fa
-doccontainersize 893812
-doccontainerchecksum f36ca888fc3d16657352f9d479e087cca897f8f66a50d49b0b112913a1db9cba299fe11f0bf381b1a4f9f096a54308f7eb401a080ccb08c87ddde695fb473ba0
-docfiles size=392
+containersize 4304
+containerchecksum 4512137d44b235974f10bc8afcff09ff30b8f912ee91ff11c9e3cb70b95e282c4de48901c4674bd48ae867e2b11cc98fd612ae376f018d88f7bfeff0cf2e8e7d
+doccontainersize 914092
+doccontainerchecksum d7fae5092600a7bbbf07acbe313400ffe0d9469a4b23ac5db5ed01024cb3c96e89aed23176ec8911dec7dc33904aefdfaac205267b7d22daddfcfa0871f94564
+docfiles size=401
RELOC/doc/latex/chemobabel/LICENSE
RELOC/doc/latex/chemobabel/README.md details="Readme"
RELOC/doc/latex/chemobabel/chemobabel-en.pdf details="Package documentation (English)" language="en"
@@ -55268,12 +55269,12 @@ docfiles size=392
RELOC/doc/latex/chemobabel/example-ja.pdf
RELOC/doc/latex/chemobabel/example-ja.tex
RELOC/doc/latex/chemobabel/images-for-doc.tar.gz
-srccontainersize 15152
-srccontainerchecksum 52dbb8061770b9168981ac5828f3f3d7f45cbe896802a209f0d69cc1886ce0c616c3cd636cac413f6ba5c0a40da95e57e515ee35d54758eaa7afc876f6b390b5
+srccontainersize 15364
+srccontainerchecksum 7c328a3596944cd4fd39c4c25eb0b653d681cc6d4144bf34bc87c1a698e2c9db796086c7fd6e0543554a5ae40e3f7186b00e7dbb497d3b659557e5f6b5bb5646
srcfiles size=14
RELOC/source/latex/chemobabel/chemobabel.dtx
RELOC/source/latex/chemobabel/chemobabel.ins
-runfiles size=3
+runfiles size=4
RELOC/tex/latex/chemobabel/chemobabel.sty
catalogue-contact-repository https://github.com/aminophen/chemobabel
catalogue-ctan /graphics/chemobabel
@@ -69584,7 +69585,7 @@ containerchecksum c73220abd1545907a1d8de37cb534d2c6bd2534f1b55f03c069f39f535c326
name collection-latexextra
category Collection
-revision 64639
+revision 64662
shortdesc LaTeX additional packages
relocated 1
longdesc A very large collection of add-on packages for LaTeX.
@@ -70162,6 +70163,7 @@ depend gitfile-info
depend gitinfo
depend gitinfo2
depend gitlog
+depend gitstatus
depend gitver
depend globalvals
depend gloss
@@ -71053,8 +71055,8 @@ depend zref-clever
depend zref-vario
depend zwgetfdate
depend zwpagelayout
-containersize 6776
-containerchecksum 743b6d9aad158805ba706cef7166b5b3b1842e0ee58ce518a400da2902548b6f279784429344d0367c76885906c37827a26eb469b0f227fa7d788877e6490949
+containersize 6780
+containerchecksum 1144b3f75484e085644b9830288e8eaa7a677f8d0625484fbdeecce067bd49f6655e12d3ce6ce64459d80aa676f83246679d03186fd3d3bf1b48916ffe76d710
name collection-latexrecommended
category Collection
@@ -133662,6 +133664,40 @@ catalogue-license lppl1.3
catalogue-topics version-control doc-mgmt
catalogue-version 0.0.beta
+name gitstatus
+category Package
+revision 64662
+shortdesc Include Git information in the document as watermark or via variables
+relocated 1
+longdesc If your LaTeX-document is version-controlled with git, you
+longdesc might encounter situations, where you want to include some
+longdesc information of your git-repository into your LaTeX-document-
+longdesc e.g. to keep track on who gave you feedback on which version of
+longdesc your document. This git-information can be included on every
+longdesc page by a watermark or (for custom needs) via provided
+longdesc variables.
+containersize 1544
+containerchecksum 153b9df6e1629d42a1c96a4f6c4c25dbe180db8976a102d633cd54ac36b75c1650328f8c5039ebb10c7927f7d6717a9260f39b7de6c0f9f9f37fb6fcfa9dffad
+doccontainersize 290508
+doccontainerchecksum e7741e738bafe379f71bd77aaa9b2a33c26b5da13f659181eddab01fcf8209ffbd0604d0b374368b7d814ca9608503f9e4004730871845e8f7b491e40bcb79f3
+docfiles size=77
+ RELOC/doc/latex/gitstatus/LICENSE
+ RELOC/doc/latex/gitstatus/README.md details="Readme"
+ RELOC/doc/latex/gitstatus/example.tex
+ RELOC/doc/latex/gitstatus/gitstatus.pdf details="Package documentation"
+srccontainersize 2624
+srccontainerchecksum 23ab1b1fe293fc842eb9ed3306e2b70d2fae8ba62178b64b29872f933bdd8f80b0991358fbd6aadfa194185790632acf2ec5249ef2fa9d490913072ba1b0660a
+srcfiles size=3
+ RELOC/source/latex/gitstatus/gitstatus.dtx
+ RELOC/source/latex/gitstatus/gitstatus.ins
+runfiles size=1
+ RELOC/tex/latex/gitstatus/gitstatus.sty
+catalogue-contact-home https://github.com/mgrub/gitstatus
+catalogue-ctan /macros/latex/contrib/gitstatus
+catalogue-license lppl1.3
+catalogue-topics decoration watermark
+catalogue-version 1.1
+
name gitver
category Package
revision 63920
@@ -145953,7 +145989,7 @@ catalogue-version 1.0.0
name iexec
category Package
-revision 64575
+revision 64663
shortdesc Execute shell commands and input their output
relocated 1
longdesc With the help of the \iexec command, you can execute a shell
@@ -145962,17 +145998,17 @@ longdesc package also lets you use any special symbols inside your
longdesc command.
depend tools
depend xkeyval
-containersize 1864
-containerchecksum 84835e195d4d7c4637fbf63bc23f66efdc1d9aa0f274ab7846c583b04b5ea89ca6b6de1ffccc2405e0dc03c8fa6ed8cae549a7d8c8a7aee93a0fde877f0540b1
-doccontainersize 284432
-doccontainerchecksum ff0f832308fbef4dfe40a48dc120a7808ecafba8094ccb81320dc246fad85e63e4bf58b3ccdf71110c762ee3435f71cad5228667c3d41a4c69a5b29f33560e17
-docfiles size=73
+containersize 2116
+containerchecksum 1283e4f6563ddd0bd69a726e368bd348ac8d7e554f4563ff912b2bccea00f3f0d213e985a6c76178aeaf132d5f1f9b1c0049d62bdcd4a6017fb6eabd1fdc74b4
+doccontainersize 294484
+doccontainerchecksum 78b2eeed7f402d70118930462d82d41ca3eac0c864fc37f9c77b7d333c6d748607f1ffdf21a02daeb02123e0bb8b9bea6d026b1ae21cbb030969f92b071f4b80
+docfiles size=75
RELOC/doc/latex/iexec/DEPENDS.txt
RELOC/doc/latex/iexec/LICENSE.txt
RELOC/doc/latex/iexec/README.md details="Readme"
RELOC/doc/latex/iexec/iexec.pdf details="Package documentation"
-srccontainersize 3964
-srccontainerchecksum 9f51413dda2457db17a97e771ad47c0099275eba49e7c3ec67a456ad2af67a49ecd2c05f65e0468ad3a62c16fd14228ff91415956cfc64227940e0518f2e3fef
+srccontainersize 4388
+srccontainerchecksum e48afbd9b17d15c2d7e168200521cd501e34593706191605d33418a208015ff9d460ad9f6550ef27c233f73e33ccd95b3111bac4c65f6ad4aaab1084f53d8caa
srcfiles size=4
RELOC/source/latex/iexec/iexec.dtx
RELOC/source/latex/iexec/iexec.ins
@@ -145983,7 +146019,7 @@ catalogue-contact-repository https://github.com/yegor256/iexec
catalogue-ctan /macros/latex/contrib/iexec
catalogue-license mit
catalogue-topics sys-supp exec-foreign
-catalogue-version 0.6.1
+catalogue-version 0.7.0
name ifallfalse
category Package
@@ -273614,17 +273650,17 @@ catalogue-topics font font-virtual font-supp-maths font-cm font-sans
name sansmathfonts
category Package
-revision 59673
-shortdesc Correct placement of accents in sans-serif maths
+revision 64661
+shortdesc Extended Computer Modern sans serif fonts
relocated 1
longdesc Sans serif small caps and math fonts for use with Computer
longdesc Modern.
execute addMap sansmathfonts.map
-containersize 4275628
-containerchecksum d94d362ac6bac44177f61d73baeb4eebff6bd1309fedf0d152b422e1b5f2bd2014c4b95876cce75033d6f6a7835c277b6e1cff2beabdd510be3e32ac7501f393
-doccontainersize 297124
-doccontainerchecksum 0aa7efe2afcf020bcb15e185fc402e6a8c65cb7c8b563217cede4ca23f58a5ce4bc3028cdc140a4d9354b62830471d8a8e49f23c8c6e48c161fe859fc60306bb
-docfiles size=78
+containersize 4275704
+containerchecksum 1ef587f14a0b5d51dabacfc1717b84d221bbc3bfeca002cd58ed9c239838d888036fb26f404b5bf5d7a7fb82f70b0f5663ef06ce92059b32a67b1e0c31331e7f
+doccontainersize 365128
+doccontainerchecksum de240522929a1b2942e3108c03a5523e42b0bdfd4365afabad98a22dcd73784070ba26d3a4ceb821749bd557b19b220f2785687f52ad47a502f8f67f05409839
+docfiles size=95
RELOC/doc/fonts/sansmathfonts/README.txt details="Readme"
RELOC/doc/fonts/sansmathfonts/sansmathfonts.pdf details="Package documentation"
RELOC/doc/fonts/sansmathfonts/sansmathfonts.tex
@@ -307762,7 +307798,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 64645
+revision 64659
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.
@@ -307770,11 +307806,11 @@ 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 113672
-containerchecksum 34a7290a443e8a1fa4d5af62f213cc8f718625f2f3c6a48efccf1f358c08fd0df7a82814a41cfec55a59c887bf791deee80d23fbfb556c60742e37f8bb3ef1c5
-doccontainersize 421700
-doccontainerchecksum 370d216038bb97b73f89280ae41fa155098753f0e757c3a36327467917a22afd0b9d7d815fa179190cc8168957f26ba7018c0fc0c50b78db8ff30469529876c4
-docfiles size=522
+containersize 113660
+containerchecksum c834eebea252e531087c23b8979cbb0788f2602de93762268ee51e81d51972429c86c85f243b4090fad75acf9af1fcf32e8de4af252b488b1fcd824206502fa1
+doccontainersize 421840
+doccontainerchecksum b1f7d12006ba585e6a2ebb6f2f2b72134e5358363a0c4a28dd5ae013e0c88cf2beacd593e840435dcd908019f543227520fe918dc66a2fbd7cf797c3c7cc8f73
+docfiles size=523
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
@@ -311921,24 +311957,24 @@ catalogue-version 2021.03.01
name thalie
category Package
-revision 63617
+revision 64664
shortdesc Typeset drama plays
relocated 1
longdesc The package provides tools to typeset drama plays. It defines
longdesc commands to introduce characters' lines, to render stage
longdesc directions, to divide a play into acts and scenes and to build
longdesc the dramatis personae automatically.
-containersize 5156
-containerchecksum 4a4e46ed88a663b5cec1d672e324123e5ad42abe6b67f08f422cddb9bfedf852e64d76c11e1692f3b068403221a6d28ac9aa2092ecaf7c5e8b23dddba28be87d
-doccontainersize 470844
-doccontainerchecksum 9d3ff6e33b98a94ce862f8e98647ba466e881efa058184b013098d9d951fff95badd8cbb587bb33cf9e380e77a5e489bee453ef21258c5751d45089f4bbfd9f9
-docfiles size=124
+containersize 5160
+containerchecksum ae2eed7a28642c568d213dbe2153c2b03bed85116fa80c3fd55ed7518b6a1c3bfe9c908cc3ac28dc8452cd502e0640cd570a0db55b345e49942628e675e24b0c
+doccontainersize 479556
+doccontainerchecksum f10811532ca81ec8170c441545f86c9026f0e3f9b056582b190d7778b3a977881d1013161c7dc10c9bd9736a77062d56f6ea11b41f4f6290f3114a9e21bead4f
+docfiles size=126
RELOC/doc/latex/thalie/CHANGELOG.md
RELOC/doc/latex/thalie/LICENSE.txt
RELOC/doc/latex/thalie/README.md details="Readme"
RELOC/doc/latex/thalie/thalie.pdf details="Package documentation"
-srccontainersize 20032
-srccontainerchecksum 3d79f5ce1cfbb50de169e706356eb0cdc7184ef686da2bd73a5de2a5ce26008bd73626188888ec04d575fc182e376fa3c029e5c6b06e0e41dc77f70be1b2c89e
+srccontainersize 20224
+srccontainerchecksum a2b816eb9dc7077aec3c669a41a65ccdbffbbc2c4c094ead9631a0b38d0e80b3522f54a2648b847c9e88fd40d9a6ea540cf7d9ab5c494b2884ef19bde0652401
srcfiles size=21
RELOC/source/latex/thalie/thalie.dtx
RELOC/source/latex/thalie/thalie.ins
@@ -311951,12 +311987,11 @@ runfiles size=10
RELOC/tex/latex/thalie/thalie.sty
catalogue-also drama dramatist play
catalogue-contact-bugs https://framagit.org/spalax/thalie/issues
-catalogue-contact-home https://framagit.org/spalax/thalie
catalogue-contact-repository https://framagit.org/spalax/thalie
catalogue-ctan /macros/latex/contrib/thalie
catalogue-license lppl1.3
catalogue-topics drama-script
-catalogue-version 0.11b
+catalogue-version 0.12a
name theanodidot
category Package
@@ -340712,7 +340747,7 @@ catalogue-version 1.0c
name was
category Package
-revision 21439
+revision 64667
shortdesc A collection of small packages by Walter Schmidt
relocated 1
longdesc A bundle of packages that arise in the author's area of
@@ -340720,29 +340755,25 @@ longdesc interest: compliance of maths typesetting with ISO standards;
longdesc symbols that work in both maths and text modes commas for both
longdesc decimal separator and maths; and upright Greek letters in
longdesc maths.
-containersize 3092
-containerchecksum e3dec504da2dd28534872b4363695d797a874a0af5c2a77e6559a2765f6150cc50614b8905c90faa6fb9fd54d9634a9ddff148564904b1454f21d3fbd21918dd
-doccontainersize 578872
-doccontainerchecksum 24cc3a8931fe48134810ffe626789139a821585f0d359a177c56ae5a442482fb9d36f344061128ac185469b97c4c3f440ad02ebc7135366253cd9bbcf99895bc
-docfiles size=180
- RELOC/doc/latex/was/fixmath.pdf
+containersize 2756
+containerchecksum a84a124286212d6950c1fae5808dd70d4127d8ae11b5ac382d1b6a1f91562e4366c0dd735a3745cd9764bf9f19a9a2da6b466859665070fe2cf97b4164c5751b
+doccontainersize 467912
+doccontainerchecksum c56b3f95e9eead53f206caf964eb0e7fc2002cbd8a8000c470b3809556ff26510b96f8195cae1251c2134290990453def19e4879a256c2d0a0f48b86e6be15cc
+docfiles size=142
RELOC/doc/latex/was/gensymb.pdf
RELOC/doc/latex/was/icomma.pdf
RELOC/doc/latex/was/readme.1st
RELOC/doc/latex/was/upgreek.pdf
-srccontainersize 9388
-srccontainerchecksum 507ed77f8a5a119c16fcb9478a559f516a2e612893941f8854e4945968ef5b44ccab641f1737c745b33209828a4541e3615dd46f304b5e2f5b29c5282eeeccef
-srcfiles size=16
- RELOC/source/latex/was/fixmath.dtx
- RELOC/source/latex/was/fixmath.ins
+srccontainersize 8480
+srccontainerchecksum 0e50693596af3afa885ce4f5fe0b55db4cf08c45b9eca2ef8939cc7ea1f4376cb39e213dbe244ea13e47ccbe0e06f6e1c2a97963dfccc0d6fafdfbf903a712d0
+srcfiles size=13
RELOC/source/latex/was/gensymb.dtx
RELOC/source/latex/was/gensymb.ins
RELOC/source/latex/was/icomma.dtx
RELOC/source/latex/was/icomma.ins
RELOC/source/latex/was/upgreek.dtx
RELOC/source/latex/was/upgreek.ins
-runfiles size=6
- RELOC/tex/latex/was/fixmath.sty
+runfiles size=5
RELOC/tex/latex/was/gensymb.sty
RELOC/tex/latex/was/icomma.sty
RELOC/tex/latex/was/upgreek.sty
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index de4cb5969d..e2b4c6417a 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-1401c79b1476fe4127c9dd247d41bba4 texlive.tlpdb
+fbd6d26d71e4e5ebe07d3fea507b6102 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 43b7e328df..4ff2631c2a 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-f43a65a466f2d9b00ea41e251c5f9888edca855ccaa7cdffda06ce7d21daca955c0f4a61d5445b4f01d6846cded1c3a42a14172b983777ac03726199fd1f5e7a texlive.tlpdb
+aca4fa5198767a99b5edf3072f3d5370cc79323f0886eac1062a2af5419bc7b9940b3c12098c08e0dc4de8d2ed11bb4f8bab8f470b09bf32a2de2566e817c813 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 5ece844f8c..d0f4127097 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-----
-iQEcBAEBCgAGBQJjQg3eAAoJEEzhh34ZQ4xwR9gH+wS4bfFlyHacuOtQyd4TOybz
-xb64pmn7CgQqH2IRmy6lTVuUr+LvV8UUH3CezkQoqy9EAXGcnGXClPcj8NDBfSR+
-O2WhOawfxnDcyb7ilDWAfoN4LX6k1kh2bShN5HT2saVbIEIzkYkK6fSOLpy0wZsW
-Fs4dzZ7QOigCQ/B6/W0vPm+eOspjjF5SduRmaJuIEEklDKIwPLMFuHUcx+0XaTIL
-IUvzDBmHWwiHQIsiybiUZXpa5IlmDK5w431ARatZARHc140aMK3Sf4W4Sff+U3pf
-BHvp5Aajvlh9aT1/NFV7hJ0VSxyKtKTgWXirQk7pZ3bHL/n86gB2BkQ7LBIa5Pc=
-=2l80
+iQEcBAEBCgAGBQJjQ18lAAoJEEzhh34ZQ4xwH7cIAKnJdQljMeFpjLz0wdftN/FR
+HN0dBmNX3m7L13UoxBHCwJcBKYp/mNh7we3dJkuOY1uGXLCSXg0mR2yPvLEHOMMP
+KzMlSsGBUaZndseNYRAO4ZAZ30S/1KV0u1s9dmnE8fL888FYQUvTs7gcXVish2fM
+jjNSNiSlGEDRnev4W51Eh+5pLtUKSabAAQj1T2PcOV4NE5ebmxDaHUKLwt1JMG/U
+YGQN4IWfmWUVfmgZ5f4yu7nq/RXSrUlLPwQWG9vjL4kijfpsN4ugNDSQI/infu+v
+jzV6BbR8TFlemmMF/VpcisXkMB9jFgcNBkiA9x6NCe+mxa0BWkHuFNqkc3l1wR0=
+=2DrE
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 0cfa0fd37c..0cbf09bd9c 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index a781dbf3f8..d1132437a2 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1665260167
+date=1665346562
lastupd=miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-x64-2.9 miktex-cjkutils-bin-x64-2.9 miktex-console-bin-x64-2.9 miktex-curl-bin-x64-2.9 miktex-cweb-bin-x64-2.9 miktex-devnag-bin-x64-2.9 miktex-doc miktex-dvicopy-bin-x64-2.9 miktex-dvipdfmx-bin-x64-2.9 miktex-dvipng-bin-x64-2.9 miktex-dvips-bin-x64-2.9
-lstdigest=326e495cc1d267ada2349dd2daa8e848
+lstdigest=6533fb6b2ccf5efdb19e34a6bca94777
numpkg=6057
relstate=next
-version=8316
+version=8317
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: Orf4hNl/Gh6oPqbtjJddxgBhPDOi6x/Ch8lm5+rmPZvroMpaV6eXcSFT4N/otnCwFYsUIjXp/ggAA9c8Rqects4ZZgZi8rwUCw2dMQwUcpQOIe/PBH+61XrYdDTDe7Hz/5N/KyeCLccGxiryhW3UHAGMYuboXkGO+n3OXwXBz/bwLA/Gs2WJUwnfune0pdACqyVZ+EgJ4U4fWnZGsC0ZDwGNOJi8fPEPM8eIjqu7vkyZkljzn1QLNBpnGim66CYJsQWf0A7+BCgpyQrXWqD6HU6yX/Tc0X42CH4BR6qgA+2ZiKR9T9b+lmhDK3RQx73AcADRbQbKtS/k5180QtFlfA==
+;;;; signature/miktex: rG/7gM7HXiwg6NGo2UIi2uGF7VimGiKgyKk2c4NU4aWKRff3b6fV6tTRCDnU0rbrNJ75ncmcl+5wxLfcCzijOg4Hk4DTQIf49z31+69pgNTT6yEsU5vQ0/m96iz2u7Yn4XkPqckcQaaTTv4/gHc/Ccp8i5CgjhAxbU7/oRLdYDCH7/gXYEMrFeOWTPnwkyUcMrOiaOLCTVXuUpLbygMraZsiORehEeDP1ZBlWmF68nim4Mp1yG+4IX91Cn/FS+crTqXZjMRCpgozMTDBbuVuSfjjPmWdh9JB7AeITuj9elpcWmY8QbPqSA4ZwtjDUcO4BL52l7oZ7uiuYbFkmde6xQ==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index aba6634251..85eeeb5ddc 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1665259867
+date=1665346264
lastupd=abntexto abntexto__doc abntexto__source achemso achemso__doc achemso__source almendra almendra__doc andika andika__doc arimo arimo__doc babel babel-serbian babel-serbian__doc babel-serbian__source babel-serbianc babel-serbianc__doc babel-serbianc__source babel__doc
-lstdigest=024759d9fa4419a23b4b70bec77aa89c
+lstdigest=e9cb4a76db2b653f6aec316225ab198e
numpkg=6057
relstate=stable
-version=8316
+version=8317
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: gZj05yUGmOsRbX8XIFMoB1OK7WCL0lZ77MpVbMvpXubT+K3Li8zV36NIf5Q4uTkD4SXbUUkWkSwBiLXTP+/kJ2Y5qy9deVQLPih8/aNS6p2OQJHo+H1RR2SNGlzyTAG1+XVOBiiWsSp3g1PshYauHYUSvlsOihr0H4D7YdtflphPdPtPngGiR6K45RVPI5QKFviNYfX020+lWU+WurLmxDEj0qzh00U5aYsutsOWHIUAu2pcmLy7hzxbWOqmhpxj7gNffCjHPcnDatlnwbh8HhHY7WugTB1hijdi4eVMexYTdaBmXoCjJS0gP8VbdzRoHroCCcLd5lLhBHKhu81y5g==
+;;;; signature/miktex: M1149Bc6fhhwdczeWSZYAOBlYAH20H0vK5WNX3+9uJ9VS7lDyg8nVa/2JgM6nbs3kLY17Bhv5Mo/n2fVw+O6jOF58voN3MFkPKBIVqEz16w8J2S6SYPit/fVkMaaJ0oFBkB5NLEvU32UglNXgXgGB5FAw1zfdhaBBlfOKvOqn5U9Qs2yKg5ULUdlhN1rCW51QZOF9wAWIbY1HNGf7+OxL5r9d0qeIy6Kva8tkojIrkSm5bHx8Rb7tyW3+Xs79dnJenBLkc5Dx8BvOW2HAVcAAFalSGyyF+cIvcEMSR/yzfQr0acd10BcRIRHJWSJJwdDKDS/M7NQs6OCQMMHvFchTg==
;;;;-----END MIKTEX SIGNATURE-----