summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-20 03:01:54 +0000
committerNorbert Preining <norbert@preining.info>2020-08-20 03:01:54 +0000
commite2dfc4cc8dc03d323073de46903005e3a9d12255 (patch)
tree283bcf119eff28b9f992e1005d38353626efcd2e /systems
parent75955a0dece2b1996d51d4f43ad5778cd6d5b4cc (diff)
CTAN sync 202008200301
Diffstat (limited to 'systems')
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/config.guess28
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl1
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb72
-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.xzbin2214112 -> 2214624 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/ChangeLog4
10 files changed, 71 insertions, 68 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess
index e94095c5fb..9aff91cfd0 100755
--- a/systems/texlive/tlnet/tlpkg/installer/config.guess
+++ b/systems/texlive/tlnet/tlpkg/installer/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-07-12'
+timestamp='2020-08-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
@@ -404,7 +404,7 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
# This test works for both compilers.
- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+ if test "$CC_FOR_BUILD" != no_compiler_found; then
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
@@ -544,10 +544,10 @@ EOF
AViiON:dgux:*:*)
# DG/UX returns AViiON for all architectures
UNAME_PROCESSOR=`/usr/bin/uname -p`
- if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ]
+ if test "$UNAME_PROCESSOR" = mc88100 || test "$UNAME_PROCESSOR" = mc88110
then
- if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \
- [ "$TARGET_BINARY_INTERFACE"x = x ]
+ if test "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx || \
+ test "$TARGET_BINARY_INTERFACE"x = x
then
echo m88k-dg-dgux"$UNAME_RELEASE"
else
@@ -580,7 +580,7 @@ EOF
echo i386-ibm-aix
exit ;;
ia64:AIX:*:*)
- if [ -x /usr/bin/oslevel ] ; then
+ if test -x /usr/bin/oslevel ; then
IBM_REV=`/usr/bin/oslevel`
else
IBM_REV="$UNAME_VERSION.$UNAME_RELEASE"
@@ -620,7 +620,7 @@ EOF
else
IBM_ARCH=powerpc
fi
- if [ -x /usr/bin/lslpp ] ; then
+ if test -x /usr/bin/lslpp ; then
IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
else
@@ -655,7 +655,7 @@ EOF
9000/31?) HP_ARCH=m68000 ;;
9000/[34]??) HP_ARCH=m68k ;;
9000/[678][0-9][0-9])
- if [ -x /usr/bin/getconf ]; then
+ if test -x /usr/bin/getconf; then
sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
case "$sc_cpu_version" in
@@ -669,7 +669,7 @@ EOF
esac ;;
esac
fi
- if [ "$HP_ARCH" = "" ]; then
+ if test "$HP_ARCH" = ""; then
set_cc_for_build
sed 's/^ //' << EOF > "$dummy.c"
@@ -708,7 +708,7 @@ EOF
test -z "$HP_ARCH" && HP_ARCH=hppa
fi ;;
esac
- if [ "$HP_ARCH" = hppa2.0w ]
+ if test "$HP_ARCH" = hppa2.0w
then
set_cc_for_build
@@ -782,7 +782,7 @@ EOF
echo hppa1.0-hp-osf
exit ;;
i*86:OSF1:*:*)
- if [ -x /usr/sbin/sysversion ] ; then
+ if test -x /usr/sbin/sysversion ; then
echo "$UNAME_MACHINE"-unknown-osf1mk
else
echo "$UNAME_MACHINE"-unknown-osf1
@@ -1097,7 +1097,7 @@ EOF
x86_64:Linux:*:*)
set_cc_for_build
LIBCABI=$LIBC
- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+ if test "$CC_FOR_BUILD" != no_compiler_found; then
if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_X32 >/dev/null
@@ -1294,7 +1294,7 @@ EOF
echo mips-sony-newsos6
exit ;;
R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
- if [ -d /usr/nec ]; then
+ if test -d /usr/nec; then
echo mips-nec-sysv"$UNAME_RELEASE"
else
echo mips-unknown-sysv"$UNAME_RELEASE"
@@ -1359,7 +1359,7 @@ EOF
else
set_cc_for_build
fi
- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+ if test "$CC_FOR_BUILD" != no_compiler_found; then
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index ebc708cad4..a0fd1ef81a 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -84,7 +84,6 @@ $mirrors = {
'http://ctan.mines-albi.fr/' => 1,
'http://mirrors.standaloneinstaller.com/ctan/' => 1,
'https://ctan.crest.fr/tex-archive/' => 1,
- 'https://ctan.gutenberg.eu.org/' => 1,
'https://ctan.tetaneutral.net/' => 1,
'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1,
'https://mirror.ibcp.fr/pub/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index daeec6b302..48711c87c2 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,7 +26,7 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2020
-depend revision/56129
+depend revision/56137
name 00texlive.image
category TLCore
@@ -4243,7 +4243,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 56124
+revision 56131
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
@@ -32213,15 +32213,15 @@ catalogue-version 0.2
name beebe
category Package
-revision 56128
+revision 56137
catalogue biblio
shortdesc A collection of bibliographies
relocated 1
longdesc A collection of BibTeX bibliographies on TeX-related topics
longdesc (including, for example, spell-checking and SGML). Each
longdesc includes a LaTeX wrapper file to typeset the bibliography.
-containersize 867904
-containerchecksum 462d647d9c3ca3832b7a226c5407f3211972a3c5f5288c4bf1c4b0e45ae6f5b4de100bd7a2714dc9febed74a0a1449bb60d3a8ec7d8e7611a99922d3f56be913
+containersize 867988
+containerchecksum aaeea4d5971db1d74510df3e9df2cab1f4d613dd831e8c46990aa2af8663d30225ac0b3e9d5562fd69cae6a7a216cd6827ef7d98fb3acac9a4e9fa5195812544
runfiles size=2157
RELOC/bibtex/bib/beebe/epodd.bib
RELOC/bibtex/bib/beebe/font.bib
@@ -35996,17 +35996,17 @@ catalogue-version 0.4
name biblatex-jura2
category Package
-revision 53243
+revision 56133
shortdesc Citation style for the German legal profession
relocated 1
longdesc The package offers BibLaTeX support for citations in German
longdesc legal texts. This is a style that, unlike other styles in 2019,
longdesc actually works with modern TeX distributions.
-containersize 4396
-containerchecksum a47d1cabf771d3b90ffa1c00e354cf1440c0ca6b0e36ea3d92e0fb37aed003ae457fc446fe5e739b513c0d1e39dde09109fe377ad60e5ca074e8ce64d64026b4
-doccontainersize 371104
-doccontainerchecksum f6cef0f752daa994751089f63b2e8948423b3644e3f1e49aed6bae05b9a36e5ea8f614a34a3c7cfdf81e0b8262105d25b436efb17e7cbe09bcd8d0a423c0943b
-docfiles size=102
+containersize 4448
+containerchecksum f3714f1348624129cd2342dafc622c8170085c2210012f7e4580d3dfbfd79a4c695f5888868a79412712818c709d5fa76deb6838303d6e5321f7f4932ce29f4c
+doccontainersize 370720
+doccontainerchecksum 40adafe11ded9b2f339c4417ebba767a1571b58b052fe7712082a9ce1147d0d2af9f84736c11d36c1eedc3b7c07b004fbd9ed2a8e08f02520bf0ad2024146ead
+docfiles size=103
RELOC/doc/latex/biblatex-jura2/README.md details="Readme"
RELOC/doc/latex/biblatex-jura2/biblatex-jura2.tex
RELOC/doc/latex/biblatex-jura2/biblatex_jura2.pdf details="Package documentation" language="de"
@@ -36018,7 +36018,7 @@ catalogue-also biblatex-jura biblatex-juradiss
catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-jura2
catalogue-license lppl1.3c
catalogue-topics legal biblatex
-catalogue-version 0.3
+catalogue-version 0.4
name biblatex-juradiss
category Package
@@ -251185,7 +251185,7 @@ catalogue-version 1.0h
name reledmac
category Package
-revision 55777
+revision 56134
shortdesc Typeset scholarly editions
relocated 1
longdesc A package for typesetting scholarly critical editions,
@@ -251194,11 +251194,11 @@ longdesc itself was a LaTeX port of the plain TeX EDMAC macros. The
longdesc package supports indexing by page and by line numbers, and
longdesc simple tabular- and array-style environments. The package is
longdesc distributed with the related reledpar package.
-containersize 54032
-containerchecksum c8096417756ea5f0204d7c2be4817fa41dca8d2bc8792270c2a91fd0f2a40e75791a9fc1e79a134cf46166bb297c7354576bd0a7689a8c562fd242744a019a7a
-doccontainersize 8679968
-doccontainerchecksum 18c55fb0d671787998c9a321e8b4c578aa78ec876227ccd30c83597b34a0b9ae30164466bd6737d47dc7a9157455237e40d2859971fb79cab55cc400118b1325
-docfiles size=2599
+containersize 54064
+containerchecksum 104a401797afa9bec2b8f304f92a8bc33999db21d0901433f424751fdc0ef9ae34eeef6f5b2d9807764e39eb9317133f130522676dac901a96c87a50ed0fd827
+doccontainersize 8682420
+doccontainerchecksum ceb791f8a9398098da5695fbe3862a1eb02b1a61228d73481bdb4942dab7a1d6f88790ef08a0ff3eaeda692a3d4c1b0b2eebe665796a20a225cef493a60c955e
+docfiles size=2600
RELOC/doc/latex/reledmac/README.md details="Readme"
RELOC/doc/latex/reledmac/doc-include/migrate-mac.dtx
RELOC/doc/latex/reledmac/doc-include/migrate-par.dtx
@@ -251304,8 +251304,8 @@ docfiles size=2599
RELOC/doc/latex/reledmac/migration.pdf
RELOC/doc/latex/reledmac/reledmac.pdf details="Package documentation"
RELOC/doc/latex/reledmac/reledpar.pdf
-srccontainersize 206020
-srccontainerchecksum e57b705b5e70255633c1b4c49fe7cbf97ba6f80a3a3330bb6b656dce660c59001eb13f4ee39905e539ba0fad66ce6e485d423343e2fab0495c02421875bb5649
+srccontainersize 206164
+srccontainerchecksum 4e414aae869b3c9e68090275461be7737d589a469e637e09bfcab6b39fda4e5fc99f4dc7c8c510f7f3987b3bb64afd13fac586b42da00935d9c4946215cfdcd1
srcfiles size=293
RELOC/source/latex/reledmac/migration.dtx
RELOC/source/latex/reledmac/reledmac.dtx
@@ -251322,7 +251322,7 @@ catalogue-contact-support http://geekographie.maieul.net/146
catalogue-ctan /macros/latex/contrib/reledmac
catalogue-license lppl1.3
catalogue-topics crit-ed
-catalogue-version 2.34.2
+catalogue-version 2.34.3
name relenc
category Package
@@ -275521,7 +275521,7 @@ catalogue-version 0.2
name tasks
category Package
-revision 55117
+revision 56135
shortdesc Horizontally columned lists
relocated 1
longdesc The reason for the creation of the tasks environment was an
@@ -275529,11 +275529,11 @@ longdesc unwritten agreement in German maths textbooks (especially
longdesc (junior) high school textbooks) to organize exercises in
longdesc columns counting horizontally rather than vertically. This is
longdesc what the tasks package helps to achieve.
-containersize 7296
-containerchecksum 3a10370fa5d04f34b781c922bbd21302a57450915d180db05c32ff20caf90aebc5769485ed448a1a7d487b3e5960da20a38f53409c8d80506dabd2171dfe287d
-doccontainersize 469312
-doccontainerchecksum e7946bc7f77af943183c76983d2fea86a2c9242f08d73a6629b1da36a230670e023e00617d590e2dc32d517e64ffdeb2621471651bb51add585c6e531fa26024
-docfiles size=120
+containersize 7408
+containerchecksum bf65117eeb485d1daeabfb4b8151155b8f488ce388acc1edfc2546f6f04bbc9a111c2d59b3588222214bda526155a90682e41b7cba136e32d5c31ef7b166b6d1
+doccontainersize 480676
+doccontainerchecksum bf7c7bbad0eb775bc0dc3de579dd01d948f94a0b79164b7315d587eebb92bac2230cc069ca5f79b0190f0a86e8b5b064a718ba175ba3330f615805202729d28d
+docfiles size=123
RELOC/doc/latex/tasks/README details="Readme"
RELOC/doc/latex/tasks/tasks-manual.pdf details="Package documentation"
RELOC/doc/latex/tasks/tasks-manual.tex
@@ -275545,7 +275545,7 @@ catalogue-contact-repository https://github.com/cgnieder/tasks/
catalogue-ctan /macros/latex/contrib/tasks
catalogue-license lppl1.3
catalogue-topics list list-enum expl3
-catalogue-version 1.2b
+catalogue-version 1.3
name tcldoc
category Package
@@ -278783,7 +278783,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 55995
+revision 56136
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
@@ -278798,10 +278798,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 880032
-containerchecksum 8271029c81250faef537b110127f2ab46fe4c0cb27f26077aedd7a3afb8143e0e596e96d882c6572cac44df4ac15bc7969d8caea4d351cb77bb97963e02c97c6
+containersize 879928
+containerchecksum 916e47d3c075eb8b9fa018450ea2b3b28e8a35b03cac386a9ce26de9fff9fc318b19dac3a64f90d789cf7ee0d4e3fed9e55f5dfe09abbc6bd71d4c02ac684844
doccontainersize 135724
-doccontainerchecksum f358ec0e522ac173333c8a6519666cfc0229f926e672946c565effc7a43457b2baaf194a669df36e02458b9b331ec1e5ab16077422d6e98e6003aa7af9fd808d
+doccontainerchecksum e0152f3aa32d90f682deb15b7a0016d3601c9da5e6b4187267147d8070b142277f503e6645376f52a16ce99b36ff5da33964f89e7804257b68135886cc5bab86
docfiles size=258
texmf-dist/doc/generic/tex4ht/Makefile
texmf-dist/doc/generic/tex4ht/TeX4ht-doc.tex
@@ -287349,7 +287349,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 56124
+revision 56131
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.
@@ -287357,10 +287357,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 132016
-containerchecksum bea5181c275436627bf2681cc2df5c62f5fb6feb1b79a3624d9a3d51513139716c0ae5640341f7177ba9058d3c27a14dea77295805c82cb2fde32c99c6992887
+containersize 131988
+containerchecksum 05ab982d331b367642feb7c9c3db3eb066c0033bdfde76d8aef03becb0d356b20f1f645c6da80ad42bf60411aa8060c8da0f01ea8a0f77a46efe77c5c1be6dfa
doccontainersize 218656
-doccontainerchecksum bc73269fecedb500dd9e8a2982c8e9eb72af78f86b38fd23daacea6559da4bb5b9dcbb91b8c0fda9622abbf77665b53b8cda2168be7157e490bb9ff9dbd0a749
+doccontainerchecksum 140f60521257e2f4a04aa8224e62b3ed8baed67b478f32bb4efa4edaaef2831b89b25558969e72877abc81be2a0fd4ab531eb7a7966ebef6c1ff53e37d5812bf
docfiles size=141
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 d55af90603..2c0d211c18 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-25a492b01e748140063a2304e6e23712 texlive.tlpdb
+40f8e9be719fd5a65b2e94d82795dc13 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 4f27a18948..8c70bf366b 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-8e84b569dfc25b767dcb6a154311323c8ba488b63228e43c21419e2eeb2b7cedce75ee82f0ed57da06cbd5bf3cfeaf294377ca212e934d56460c38da0d04e8df texlive.tlpdb
+496c34b199b5f4844095f5fbbb5eedf83f804ac2bbf861038f9240d8cae69ac592e579e690995c751c65184ad1d6454088aa4f40f5eae6221797e07dc34f3f71 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 62658246c0..b50d4d53d4 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-----
-iQEbBAEBCgAGBQJfPGrHAAoJEEzhh34ZQ4xwF5EH+K0k2s30+KkgMLosD8/u0Rjs
-jJACaqr/f3xjDJKrl4yd1WRFc8nr/yu1vRRduHhFIEEAfVQj5abcjO9MErCvRmZQ
-1TsIOR9WmFvpHNE+aGir16IFt8A1YcBchEWPdHJ9SB/F64Ed0ILEavG+RKhTmcxa
-qepU9CKV/PK4yDSckJWGiv+jUQvvoz6JmQKRsp4lVE3PD/puiaWgAMTpHhsUesQH
-pmdGJJqVtq+f/dfXzmjfyPBmsAH50lI0ITnR3/1F1kA5uY5sfCVQDZjRq/18uY5S
-9brvYWDjLzuzaEDWjPrH5HEB70MljV8jmJ0CqRiPNRzRy0PIqps0kgY5IIUcyw==
-=jLLQ
+iQEcBAEBCgAGBQJfPbxdAAoJEEzhh34ZQ4xwcxUH/2Tt1fyKuicaOVDuA/8DoMvL
+zknXMP1g9r7sxBTjsfN0DZSiv1n26aUqh38pvHXVZLqcgQdKNMJFjUfcIhBItCiA
+g+JB22e6JEHyNeuaohe6VCfhd6HO6w8gGcJvMZT9bjdFlEYEcVMDFi3eYIwPR1uh
+0zp6OW6CSUM/zVEZK/StTd0Ds4jHdREih7FG+MSMSpDlTdpKjPUyAl0mHn7dUReW
+cc7wx2RiENb/N4zYwOBsLhro9ltn9siCpncxddlcS94YzgjbY8S4LEkJ826L+D3Z
+02li695BUXTTyxsJIeWpGvsIlfyjlT+lNfIhp8k9ExAfRGZqSbkvsi+9MJ915dw=
+=2kpZ
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index f5c0af82e2..c16cd1137a 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 ffe0277549..051b01564e 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=1597781708
+date=1597868180
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=59aace8de3b3300eb38004c57e379ce1
+lstdigest=60cf0c8fb9eeacb295164c631c8b55ae
numpkg=3963
relstate=next
-version=7535
+version=7536
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: urJ42MV/m+8JESJ3JHfL9IKKxDWrnuA++91/6PlhlDARGWoBi5vmgyacXM6i9nbBASed0UR8Ek5QCniI61HSLB5MAwaYtW/uqMYxd7KzWiZr/Ye9pLbO0l+kMkDyuWU2EEfyf5AAy6tqQksQFa4EEU6Sg+nT63IL+YuZ3abLXQVLTh/X2SF/rCFHf/QRVal+tDcVAmxdFEJhfuV9T2QTQ8FiCP7j25yOVu+iSTRW1GGflnXoFdcmOBQoacEDKxAhUYIahMX2v7tP9PeMrjwEXnOP9EMTtsm5QtQYjWBstwo+YiAkwGo8Ug8j3a2YokUELFYHqFrIUmwrwXrf5Bg+ZA==
+;;;; signature/miktex: FBbFs3r/36xRt3nhu1iXPpo/HLzeOM7mr4Zt3FNTOcOQJoGd1pzxHSuyuZ7Pyu5RJMj5qOb13PKUAbV1GCD86BEfnztJapmkmXFq+GAt+OkN01/cpftoDvgbocsl8Qsi48ezEQfcsPTOQ6rptJ0soVj4xa7XfhZzwiI5h5kR6d/VH6CdSt5YpUUCUCbB5loOBseP+DwmvqNmrnhZS1Cycmug8CyH9rKAi96xSIXwz/OOYclUkXq2olMWMo+CCM05nr4iJWe0bHYubVO9lWyexLJfI+3xSDb+MlUmWQBwLfFw3bWiNZMoBbpYwhr+CiM80ltQbOimpJJP6oLl2tGGSw==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index fffe1efa8a..9f8e572f2c 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1597781466
+date=1597867925
lastupd=academicons acmart algpseudocodex apa7 asmeconf beamerauxtheme biblatex-ext chhaya ekdosis expkv-opt fontsetup frpseudocode hopatch logix luaprogtable marathi mcf2graph newcomputermodern oberdiek overlock
-lstdigest=db43d366a7b5463c34201398de847f9c
+lstdigest=fbea06e07710ce09696323cbd09467d7
numpkg=3963
relstate=stable
-version=7535
+version=7536
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: lH0EjcHGrxb5EFWcTLsLfa31u10iFRk9r4jZ6dn640bfboXFWnQAySZhWL95a2MQ83zfX6z0+mYV8yi/WVvUvXgKMuZP8sDQYaTNk7c8EumytK5BKC2tk/whBDS1R+YwrpEzyUHCQIZTNaUhpIduc8QVrff1zn2sJK4ghdoC4VQOCryCa2yxs05PqhxVJ366saliWXmNJu8GCZXhMIJZmFFxrqp/e2reC39ISuyMF28YBDLPewyzD4A0XXGTkJ5HOIRFMOdQdDRyZt0dopQBf5UNvRKp1mWaoScNRcSqxqIHGuYDe1utUOc8ix98Mt98iBesARi74F3w2P/o9IAAfg==
+;;;; signature/miktex: c/StNP5IgovCQSPULvSx0hV5N6g7myI9O4idNm6tXXfbda4NlDZAAujgidYO+1ugoxggGB9snLhsR7AHxmyJUrrGXvpXsKnQ0TbT30/itX02CscItaCNJjZuwmMoEU17DMJik8755Rk7F8LUt7b5YasGaY05KGMRGRNv8tIWNPsjKahkB6TL+7+HFIFudiLmIlQo2qFgnmiaMGu5Y5AclpUebIzwcIc7XeZg2egnpu/0rA5o9f5hZj8/ICECAd6PNG9NFl1jbAJ8TbWFlU8S+ISWh+7JbXlNzGLtTWrN5hnbaGR/FZeoLj/oPVgo0GCwGP3GE8MoZJK2VXruRG7PlA==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 19837c1e0e..91a58ca5ab 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,9 @@
W32TeX (x86 & x64) ChangeLog
+[2020/08/19]
+(01) ltxpkgs.tar.xz
+ Update todonotes.
+
[2020/08/16]
(01) dvipdfm-w32.tar.xz
Update dvipdfmx.dll (20200816).