summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-07 03:00:49 +0000
committerNorbert Preining <norbert@preining.info>2020-10-07 03:00:49 +0000
commit6a2f87148a137f5014278229a8175b7babf238cf (patch)
tree9dcfc63f084f80d07d68442a837f468630f71b98 /systems
parent2884d8fdd76b2def1d759c76c03141710c219ad7 (diff)
CTAN sync 202010070300
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm50
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb185
-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.xzbin2234224 -> 2236672 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
-rw-r--r--systems/win32/w32tex/ChangeLog30
9 files changed, 197 insertions, 102 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index b66774755b..80a5493059 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 55776 2020-07-07 22:32:40Z karl $
+# $Id: TLUtils.pm 56565 2020-10-06 00:40:39Z preining $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2020 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -6,7 +6,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 55776 $';
+my $svnrev = '$Revision: 56565 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -4170,6 +4170,7 @@ Compare the two passed L<TLPOBJ> objects. Returns a hash:
$ret{'revision'} = "revA:revB" # if revisions differ
$ret{'removed'} = \[ list of files removed from A to B ]
$ret{'added'} = \[ list of files added from A to B ]
+ $ret{'fmttriggers'} = 1 if the fmttriggers have changed
=cut
@@ -4200,6 +4201,51 @@ sub compare_tlpobjs {
$ret{'removed'} = \@rem if @rem;
$ret{'added'} = \@add if @add;
+ # changed dependencies should not trigger a change without a
+ # change in revision, so for now (until we find a reason why
+ # we need to) we don't check.
+ # OTOH, execute statements like
+ # execute AddFormat name=aleph engine=aleph options=*aleph.ini fmttriggers=cm,hyphen-base,knuth-lib,plain
+ # might change due to changes in the fmttriggers variables.
+ # Again, name/engine/options are only defined in the package's
+ # tlpsrc file, so changes here will trigger revision changes,
+ # but fmttriggers are defined outside the tlpsrc and thus do
+ # not trigger an automatic revision change. Check for that!
+ # No need to record actual changes, just record that it has changed.
+ my %triggersA;
+ my %triggersB;
+ # we sort executes after format/engine like fmtutil does, since this
+ # should be unique
+ for my $e ($tlpA->executes) {
+ if ($e =~ m/AddFormat\s+(.*)\s*/) {
+ my %r = parse_AddFormat_line("$1");
+ if (defined($r{"error"})) {
+ die "$r{'error'} when comparing packages $tlpA->name execute $e";
+ }
+ for my $t (@{$r{'fmttriggers'}}) {
+ $triggersA{"$r{'name'}:$r{'engine'}:$t"} = 1;
+ }
+ }
+ }
+ for my $e ($tlpB->executes) {
+ if ($e =~ m/AddFormat\s+(.*)\s*/) {
+ my %r = parse_AddFormat_line("$1");
+ if (defined($r{"error"})) {
+ die "$r{'error'} when comparing packages $tlpB->name execute $e";
+ }
+ for my $t (@{$r{'fmttriggers'}}) {
+ $triggersB{"$r{'name'}:$r{'engine'}:$t"} = 1;
+ }
+ }
+ }
+ for my $t (keys %triggersA) {
+ delete($triggersA{$t});
+ delete($triggersB{$t});
+ }
+ if (keys(%triggersA) || keys(%triggersB)) {
+ $ret{'fmttrigger'} = 1;
+ }
+
return %ret;
}
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 8699989140..2a53026c07 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/56562
+depend revision/56577
name 00texlive.image
category TLCore
-revision 56548
+revision 56575
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
@@ -40,13 +40,23 @@ longdesc IgnorePatterns in the check_files routine in tlmgr.pl augment
longdesc this list. Those are not included in the source/ tarball. For
longdesc information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)
-runfiles size=5033
+runfiles size=13562
.mkisofsrc
autorun.inf
texmf-dist/README
texmf-dist/doc/man/Makefile
texmf-dist/doc/man/man1/Makefile
texmf-dist/doc/man/man5/Makefile
+ texmf-dist/fonts/map/dvipdfmx/updmap/kanjix.map
+ texmf-dist/fonts/map/dvips/updmap/builtin35.map
+ texmf-dist/fonts/map/dvips/updmap/download35.map
+ texmf-dist/fonts/map/dvips/updmap/ps2pk.map
+ texmf-dist/fonts/map/dvips/updmap/psfonts.map
+ texmf-dist/fonts/map/dvips/updmap/psfonts_pk.map
+ texmf-dist/fonts/map/dvips/updmap/psfonts_t1.map
+ texmf-dist/fonts/map/pdftex/updmap/pdftex.map
+ texmf-dist/fonts/map/pdftex/updmap/pdftex_dl14.map
+ texmf-dist/fonts/map/pdftex/updmap/pdftex_ndl14.map
texmf-dist/scripts/texlive-extra/README
texmf-dist/scripts/texlive/Makefile
texmf-dist/scripts/texlive/README
@@ -2802,6 +2812,7 @@ runfiles size=5033
tlpkg/tlpsrc/nkarta.tlpsrc
tlpkg/tlpsrc/nlctdoc.tlpsrc
tlpkg/tlpsrc/nmbib.tlpsrc
+ tlpkg/tlpsrc/nnext.tlpsrc
tlpkg/tlpsrc/noconflict.tlpsrc
tlpkg/tlpsrc/nodetree.tlpsrc
tlpkg/tlpsrc/noindentafter.tlpsrc
@@ -4002,7 +4013,6 @@ runfiles size=5033
tlpkg/tlpsrc/uowthesis.tlpsrc
tlpkg/tlpsrc/uowthesistitlepage.tlpsrc
tlpkg/tlpsrc/upca.tlpsrc
- tlpkg/tlpsrc/updmap-map.tlpsrc
tlpkg/tlpsrc/uplatex.tlpsrc
tlpkg/tlpsrc/upmethodology.tlpsrc
tlpkg/tlpsrc/uppunctlm.tlpsrc
@@ -63050,7 +63060,7 @@ catalogue-version 0.4b
name collection-basic
category Collection
-revision 54186
+revision 56569
shortdesc Essential programs and files
relocated 1
longdesc These files are regarded as basic for any TeX system, covering
@@ -63096,10 +63106,9 @@ depend texlive-scripts
depend texlive.infra
depend tlshell
depend unicode-data
-depend updmap-map
depend xdvi
-containersize 640
-containerchecksum c23a10155e29a374db673efc6277e1afce53e0800063ccafcf6b759e273060f1391227ff469525ee842ab2b72b08816d683c4464bd106f70e528723641d3cc36
+containersize 632
+containerchecksum 39ff4680cb002b6e29dac2fd5005d0d63b279deab21f025a87a7e860110a7eba04748adc11c9bf12f580cfc991380d2f301819801c32f681353c43053f98af48
name collection-bibtexextra
category Collection
@@ -63899,7 +63908,7 @@ containerchecksum 29a3739c9a0f5cd066b6013f60b28aafae66566449e3f7b2715cf487aea221
name collection-humanities
category Collection
-revision 54074
+revision 56575
shortdesc Humanities packages
relocated 1
longdesc Packages for law, linguistics, social sciences, humanities,
@@ -63933,6 +63942,7 @@ depend ling-macros
depend linguex
depend liturg
depend metrix
+depend nnext
depend parallel
depend parrun
depend phonrule
@@ -63956,8 +63966,8 @@ depend theatre
depend tree-dvips
depend verse
depend xyling
-containersize 584
-containerchecksum a9a39c515fa867aec0382485ddb07d219cc5d501e7ecbeb9681ee4af375435ca07301b0f136400ca7c88f7157e4e8497f8024fa324d886a5703c9d65d45ef622
+containersize 588
+containerchecksum 8239a85051576d691f7a367b2858dbc191e0545d88e0f193107cf68ccc527c7f4980a6a18cd14bf7735277ea2552955d7be50520290a96a24ff3bc856a13742e
name collection-langarabic
category Collection
@@ -94190,11 +94200,11 @@ binfiles arch=i386-solaris size=231
name dvipdfmx.win32
category TLCore
-revision 54321
+revision 56568
shortdesc win32 files of dvipdfmx
-containersize 321972
-containerchecksum bed8b8128c6b73fd5ca9f09ce0ba0003f1423f05e13dc333ef4484448b56ab98d99d90889ac28ac174f9eddfc74f5d5f8f48dd93f9c64d46cae400b0d2a95003
-binfiles arch=win32 size=227
+containersize 328776
+containerchecksum 5bab8a434d7063936b51b85d49ad6098e719942c6425b1784a591c396efa144f579ca3cc1306a46a84927baa915e4f5a1c3927befbaac0b5ad0f84503f63bdce
+binfiles arch=win32 size=236
bin/win32/dvipdfm.exe
bin/win32/dvipdfmx.dll
bin/win32/dvipdfmx.exe
@@ -186147,7 +186157,7 @@ catalogue-version 0.1
name memoir
category Package
-revision 56313
+revision 56572
shortdesc Typeset fiction, non-fiction and mathematical books
relocated 1
longdesc The memoir class is for typesetting poetry, fiction,
@@ -186162,10 +186172,10 @@ longdesc document written with the memoir class, should also use the
longdesc memhfixc package (part of this bundle). Note, however, that any
longdesc current version of hyperref actually loads the package
longdesc automatically if it detects that it is running under memoir.
-containersize 75476
-containerchecksum 36426c51fb921f76d65b62d06c56d21aec1ef86c6100d74424c6b944a5ade7eff1dd6d62413a9cb95cca3981a9547a970f3378859324b6955d777c141f995ce1
-doccontainersize 3099272
-doccontainerchecksum 5c503e43f6fe85bcd2bbde291520e32a7a03ed233258e66225d3e13fa90eab12c3cbedbfc0115047bc4d0a62e138766625d5dfb84f5f5aa58341d0a1222d5142
+containersize 75512
+containerchecksum 968bb181532e93db167996763b29ac5fd35da9a09b102ccce1ca24a91bc6394f95720069380a641359b2524543d119caa02c5e58a531e319985b6f90c65bf758
+doccontainersize 3101108
+doccontainerchecksum bf606654a024cc9b16aab0727f88eb4feea97c26dbed99578fc94dc2d3d188ccf3b5fa656f5e6e2d060de42df6a2eda1c24172f4b3c3a2520794f18b80bee962
docfiles size=1140
RELOC/doc/latex/memoir/Makeidxglo
RELOC/doc/latex/memoir/README details="Readme"
@@ -186181,8 +186191,8 @@ docfiles size=1140
RELOC/doc/latex/memoir/setpage-example.pdf
RELOC/doc/latex/memoir/titlepages.sty
RELOC/doc/latex/memoir/trims-example.tex
-srccontainersize 242144
-srccontainerchecksum 9d01f28abb593894e6abe7d8b87de38cb98ee140661e3cddd3b20e9ff444eb9d6833277cfafc55beba0a5d066fb4fb776c197b4b0fe821a9ebcc7d57adef2db2
+srccontainersize 242364
+srccontainerchecksum a3988ac14f32c3ffb480f76508c7cf7b43f48d744a86c82f25111b962f81ed19603e573ac722b6e15e95ff8c00dfe29ee7dc0bd5842957b914f9d197f107df26
srcfiles size=320
RELOC/source/latex/memoir/memoir.dtx
RELOC/source/latex/memoir/memoir.ins
@@ -186208,7 +186218,7 @@ catalogue-also memdesign
catalogue-ctan /macros/latex/contrib/memoir
catalogue-license lppl1.3
catalogue-topics book-pub class
-catalogue-version 3.7m
+catalogue-version 3.7n
name memory
category Package
@@ -206125,7 +206135,7 @@ catalogue-topics font font-type1 font-decor
name nicematrix
category Package
-revision 56256
+revision 56574
shortdesc Improve the typesetting of mathematical matrices with PGF
relocated 1
longdesc This package is based on the package array. It creates PGF/TikZ
@@ -206137,26 +206147,26 @@ longdesc border matrices); control of the width of the columns; tools to
longdesc color rows and columns with a good PDF result; blocks of cells;
longdesc etc. The package requires and loads l3keys2e, xparse, array,
longdesc amsmath, pgfcore, and the module shapes of PGF.
-containersize 22488
-containerchecksum b4b4fe5bd14325b2660beeddb78b099e1e4046830485922c573447c1205d570728d2fbfe9896962b46630f7ab8356863b88295cece01a7b4d322a318c8a173fb
-doccontainersize 1426188
-doccontainerchecksum 62f9b684dba590b10a62eb4a47eb08d93915a0e3d96044e30fffe53e5a4514d4ae2b2363543cf9f27c2c46f57e3ef5af945792f686c9e2d501228696de8a2b66
-docfiles size=390
+containersize 23232
+containerchecksum 5e98840803c3736bfdd413be148696604faf1248afe0cb6abc80cdca9c8f88d334f54f26a43e2fc674e4ee97b1fbacb66366aba3f79b5cc9005563212e550ee5
+doccontainersize 1453644
+doccontainerchecksum 26ca8493ec64c5a4a1211d42d6a4db40e6f22eaeb8febca5bbbeefc0ed42e7c72e0761dc7993ef2d0312d295cb911813a96b2cec77081854939cec4c5964046f
+docfiles size=397
RELOC/doc/latex/nicematrix/README.md details="Readme"
RELOC/doc/latex/nicematrix/nicematrix-french.pdf details="Package documentation in French" language="fr"
RELOC/doc/latex/nicematrix/nicematrix-french.tex
RELOC/doc/latex/nicematrix/nicematrix.pdf details="Package documentation"
-srccontainersize 79404
-srccontainerchecksum d5924a9e9415705ccdab7f93a4453d5ac088a8fd1f5bcc7b71329afec5d8ab1bf3c1e5662abc80401f2d85ed6533563ea3139a6579ba09d9bc4d9f46f44fcd67
-srcfiles size=118
+srccontainersize 81184
+srccontainerchecksum ed00d9558fcc15266c6907731f96c3bef924c30bf8409d14cf88092dd76f1c0df3f3a750984eb3d6ed0537659a6cf5e84aff867a8ffe0724596bbe453ea201a1
+srcfiles size=121
RELOC/source/latex/nicematrix/nicematrix.dtx
RELOC/source/latex/nicematrix/nicematrix.ins
-runfiles size=48
+runfiles size=50
RELOC/tex/latex/nicematrix/nicematrix.sty
catalogue-ctan /macros/latex/contrib/nicematrix
catalogue-license lppl1.3
catalogue-topics maths matrix pgf-tikz expl3
-catalogue-version 5.3
+catalogue-version 5.4
name nicetext
category Package
@@ -206826,6 +206836,36 @@ catalogue-license lppl1.3
catalogue-topics bibtex-supp
catalogue-version 1.04
+name nnext
+category Package
+revision 56575
+shortdesc Extension for the gb4e package
+relocated 1
+longdesc This is an add-on for the gb4e package used in linguistics. It
+longdesc implements the \Next, \NNext, \Last, and \LLast commands from
+longdesc the linguex package or the \nextx, \anextx, \lastx, \blastx,
+longdesc and \bblastx commands from the expex package.
+containersize 1444
+containerchecksum 406e846ebe7ed721218368cd00a021edc41af41f1ccb5989925abad92d4cbf4d604abac8144945599530c85917d9404141052ba9891b778d1006b7d339499041
+doccontainersize 142212
+doccontainerchecksum 6efbea453691fe2af7f436e79e1a486abf5dda14e2457ca3c1c2bda9c8461016d4436eee82a18b079a2491e1c4eb2f7dcbaeaf8fe8b8c7846e744f02da8e3b6f
+docfiles size=36
+ RELOC/doc/latex/nnext/README.md details="Readme"
+ RELOC/doc/latex/nnext/nnext.pdf details="Package documentation"
+srccontainersize 6340
+srccontainerchecksum a0cc70a3bed51b403ee26c2fc583642ab25565c1ebc69945a831827bfd2c192946142ad92bbfa130f891bf9a36c18bf50e5b424ecc119081d72c7efa1654310b
+srcfiles size=7
+ RELOC/source/latex/nnext/nnext.dtx
+ RELOC/source/latex/nnext/nnext.ins
+runfiles size=1
+ RELOC/tex/latex/nnext/nnext.sty
+catalogue-contact-bugs https://github.com/nlacara/nnext/issues
+catalogue-contact-home https://github.com/nlacara/nnext
+catalogue-ctan /macros/latex/contrib/nnext
+catalogue-license lppl1.3
+catalogue-topics linguistic
+catalogue-version 0.0
+
name noconflict
category Package
revision 30140
@@ -249030,30 +249070,31 @@ catalogue-version 1.0
name pxjahyper
category Package
-revision 56453
+revision 56573
shortdesc Hyperref support for pLaTeX
relocated 1
longdesc This package adjusts the behavior of hyperref on (u)pLaTeX so
longdesc that authors can properly create PDF documents that contain
longdesc document information in Japanese.
-containersize 14372
-containerchecksum 25c8f02588caf9db03c8dac82eb79e67eeb36c76ea1e0a165300d6442cd8814fd3b1f4456493ee5e43adf1ec200be975ba29ea8c30098b2e4de64267483a7176
-doccontainersize 121232
-doccontainerchecksum 03183622cac49502c8757d472574ecd4771d92ceab11f4182b18eeb0451bae2acadf1ce7e91a15666679f854855045d54163fff1f1f3b50de7c8bdeb6ad84825
-docfiles size=35
+containersize 15076
+containerchecksum 8e0d6170b7a581100aea33f1780a0449a5894b43ff12bb9bb1d3b6213b8a2a33c5dd7e74e2894ae6a58f7ca56008f4b9a7192775cc3518c0326a6b953b31260d
+doccontainersize 121696
+doccontainerchecksum b251f5de00df4ec6f7b69023e6bb33ba35453e5c2b92acc969d59ee0d44e82b8e1845c2d1efce71b75d610d3463154fde2bd4b7a299bfa01c3af30b78e27682e
+docfiles size=36
RELOC/doc/platex/pxjahyper/LICENSE
RELOC/doc/platex/pxjahyper/README-ja.md details="Readme (Japanese)" language="ja"
RELOC/doc/platex/pxjahyper/README.md details="Readme"
RELOC/doc/platex/pxjahyper/pxjahyper.pdf details="Package documentation (Japanese)" language="ja"
RELOC/doc/platex/pxjahyper/pxjahyper.tex
-runfiles size=16
+runfiles size=17
RELOC/tex/platex/pxjahyper/pxjahyper-ajm.def
+ RELOC/tex/platex/pxjahyper/pxjahyper-enc.sty
RELOC/tex/platex/pxjahyper/pxjahyper.sty
catalogue-contact-repository https://github.com/zr-tex8r/PXjahyper
catalogue-ctan /language/japanese/pxjahyper
catalogue-license mit
catalogue-topics japanese hyper
-catalogue-version 0.5a
+catalogue-version 0.6
name pxjodel
category Package
@@ -253138,7 +253179,7 @@ catalogue-version 1.0
name regexpatch
category Package
-revision 47601
+revision 56576
shortdesc High level patching of commands
relocated 1
longdesc The package generalises the macro patching commands provided by
@@ -253146,15 +253187,15 @@ longdesc P. Lehmann's etoolbox. The difference between this package and
longdesc its sibling xpatch is that this package sports a very powerful
longdesc \regexpatchcmd based on the l3regex module of the LaTeX3
longdesc experimental packages.
-containersize 3668
-containerchecksum ef1f12a2480834e447110945e685cea36a5e72abb462106bdc42b086cbbf0d0f9857429d1c5ec243eaba74ee39ce8af29a758f8741a6a7dae05f376786971ea4
-doccontainersize 529492
-doccontainerchecksum 6c6ee8769f2a602c4afa9e043daeb5151db1d5aa92732201f0d3c36d07cc754a9dcc09a15fb2cfe69527aa80633b26cc522bff0b696d774db933b6dd0c916369
+containersize 3676
+containerchecksum ef196f5a5087bb601ceaa9538d9a45d094c1e857f1f7f8fc29c6737981cc9b8e3c786e0030ef522e16c5fe3bd6d5afc03e966c88ea76bd8344bc2f3c38f5ba66
+doccontainersize 532200
+doccontainerchecksum ea2f036fc0aa00103e3ea2fd04e1115cc9d76e9431e317558021a479e7d5dbd67f0e35f7be817775ee3b7a2da5d1fec06f5b63ddb9b7908fad72ed43f2a4552e
docfiles size=132
RELOC/doc/latex/regexpatch/README details="Readme"
RELOC/doc/latex/regexpatch/regexpatch.pdf details="Package documentation"
-srccontainersize 12524
-srccontainerchecksum 596024cf733d8a0e51d632ed2b1c9d7ef7594636a46be04b80dcb6fcb6b5b4cb45c8e0fcaf8b6ad5c1dbffb2206eec8ef6c2eb20a2af59258edb72983169ecfd
+srccontainersize 12560
+srccontainerchecksum e2df59b0a41f0b2cf53b0b778201167192de37830d3705582d5b643389c753d8b94f0a5a073fb9206aa8f73e0369bbf7d3b17ca6c20d5aec09d5b236b3243892
srcfiles size=16
RELOC/source/latex/regexpatch/regexpatch.dtx
RELOC/source/latex/regexpatch/regexpatch.ins
@@ -253163,7 +253204,7 @@ runfiles size=7
catalogue-ctan /macros/latex/contrib/regexpatch
catalogue-license lppl1.3c
catalogue-topics macro-supp
-catalogue-version 0.2d
+catalogue-version 0.2e
name register
category Package
@@ -263788,7 +263829,7 @@ catalogue-version 0.302
name semantex
category Package
-revision 56529
+revision 56577
shortdesc Semantic, keyval-based mathematics
relocated 1
longdesc The SemanTeX package for LaTeX delivers a more semantic,
@@ -263805,11 +263846,11 @@ longdesc considered feature-complete and more or less stable, so using
longdesc it at this point should be safe. Still, suggestions, ideas, and
longdesc bug reports are more than welcome!
depend semtex
-containersize 23008
-containerchecksum 659936ca10c06ceacadc005bf75bf18c6fd46ac7a6de06d8b5889b8a03a5f2ad83b3671cf4b2bd0a65c91ff702b8d10dac7e9cdc9dd6931a678229b812d07e0e
-doccontainersize 383244
-doccontainerchecksum 59296d1fc69951ed9043b13d65e05efd6e6966ff9005119aa7d11c29db250e3e41d0424920cb5310ed9187a598a625767175f8e1d9ab4669e6314bfc7d06b196
-docfiles size=131
+containersize 22980
+containerchecksum 4abf573d228cc4c08d2ae01837a9e206c57eb30ce552f2bdfa4ac5df3fa573d8df608b651329c38bf00a5c6bc693f743debe34908b33d3024aa6c96356cf019d
+doccontainersize 344972
+doccontainerchecksum 873317b3f76153c28ecb86f7dca91cd1994a11c8b349b2b4db78bbc5e51d651d01306d5296b8fc89cf5e76d1da2a822b7e46d69719029ebd1f75af59e2578ae2
+docfiles size=121
RELOC/doc/latex/semantex/README.md details="Readme"
RELOC/doc/latex/semantex/semantex.pdf details="Package documentation"
RELOC/doc/latex/semantex/semantex.tex
@@ -263820,7 +263861,7 @@ runfiles size=59
catalogue-ctan /macros/latex/contrib/semantex
catalogue-license lppl1.3c
catalogue-topics maths expl3
-catalogue-version 0.45
+catalogue-version 0.46
name semantic
category Package
@@ -290669,15 +290710,15 @@ docfiles size=592
name texlive-docindex
category TLCore
-revision 56546
+revision 56564
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script for
longdesc the process.
containersize 388
-containerchecksum a5a53a4ecff749ba089e49acf52c9cfc3cfe2204cf1798bf32b5035bfd72363907fcb29fb54c535d30699b9f9303ccce875b08cd4f8764bafbde872c716af75e
-doccontainersize 169264
-doccontainerchecksum 71e851ceaa5a23825c561b9dcbe05987e15296ed0461afea4e207969f5b15d9c1adb7aa9235e5aa1c22f8ffd7f14a654eca1334c4cc99f183b7846301be0c7be
+containerchecksum ba3893972da553f6412451a4df2df4f22b08f71451438ea6a860055830fb69bd591fcaf92801d9aa9ab88c10b63cf4b011a0691e0d6410553096df3fe68340bf
+doccontainersize 169164
+doccontainerchecksum c9104276f8696b51d979411718ecc6381bd2c969974ab22ee272cf53452283b7389ebed751b7354f9205d374ec83f5528c03eec7a0d4d4aa7871caf0cbb3c115
docfiles size=335
doc.html
@@ -313326,28 +313367,6 @@ catalogue-ctan /macros/generic/upca
catalogue-license lppl
catalogue-topics barcode
-name updmap-map
-category Package
-revision 56371
-shortdesc auto-generated font map files
-relocated 1
-longdesc These map files are regenerated every time a new font is added.
-longdesc There is no need to rebuild formats or update binaries because
-longdesc of such updates, hence this separate package.
-containersize 314964
-containerchecksum 37212dcc5374a8cf162c3dbb1b8fd72038674f98ab109c536f82238c9278f53c5c7b86529991790ecb350392c86990415a11c7532f3f8e80b6ae8233396330f2
-runfiles size=8530
- RELOC/fonts/map/dvipdfmx/updmap/kanjix.map
- RELOC/fonts/map/dvips/updmap/builtin35.map
- RELOC/fonts/map/dvips/updmap/download35.map
- RELOC/fonts/map/dvips/updmap/ps2pk.map
- RELOC/fonts/map/dvips/updmap/psfonts.map
- RELOC/fonts/map/dvips/updmap/psfonts_pk.map
- RELOC/fonts/map/dvips/updmap/psfonts_t1.map
- RELOC/fonts/map/pdftex/updmap/pdftex.map
- RELOC/fonts/map/pdftex/updmap/pdftex_dl14.map
- RELOC/fonts/map/pdftex/updmap/pdftex_ndl14.map
-
name uplatex
category Package
revision 56548
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index ba63ea756b..708c7d7bc8 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-1b44f7ce23f25bdb420f33e1cf127840 texlive.tlpdb
+0906f2630014146107621cefbf9eb042 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 50a67fb196..a6251a4d71 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-0e6783dc1b01721eb49f83aed7ba30f1cdf064ab639557be62e1919a0da55f8c44e5ce58a8bd71d1eaf147201b555885578347be1d88aa2664d228ae2b9d63be texlive.tlpdb
+5e2dfb5100dc79c5748c704da6a6fde4c4343b9784ff13a9184865048940594b3b71b66e64b3a82d4010757eab7c5864511854b4186ab4c7cd26edca7487897e texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index ffdf1f6731..08b9f2f781 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-----
-iQEcBAEBCgAGBQJfe7KmAAoJEEzhh34ZQ4xwes8H/jUu4jM9jtcgZrUOBkvZcEMk
-2XrxeE1UfWVQqZU9ZbKVOL+XDH+2h+aEx1g99kuvM8spxeianh0KrkUogxLorbAu
-iE05xGyj6MzexoMouGrxL7m+ONVhT7W+dtgyuBXmK33QJB9eTU2opWRDcKGdCkCh
-HUfhrIMPfLefENFoWYIb9F0gQCxREDuuvhaLWEXgDC6nHjKL0PFmdIunIQBUKRu0
-vfQ44+ravBelGdTCbnMPBvGSB1apVbh+422eBGWo0Kmzmq9PW7kXZXq/PpsgSrWL
-UWh2X3f3j8MvnXIi3va5VPo1fGntuS6GpUifTD13CRIQRf2NOiIAoATiMd7HjOg=
-=AcLV
+iQEcBAEBCgAGBQJffQQJAAoJEEzhh34ZQ4xwD5gH/AtoqvIyxF4rCZ8/PAOte4Bc
+cB5coobMUJwbCz/yZ/3ipYG98E1DbIOWXfhoZy4DKWgHV8TtNFbr4moXYzmfmDR9
+mPTh9mrz+uYCga0XVTZ/4ZoC0wCp8aadPVuDTki49RMYvlxPj6P/h5F5OUvMhrCA
+xbY/7ppUHLr4bUyR7zBComrMZeqzF3DccUZdTwmirajnaqk+NNT8/kVigCSjN53u
+VWi0CSuVfZpvTCsYl6fP1ZViovv48t55BAQczMaafLGRmFkPhG5GU+Qwcz1AeZ3A
+ZwPxYW2TFtMwTLwSgJDIW45DA/aPbkBrLQ4rDvubI7p9slgrSSG3qu2L7Ulot/Y=
+=xRvS
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index f8f6e98ba4..2dd0a780a1 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 5e39962dea..3126921c93 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=1601929067
+date=1602015391
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=0d5a52f4d11296fbcf5e28c9fcbacaf6
+lstdigest=8d3adc37c0e4a84de114a5fc6cb7d9e5
numpkg=3983
relstate=next
-version=7583
+version=7584
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: gwt5AF3nIyRCratVq13AQmKr8LfK9zJXowW8R2acU7u/+Sm1l3oVFJMpkZ+VURgPLZXQ3iGIsTC+VWhy10yiL4es0hGToaoD5+3Vl9w6TJbEXsiD1rEta3XsbUEK5hyycCOPEBSAKOvJ9tnfhf3C432mQeZ1MyfmLjvhnBZXeCnHMYWnxuV9y43mw1d5yiSUSVz4z+3QHg9lFmmVtiRVNJo06RsFlG5KmUdpYLYb89R+vTDg2GuW57Vw5UZcHK3mzfxqp7ZckIva0drtHDHCmH5NXVwQbsnMzZVNm1N9ra/wklkSppldieojjXsmTA7Ihq/+IGI2rfPOS/uEAhLGLw==
+;;;; signature/miktex: ph606eN4OjYVT5t68Upzus5WPAzB/Ea2mM/KIzvzhA7CgJvjzU/w1ZiD3H51R6SmB/58vWQvCccJTFQx96Ajg3aX8pQu0NdUgnH85vEVZEp0HGlQXomXYY9wSIynFfJR0dlsfaqwWi8v1Oa0wIc5sEYwcrf+TZmljNHa1+fpI4VQXxn9PmNRKgbAZpVKEi8T5BFHNq3WLiD7W2F/OJVD3BUTtTFcL7cAbEWLo6i1iKaaTO35+9LzjKKEb2zBnhP1v1zTJW7vU8YYZ6/vyZwmggJNHpbh3P4RvrTGUf1s84DFMTbRrHgRph4l/tM4sxTBZ7EmqJLYDIynxHBBhMDeVg==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 0677597f83..c48cc49b5d 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1601928708
+date=1602015096
lastupd=animate circuitikz curve2e latex-firstaid lualatex-math memoir pxchfon revtex runcode tex4ht amsmath babel bxbase newtxsf nodetree semantex semtex acmart akshar algolrevived
-lstdigest=a1a7823bec8781f1d400bb4ccfd5c643
+lstdigest=ee49dc04ea6f188b2f30047a0ebf2854
numpkg=3983
relstate=stable
-version=7583
+version=7584
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: Hu55JPzjaM4pWBTvlkw77wR0TtqXar07JY91w96HEiO02bYBuxKcyFYP4YYrCzv3rVsOngNkjgH5K3hir+hlhhNEqt6PbEx/dymhodv0rU1rmJTN6N5IV9hO8PdhD+mWauqnRFkJPWsOCPuPGycgrCP3hbgNTjEd8xjOvlasBypiK8yC1aperHLI3GDY1gpWdu7Qkj2Hjw2Nc2AynBgJR0pfO/qKS1UaYgO1CDl0jJPPczhGUld74tpqTCu0AIeTE0A7zW9Cq2szjLfSiGWXMQm4Oalgi2yKWimy+Ju9zEmeLQ+1c5DosDjEEODxMc+kupwCqPeN1ObIL0JHGUOxOg==
+;;;; signature/miktex: DkBXE5mGCoH5eHThVVBhsnP9Jt5PpDnhqyRA70IFXOIt0VySe9F7yjUgXUY3jHHk8EmaRjzarrlxOI5O7qNBFk01cuWoYJMLHKpBrN1fNMEDOI5Qei0E0lYMOpda6/WQ5DvEIndh8PMP7yURujr9t3fHP+Y/9vIUzuOqSVt25f7uLSxH3VottZPzX21mcHhTQR6dd6pjz/33x1YFfNoQihqRF0mOErhk9QIf3Inpniwr1H1NoWUl2gm7gHgl6y7OSEXN5liAB0lRNt66mw11osbSc4jqb7dBC0XaF1/ylw1R1Cifh0Ki7wTKTHoTkV40jHmTb012DZFkhg/cDEorlw==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index f3715358cd..c0cb64e29a 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,35 @@
W32TeX (x86 & x64) ChangeLog
+[2020/10/06]
+(01) cjkzr.tar.xz
+ Update bxjscls.
+(02) dvipdfm-w32.tar.xz
+ Update dvipdfmx.dll (20201006).
+(03) latex.tar.xz
+ Update graphics-def.
+(04) ltxpkgs.tar.xz
+ Update etoolbox, l3kernel and l3packages.
+(05) luatexja.tar.xz
+ Update luatexja.
+(06) pdftex-w32.tar.xz
+ Update format files.
+(07) ptex-ng-w32.tar.xz
+ Update ptex-ng.exe and format files.
+(08) ptex-w32.tar.xz
+ Update format files.
+(09) tex4htk-w32.tar.xz
+ Update biblatex.4ht and polyglossia.4ht.
+(10) uptex-w32.tar.xz
+ Update format files and jsclasses.
+(11) xetex-w32.tar.xz
+ Update format files and dvipdfmx.dll (20201006).
+(12) win64/dvipdfm-w64.tar.xz
+ Update dvipdfmx.dll (20201006).
+(13) win64/ptex-ng-w64.tar.xz
+ Update ptex-ng.exe.
+(14) win64/xetex-w64.tar.xz
+ Update dvipdfmx.dll (20201006).
+
[2020/10/05]
(01) cjkzr.tar.xz
Update pxchfon.