summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-23 03:00:54 +0000
committerNorbert Preining <norbert@preining.info>2021-12-23 03:00:54 +0000
commitefa3a013f699c533896b44e4fcb74c730e94ad34 (patch)
tree33ca0df069302a84b2b4ad8f53447960ae33bb9b /systems
parent9105ca38c03b7a88ed0c306472d9560cc5f206bd (diff)
CTAN sync 202112230300
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm23
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm21
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm8
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPaper.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLTREE.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm10
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl1
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb169
-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.xzbin2333032 -> 2332840 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
17 files changed, 172 insertions, 124 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm
index 94c5b38685..1e22f354d4 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm
@@ -1,15 +1,17 @@
-# $Id: TLDownload.pm 59224 2021-05-16 16:50:31Z karl $
+# $Id: TLDownload.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLDownload.pm - module for abstracting the download modes
# Copyright 2009-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
+use strict; use warnings;
+
package TeXLive::TLDownload;
use TeXLive::TLUtils;
use TeXLive::TLConfig;
-my $svnrev = '$Revision: 59224 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm
index ace3bbb360..28586eaff2 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm
@@ -1,12 +1,13 @@
-# $Id: TLPDB.pm 59225 2021-05-16 17:41:12Z karl $
+# $Id: TLPDB.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLPDB.pm - tlpdb plain text database files.
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
+use strict; use warnings;
package TeXLive::TLPDB;
-my $svnrev = '$Revision: 59225 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -281,6 +282,7 @@ sub from_file {
my $is_verified = 0;
# do media detection
my $rootpath = $self->root;
+ my $media;
if ($rootpath =~ m,https?://|ftp://,) {
$media = 'NET';
} elsif ($rootpath =~ m,$TeXLive::TLUtils::SshURIRegex,) {
@@ -423,7 +425,7 @@ sub writeout {
tlwarn("TLPDB: cannot writeout a virtual tlpdb\n");
return 0;
}
- my $fd = (@_ ? $_[0] : STDOUT);
+ my $fd = (@_ ? $_[0] : *STDOUT);
foreach (sort keys %{$self->{'tlps'}}) {
TeXLive::TLUtils::dddebug("writeout: tlpname=$_ ",
$self->{'tlps'}{$_}->name, "\n");
@@ -990,7 +992,7 @@ available architectures as packages with revision number -1.
sub generate_packagelist {
my $self = shift;
- my $fd = (@_ ? $_[0] : STDOUT);
+ my $fd = (@_ ? $_[0] : *STDOUT);
foreach (sort $self->list_packages) {
print $fd $self->get_package($_)->name, " ",
$self->get_package($_)->revision, "\n";
@@ -1017,7 +1019,7 @@ sub generate_listfiles {
$destdir = TeXLive::TLPDB->listdir;
}
foreach (sort $self->list_package) {
- $tlp = $self->get_package($_);
+ my $tlp = $self->get_package($_);
$self->_generate_listfile($tlp, $destdir);
}
}
@@ -1465,7 +1467,7 @@ sub sizes_of_packages_with_deps {
sub _sizes_of_packages {
my ($self, $with_deps, $opt_src, $opt_doc, $arch_list_ref, @packs) = @_;
@packs || ( @packs = $self->list_packages() );
- my @expacks;
+ my @exppacks;
if ($with_deps) {
# don't expand collection->collection dependencies
#@exppacks = $self->expand_dependencies('-no-collections', $self, @packs);
@@ -1623,7 +1625,8 @@ sub install_package_files {
my ($tlpobjfile, $anotherfile) = <$tmpdir/tlpkg/tlpobj/*.tlpobj>;
if (defined($anotherfile)) {
# we found several tlpobj files, that is not allowed, stop
- tlwarn("TLPDB::install_package_files: several tlpobj files in $what in tlpkg/tlpobj/, stopping!\n");
+ tlwarn("TLPDB::install_package_files: several tlpobj files "
+ . "($tlpobjfile, $anotherfile) in tlpkg/tlpobj/, stopping!\n");
next;
}
# - read the tlpobj from there
@@ -1651,8 +1654,10 @@ sub install_package_files {
@installfiles = map { s!^$RelocPrefix/!!; $_; } @installfiles;
# if the first argument of _install_data is scalar, it is the
# place from where files should be installed
- if (!_install_data ($tmpdir, \@installfiles, $reloc, \@installfiles, $self)) {
- tlwarn("TLPDB::install_package_files: couldn't install $what!\n");
+ if (!_install_data ($tmpdir, \@installfiles, $reloc, \@installfiles,
+ $self)) {
+ tlwarn("TLPDB::install_package_files: couldn't install_data files: "
+ . "@installfiles\n");
next;
}
if ($reloc) {
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm
index 61430c98dd..894dcb9702 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPOBJ.pm
@@ -1,12 +1,14 @@
-# $Id: TLPOBJ.pm 59226 2021-05-16 18:22:05Z karl $
+# $Id: TLPOBJ.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLPOBJ.pm - module for using tlpobj files
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
+use strict; use warnings;
+
package TeXLive::TLPOBJ;
-my $svnrev = '$Revision: 59226 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -249,7 +251,7 @@ sub _recompute_size {
if ($type eq "bin") {
my %binfiles = %{$self->{'binfiles'}};
if (defined($binfiles{$arch})) {
- foreach $f (@{$binfiles{$arch}}) {
+ foreach my $f (@{$binfiles{$arch}}) {
my $s = $tltree->size_of($f);
$nrivblocks += int($s/$TeXLive::TLConfig::BlockSize);
$nrivblocks++ if (($s%$TeXLive::TLConfig::BlockSize) > 0);
@@ -257,7 +259,7 @@ sub _recompute_size {
}
} else {
if (defined($self->{"${type}files"}) && (@{$self->{"${type}files"}})) {
- foreach $f (@{$self->{"${type}files"}}) {
+ foreach my $f (@{$self->{"${type}files"}}) {
my $s = $tltree->size_of($f);
if (defined($s)) {
$nrivblocks += int($s/$TeXLive::TLConfig::BlockSize);
@@ -273,7 +275,7 @@ sub _recompute_size {
sub writeout {
my $self = shift;
- my $fd = (@_ ? $_[0] : STDOUT);
+ my $fd = (@_ ? $_[0] : *STDOUT);
print $fd "name ", $self->name, "\n";
print $fd "category ", $self->category, "\n";
defined($self->{'revision'}) && print $fd "revision $self->{'revision'}\n";
@@ -377,7 +379,7 @@ sub writeout {
sub writeout_simple {
my $self = shift;
- my $fd = (@_ ? $_[0] : STDOUT);
+ my $fd = (@_ ? $_[0] : *STDOUT);
print $fd "name ", $self->name, "\n";
print $fd "category ", $self->category, "\n";
if (defined($self->{'depends'})) {
@@ -633,9 +635,8 @@ sub make_container {
$selfcopy->writeout(\*TMP);
close(TMP);
push(@files, "$tlpobjdir/$self->{'name'}.tlpobj");
- # Switch to versioned containers
- # $tarname = "$containername.tar";
- $tarname = "$containername.r" . $self->revision . ".tar";
+ # versioned containers
+ my $tarname = "$containername.r" . $self->revision . ".tar";
my $unversionedtar;
$unversionedtar = "$containername.tar" if (! $user);
@@ -1134,6 +1135,8 @@ sub updmap_cfg_lines {
}
+our @disabled; # global, should handle differently ...
+
sub language_dat_lines {
my $self = shift;
local @disabled = @_; # we use @disabled in the nested sub
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
index 6ba65f0fc3..17c2322c27 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
@@ -1,9 +1,11 @@
-# $Id: TLPSRC.pm 59226 2021-05-16 18:22:05Z karl $
+# $Id: TLPSRC.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLPSRC.pm - module for handling tlpsrc files
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
+use strict; use warnings;
+
package TeXLive::TLPSRC;
use FileHandle;
@@ -12,7 +14,7 @@ use TeXLive::TLUtils;
use TeXLive::TLPOBJ;
use TeXLive::TLTREE;
-my $svnrev = '$Revision: 59226 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -263,7 +265,7 @@ sub from_file {
sub writeout {
my $self = shift;
- my $fd = (@_ ? $_[0] : STDOUT);
+ my $fd = (@_ ? $_[0] : *STDOUT);
format_name $fd "multilineformat"; # format defined in TLPOBJ, and $:
$fd->format_lines_per_page (99999); # no pages in this format
print $fd "name ", $self->name, "\n";
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPaper.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPaper.pm
index 548fd87909..09136b54a0 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPaper.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPaper.pm
@@ -1,12 +1,14 @@
-# $Id: TLPaper.pm 59224 2021-05-16 16:50:31Z karl $
+# $Id: TLPaper.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLPaper.pm - query/modify paper sizes for our various programs
# Copyright 2008-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
+use strict; use warnings;
+
package TeXLive::TLPaper;
-my $svnrev = '$Revision: 59224 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLTREE.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLTREE.pm
index 462176c21d..674bab2dca 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLTREE.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLTREE.pm
@@ -1,12 +1,14 @@
-# $Id: TLTREE.pm 59226 2021-05-16 18:22:05Z karl $
+# $Id: TLTREE.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLTREE.pm - work with the tree of all files
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
+use strict; use warnings;
+
package TeXLive::TLTREE;
-my $svnrev = '$Revision: 59226 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 6c0eae7122..e73d1d54f2 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 61225 2021-12-05 23:21:54Z karl $
+# $Id: TLUtils.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2021 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@ use strict; use warnings;
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 61225 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -2666,7 +2666,7 @@ END_COMPRESSOR_BAD
if ($::opt_verbosity >= 2) {
require Data::Dumper;
# avoid spurious "used only once" warnings due to require
- # (warnings restored at end of scope):
+ # (warnings restored at end of scope). https://perlmonks.org/?node_id=3333
no warnings 'once';
local $Data::Dumper::Sortkeys = 1; # stable output
local $Data::Dumper::Purity = 1; # reconstruct recursive structures
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm
index 0418dc12e0..5b0ca5b384 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm
@@ -1,4 +1,4 @@
-# $Id: TLWinGoo.pm 59225 2021-05-16 17:41:12Z karl $
+# $Id: TLWinGoo.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TLWinGoo.pm - Windows goop.
# Copyright 2008-2021 Siep Kroonenberg, Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -9,9 +9,11 @@
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
+#use strict; use warnings; notyet
+
package TeXLive::TLWinGoo;
-my $svnrev = '$Revision: 59225 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -86,7 +88,7 @@ All exported functions return forward slashes.
BEGIN {
use Exporter;
- use vars qw( @ISA @EXPORT $Registry);
+ use vars qw( @ISA @EXPORT @EXPORT_OK $Registry);
@ISA = qw( Exporter );
@EXPORT = qw(
&is_ten
@@ -343,7 +345,7 @@ sub is_a_texdir {
$sr =~ s/\\/\//g;
$sr = $sr . '/' unless $sr =~ m!/$!;
return 0 if index($d, $sr)==0;
- foreach $p (qw(luatex.exe mktexlsr.exe pdftex.exe tex.exe xetex.exe)) {
+ foreach my $p (qw(luatex.exe mktexlsr.exe pdftex.exe tex.exe xetex.exe)) {
return 1 if (-e $d.$p);
}
return 0;
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
index ccf66b1d07..cc0e1ff500 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
@@ -1,4 +1,4 @@
-# $Id: TeXCatalogue.pm 59226 2021-05-16 18:22:05Z karl $
+# $Id: TeXCatalogue.pm 61372 2021-12-21 22:46:16Z karl $
# TeXLive::TeXCatalogue - module for accessing the TeX Catalogue
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -6,6 +6,8 @@
#
# Loads of code adapted from the catalogue checking script of Robin Fairbairns.
+use strict; use warnings;
+
use XML::Parser;
use XML::XPath;
use XML::XPath::XMLParser;
@@ -13,7 +15,7 @@ use Text::Unidecode;
package TeXLive::TeXCatalogue::Entry;
-my $svnrev = '$Revision: 59226 $';
+my $svnrev = '$Revision: 61372 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index e0aa6bb5fb..8b7e909554 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -45,6 +45,7 @@ $mirrors = {
'https://cran.asia/tex/' => 1,
'https://ftp.harukasan.org/CTAN/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
+ 'https://mirror.kakao.com/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
'https://mirror.yongbok.net/ctan/' => 1,
},
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index d579fe00d0..715aba6ff6 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2021
-depend revision/61362
+depend revision/61373
name 00texlive.image
category TLCore
-revision 61361
+revision 61371
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
@@ -565,6 +565,7 @@ runfiles size=12497
tlpkg/tlpsrc/automata.tlpsrc
tlpkg/tlpsrc/autonum.tlpsrc
tlpkg/tlpsrc/autopdf.tlpsrc
+ tlpkg/tlpsrc/autopuncitems.tlpsrc
tlpkg/tlpsrc/autosp.tlpsrc
tlpkg/tlpsrc/auxhook.tlpsrc
tlpkg/tlpsrc/avantgar.tlpsrc
@@ -4498,7 +4499,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 61351
+revision 61364
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
@@ -20794,7 +20795,7 @@ catalogue-version 1.0
name arara
category Package
-revision 61305
+revision 61370
shortdesc Automation of LaTeX compilation
longdesc Arara is comparable with other well-known compilation tools
longdesc like latexmk and rubber. The key difference is that arara
@@ -20802,10 +20803,10 @@ longdesc determines its actions from metadata in the source code, rather
longdesc than relying on indirect resources, such as log file analysis.
longdesc Arara requires a Java virtual machine.
depend arara.ARCH
-containersize 10596116
-containerchecksum 75bae568189d3924c76845da41ea4cc0d943623e14946f9dfc11ec63425fbbcba31fc7301254e2e1c4ec81f42b48d380a77f23382696a94f090704e8275ea752
-doccontainersize 2058772
-doccontainerchecksum 4b325460551b351f1ce0d5dcf6528d41c9c2f87cdd1b2b82c4f977ce4521cb53b06d97e9b169195db9ece06bac0fbe84782cccf8822bf7d2c54b728778fcfba2
+containersize 10603980
+containerchecksum 2d32be197013bd1280c5bd1475847e653f29549c2776b3cbd353796a0c2eb86a08dadaa80b69f7c40a68a5670b69e33ca44e4c0a468f84b336a06959f2c05a11
+doccontainersize 2055584
+doccontainerchecksum 82218fa054ba54b2e3a33f85c236970a42495d3948a89e0385110679aef541b4cdeb33f05cf1813a83d3218e83ebbec4176ad5ef006100d23b444f749c19b70c
docfiles size=836
texmf-dist/doc/man/man1/arara.1
texmf-dist/doc/man/man1/arara.man1.pdf
@@ -20844,11 +20845,11 @@ docfiles size=836
texmf-dist/doc/support/arara/rules/manual.yaml
texmf-dist/doc/support/arara/rules/quickstart.yaml
texmf-dist/doc/support/arara/version.tex
-srccontainersize 100292
-srccontainerchecksum c436b833e07065327519def74c49e6a0a034f5fcf0704749044301fa90e369055f7d131dd65f5c3b9deddbc96eb09f92e0ba93daf49cd4d17a1ccf5152767228
+srccontainersize 100240
+srccontainerchecksum 487aad824c0feabaa06c2b3a2ab3e144c0e5cc1da9fa77d069d2afa1be22c186c7b7a346574cf37d5c4fc69f8253926ff00380947d717e982aaed86d174d2400
srcfiles size=33
- texmf-dist/source/support/arara/arara-6.1.4-src.zip
-runfiles size=2965
+ texmf-dist/source/support/arara/arara-6.1.5-src.zip
+runfiles size=2967
texmf-dist/scripts/arara/arara.jar
texmf-dist/scripts/arara/arara.sh
texmf-dist/scripts/arara/rules/arara-rule-animate.yaml
@@ -20927,7 +20928,7 @@ catalogue-contact-support https://matrix.to/#/!HfEWIEvFtDplCLSQvz:matrix.org?via
catalogue-ctan /support/arara
catalogue-license bsd
catalogue-topics compilation
-catalogue-version 6.1.4
+catalogue-version 6.1.5
name arara.aarch64-linux
category Package
@@ -26916,6 +26917,31 @@ catalogue-license lppl1.2
catalogue-topics graphics-epspdf callback
catalogue-version 1.1
+name autopuncitems
+category Package
+revision 61371
+shortdesc Automatically punctuate lists
+relocated 1
+longdesc This package provides the autopunc option in the enumitem
+longdesc environments itemize, enumerate, and description to
+longdesc automatically punctuate the items. It uses lua pattern matching
+longdesc to modify the environment's contents.
+containersize 2724
+containerchecksum 988a875b5d232c3b9b956aac92fbb4dedce3f1b65300e923267fe1bede3d42e184d9ab68ab9f35521a98d56e7718366fe54045e8cc54f3402b86a8f2957f7c49
+doccontainersize 30648
+doccontainerchecksum 4830c96580a8b16498742d1680b402ed4552af275be06e12c7c566a8425802585491a3682114fdf2509d645d56fb1d51eb590ad37923dc2381fbccb471cff7e6
+docfiles size=12
+ RELOC/doc/luatex/autopuncitems/README.md details="Readme"
+ RELOC/doc/luatex/autopuncitems/autopuncitems.pdf details="Package documentation"
+ RELOC/doc/luatex/autopuncitems/autopuncitems.tex
+runfiles size=2
+ RELOC/tex/luatex/autopuncitems/autopuncitems.lua
+ RELOC/tex/luatex/autopuncitems/autopuncitems.sty
+catalogue-contact-repository https://github.com/kalekje/autopuncitems
+catalogue-ctan /macros/luatex/generic/autopuncitems
+catalogue-license mit
+catalogue-topics luatex macro-gen
+
name autosp
category Package
revision 58211
@@ -67650,7 +67676,7 @@ containerchecksum 0568a3251d71fb3106fbb3961427200419ae1df22d39b5e72c608e2d94fc35
name collection-latexextra
category Collection
-revision 61172
+revision 61371
shortdesc LaTeX additional packages
relocated 1
longdesc A very large collection of add-on packages for LaTeX.
@@ -67709,6 +67735,7 @@ depend authorindex
depend autofancyhdr
depend autonum
depend autopdf
+depend autopuncitems
depend avremu
depend axessibility
depend background
@@ -69065,7 +69092,7 @@ depend zref-clever
depend zwgetfdate
depend zwpagelayout
containersize 6512
-containerchecksum f816d556e1a8151df6cba83f47d9ef6ca90c7aaf03b0fb2398b5d7d89bcebd9e2cf730bd41efedc649755e92988e49bf169ee28a6b7f11bb0ee3cc4970c123db
+containerchecksum 69a3c728d8cc6decddc777f83fa2314b073754de4aeb220b34ec479955e5f61d87439a7b6fc7016831d6b802069f037f75bb8ad72c07f13c340e6bfcf166092e
name collection-latexrecommended
category Collection
@@ -83309,10 +83336,10 @@ binfiles arch=universal-darwin size=3
name csplain.win32
category Package
-revision 57883
+revision 61365
shortdesc win32 files of csplain
-containersize 912
-containerchecksum a3ba21f3fa21fd10c8c78d0a0865b19c092ae1ca759c24145d3068d3ebeb263cb7b19d6f6f5aec17fe7e5675708da2dec724e63005eb752c7adb46f78c05cce8
+containersize 1268
+containerchecksum bc04fd7e444395e04f4bbfa07295b5cb0131ae235562009c60b83e37b6eef91d488efb0b69eb0f381a27aa4e122fa8d913551f3aa233971022e5a19c5fbbed93
binfiles arch=win32 size=3
bin/win32/csplain.exe
bin/win32/luacsplain.exe
@@ -99451,21 +99478,21 @@ catalogue-topics notes editorial
name easybook
category Package
-revision 61355
+revision 61367
shortdesc Typeset Chinese theses or books
relocated 1
longdesc Easybook is a minimalist style template based on the ctexbook
longdesc book document class.
-containersize 17956
-containerchecksum a2ae781cdb199b58039dfe18f5f537e4607a7931d30bc170966b5c27f619a6f8c0792047158c2d59b39ed7ed2a13f4fa9e1e66905b37024873b6e0e9d2cc4b7b
-doccontainersize 615292
-doccontainerchecksum 018699a61c2a6016844eb4236544d08c369c36653c3332183260b501ce12187ddee67b5600574039c47fd0347fa8b35179f328294bd548a1de5547959d8853f8
+containersize 17960
+containerchecksum 63f4a1d5723327eb8ab067a8bbc094f830c6614b8982dee4f14d0c2b77639f0206478b417b1f909d8cb09f3deb67ac9792776682b50acfa72cde4ea016c98f9d
+doccontainersize 615216
+doccontainerchecksum ddf325c2fa01e0471a8f53b5486b51941c0141616d14a87aa4e29e772272403ab3b2e2e6c99a45d5394cda3d3b280d1d4efc992434b0dba33c539f0d260f5c74
docfiles size=167
RELOC/doc/latex/easybook/README.md details="Readme"
RELOC/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh"
RELOC/doc/latex/easybook/easybook.tex
-srccontainersize 17996
-srccontainerchecksum 10f3c92825356d0e17a52803589b42774ad9c36cc856b97eac93449812b4133154bb44072cc423ea9eb28d125077b2ee920471bf9ac7b253a984cc55fe94aa63
+srccontainersize 17988
+srccontainerchecksum 64e3bc07b1a204b5e5cb2b7ccf33ad9cf9df6047d703f459d904a7b4c6cf7e99917514ef1d8d557418c3c11ec3e251fce65f20f0e70d972a363015b6196fad27
srcfiles size=22
RELOC/source/latex/easybook/easybook.dtx
RELOC/source/latex/easybook/easybook.ins
@@ -99478,7 +99505,7 @@ catalogue-contact-repository https://gitee.com/texl3/easybook
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license lppl1.3c
catalogue-topics book-pub class chinese expl3
-catalogue-version 1.42
+catalogue-version 1.42A
name easyfig
category Package
@@ -113515,7 +113542,7 @@ catalogue-version 1.8
name fancyvrb
category Package
-revision 61154
+revision 61368
shortdesc Sophisticated verbatim text
relocated 1
longdesc Flexible handling of verbatim text including: verbatim commands
@@ -113524,10 +113551,10 @@ longdesc parameters; ability to define new customized verbatim
longdesc environments; save and restore verbatim text and environments;
longdesc write and read files in verbatim mode; build "example"
longdesc environments (showing both result and verbatim source).
-containersize 11896
-containerchecksum 384d491d5a95b9228086fb2bd78e64e02fb6a5229144bc70976d14ca1980b42c63d3c6120265bcf73d8f70b6987e43165db53e0dd1f05dd26cc7b9e746e754a0
-doccontainersize 149552
-doccontainerchecksum a0b552047718df258cdd95c03d1574af15f9dd5f125761163de1324abfdaf5dc65c9594680ea954d55ed32afb3118f93c8d07ea53ca78ad7f31265ee13ad8c23
+containersize 11892
+containerchecksum 1c3dece8b9dad1039bda104bc323b87b17ef4d878134302e7e4e392cab88864541878414d10f9d791bc8f141a3b41955d6ecea499776b077b9be97b96c8c8659
+doccontainersize 149524
+doccontainerchecksum 8bd77db9f0cf500e6b5c8327c3bb1de9aa5d68530dd6095a6174d3a7d09aa247c90cea8f6416b303decc8be42538168d91fd3409a6f725d46420981378f95269
docfiles size=48
RELOC/doc/latex/fancyvrb/Changes
RELOC/doc/latex/fancyvrb/README details="Readme"
@@ -113541,7 +113568,7 @@ runfiles size=17
catalogue-ctan /macros/latex/contrib/fancyvrb
catalogue-license lppl1.3
catalogue-topics verbatim macro-demo
-catalogue-version 4.1a
+catalogue-version 4.1b
name fandol
category Package
@@ -165911,10 +165938,10 @@ binfiles arch=universal-darwin size=4
name latex-bin-dev.win32
category TLCore
-revision 57883
+revision 61365
shortdesc win32 files of latex-bin-dev
-containersize 960
-containerchecksum 37dc8049f8323944465fd50382a04310009e9ef66ce0b6b6cff79db210d8dce6d1af82c8b2a6448d32f84654d703a935cedceb3ea00368502b18b2fff67ff1fd
+containersize 1348
+containerchecksum 3790ebc4b143f548bf3952377dad139bfab6b0c947568dda470ef83c763970925d68cfca3f93808d36f17ad77d8504715aee82b0b521de21210bd49125b76ace
binfiles arch=win32 size=4
bin/win32/dvilualatex-dev.exe
bin/win32/latex-dev.exe
@@ -166103,10 +166130,10 @@ binfiles arch=universal-darwin size=4
name latex-bin.win32
category TLCore
-revision 57883
+revision 61365
shortdesc win32 files of latex-bin
-containersize 956
-containerchecksum 87bd0c26a3a3405b730e4a46a54e230d65d34dd66b34d69baa356a6e2aaf5f1f700643be814bb11715104a23405fcc3a7c36d621c49b7545d7fdf396419202ad
+containersize 1344
+containerchecksum 8926c9d5d10da5058a496bc3ab7b903e1525f21833d066fda7420eb466c52895f2dbfda81484d2196e147ccd40e35695568daae62e698f82147da9d04485ba6e
binfiles arch=win32 size=4
bin/win32/dvilualatex.exe
bin/win32/latex.exe
@@ -186345,10 +186372,10 @@ binfiles arch=universal-darwin size=3572
name luahbtex.win32
category TLCore
-revision 58843
+revision 61365
shortdesc win32 files of luahbtex
-containersize 1559428
-containerchecksum 7092193520820ce5a9622bf9ea75fd1ed568a9e73813716a45633ce2dbc9496b6e46f42547b1b39a0ab2e6f59f129b75887106e06a4b8188a7d18ffff3284846
+containersize 1559768
+containerchecksum a2a9f6e36deaba8e677e861a2aade531bad06e6599bea67d39d55e7322e5ac000a5f7b5fbb3531b5c73b15d9cb8d1245ab450aa677faf39f81c7b0efc65f4e8a
binfiles arch=win32 size=1447
bin/win32/luahbtex.dll
bin/win32/luahbtex.exe
@@ -186895,10 +186922,10 @@ binfiles arch=universal-darwin size=6860
name luajittex.win32
category TLCore
-revision 58843
+revision 61365
shortdesc win32 files of luajittex
-containersize 2203984
-containerchecksum fefb913b87fa857317f9f9d3064d066ebbdf1697e77477ec1f839d66d37771390ed05f352e87b9219d954b7ef8a814cf98ecc8e0e8a072d7a21ed61df360c61b
+containersize 2201620
+containerchecksum c1893768ccfc07ff86613c8fdcc38b79d0e4437deabba97faa328b845bba07c2b14910dfc33fb7fd063b34fd10b20d7e321dcabd14c740aafe1659720b99221f
binfiles arch=win32 size=3077
bin/win32/luajit51.dll
bin/win32/luajithbtex.dll
@@ -187867,10 +187894,10 @@ binfiles arch=universal-darwin size=3135
name luatex.win32
category TLCore
-revision 59375
+revision 61373
shortdesc win32 files of luatex
-containersize 1821936
-containerchecksum ab3ca5552c606f1275e9b387dff8c6b89860971157cb16a5fb29682599d752c761baffee0d2ac014be19e1dd82d4ae824e1cafc24a0e7eed5132363ae6395d27
+containersize 1822184
+containerchecksum c1ab876454e2e6883a2b5c172aadded87cc7842c65f28ed242cfc0086e4946aa5cc451b0e0b38637c56bf4c5b2b079910b64575e1dfcf210966e9acdafaa2760
binfiles arch=win32 size=1686
bin/win32/api-ms-win-core-file-l1-2-0.dll
bin/win32/api-ms-win-core-file-l2-1-0.dll
@@ -229365,10 +229392,10 @@ binfiles arch=universal-darwin size=1
name optex.win32
category Package
-revision 57883
+revision 61373
shortdesc win32 files of optex
-containersize 864
-containerchecksum d7b4e0afcab8cba391174d787a7b504f7fa3f4b6ad0a145ffd96703e0458dd88a0831e827b1a4478438d6fa1fccb9e6cc278be0ed2b18a3789dd84a5a2d61398
+containersize 1204
+containerchecksum 170bc9b1bde23e680424134f9f45c0c20b6852c4e8c482d8236f4f4d74ae580298c8e54b6a229478b832cf6bbf6493cfed14cfa20443875a3ada4f9888acf23e
binfiles arch=win32 size=1
bin/win32/optex.exe
@@ -275758,17 +275785,17 @@ catalogue-version 2.4
name spbmark
category Package
-revision 61357
+revision 61369
shortdesc Customize superscripts and subscripts
relocated 1
longdesc This package provides three commands \super, \sub and \supersub
longdesc to improve the layout of superscripts and subscripts which can
longdesc be adjusted with respect to relative position and format, and
longdesc can be used in text and math mode.
-containersize 2956
-containerchecksum 31d337530df344ec37625b378e3aa2ff99e2a1be17aa4cc4a349b84aeff4f4f6c3c3a2d905498b360f574b6c39c2b17297782ada9d939fe6acfc3480b1add419
-doccontainersize 72448
-doccontainerchecksum f81eb240eba3d7f0bed1be3749760e99a2cbfc57039a635f21c5025ca6a6ed141dd5684f0d33f5e9d93fbd19789ad4647a474f1dc484ff21ad2b022a63e20018
+containersize 3004
+containerchecksum 91a111b2e026740a5764c9ecba30382f7cc7ba733f09caf4e72d1cd6edfda552f1d2a2d085e61cf98cf2369507d28683ca561889ae5223b4b54f201c414a0ec3
+doccontainersize 73408
+doccontainerchecksum 0a4777a4a46f4ebc50fca88bf3244c814c06814ebb56e71ff6e69de5f179d71a866a1814e4a52027620be103d2480401715519aa236d0089c245054aa8be53c6
docfiles size=22
RELOC/doc/latex/spbmark/README.md details="Readme"
RELOC/doc/latex/spbmark/spbmark.pdf details="Package documentation"
@@ -275779,7 +275806,7 @@ catalogue-contact-repository https://github.com/texl3/spbmark
catalogue-ctan /macros/latex/contrib/spbmark
catalogue-license cc-by-4
catalogue-topics subsup-pos expl3
-catalogue-version 1.2E
+catalogue-version 1.2F
name spectral
category Package
@@ -297667,7 +297694,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 61351
+revision 61364
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.
@@ -297675,10 +297702,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 108284
-containerchecksum 2a3516d3386227ba55cc4716f6d4e550d9dd9e0a250e1dc38caacc0bea03a48791138f6f5b4f6f3988723131cf2210678f3db9f71ef8fdff4b28db8fff3713e9
+containersize 108288
+containerchecksum 0869db86eb9363e127f783facd3a0f503cee9c5c8d58f1d463f008b6b0202e39a5bdc85d809ac0d96858574847115ad803adb85af7300ec83bb36b2c8fee6b01
doccontainersize 402056
-doccontainerchecksum 92783b48850249d93d9350cb98918195b3a30cb46fd41ebe20942d6bf46ced41fdb6ff5375b97900507e0edab617be6875dd1b00475854e62193f4709d3a8c37
+doccontainerchecksum bcb632ebdc11a5249dcd97adb641f3d4b38ba86d47a84dd596937aa60bd9a07daf031b9e601d97340b1e31b7bbf4550d206dcd6e220d13682d0ef7a43b541631
docfiles size=499
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
@@ -336362,7 +336389,7 @@ catalogue-version 0.4alpha
name xistercian
category Package
-revision 61271
+revision 61366
shortdesc Cistercian numerals in LaTeX
relocated 1
longdesc xistercian allows you to use Cistercian numerals in LaTeX. The
@@ -336372,24 +336399,24 @@ longdesc using \pagenumbering{cistercian}. The two main macros are:
longdesc \cistercian{<counter>} formats the LaTeX2e counter as a
longdesc Cistercian numeral \cisterciannum{<integer>} formats the
longdesc integer (given as a string) as a Cistercian numeral
-containersize 4388
-containerchecksum 67bb128148a4c54c8c6244083a8e5d0de5b2f6eeef44cc849474ee1bfed9143c11b0c6a924a9ac3dd853382769401225cdd4281b157f3d3e54aba109de18bbac
-doccontainersize 316004
-doccontainerchecksum 1e636c98d935ce5a70c3c5919689c68b116db5575f244a926e07630dd840c7b53c95cf72323f5938ec810d56249748cfca9e3c47512395aa8f76e010b4e417e1
-docfiles size=81
+containersize 4924
+containerchecksum e0b4db57c0c3b819f1c653f097c6adcad1d2b74409926d5e0652fed4aced3be5b82ec5f663d85769261fb62e89d16bbe36ed87e6ca2352ab9548fd322c6b7b5a
+doccontainersize 339796
+doccontainerchecksum 673d6a01619a36fd8db88ab056a8560200e03de519799b867583d6fe0226a25661245e4942a1e2b13a23d2913a137736f6b10ecb25962e0b4afbec8e2b568cf5
+docfiles size=87
RELOC/doc/latex/xistercian/README.md details="Readme"
RELOC/doc/latex/xistercian/xistercian.pdf details="Package documentation"
-srccontainersize 12448
-srccontainerchecksum 58743c6d0fc715bed2793d843bb0a0764eea147cfa8096dd5c4112412037f857e1245630cb554a4a6dfaaaab31564e71c4a0c5516ca7e314250c97a48cc5854c
-srcfiles size=14
+srccontainersize 14156
+srccontainerchecksum 8c305d95953774aaa5e181a3ab2f904b6faceb2387a6b4c9dd4f6c11eb3ddad4e31088a11db48d2ca2a0a72911f5cff1d3bf5bf37a933ceb76805a6265d3c816
+srcfiles size=16
RELOC/source/latex/xistercian/xistercian.dtx
-runfiles size=6
+runfiles size=7
RELOC/tex/latex/xistercian/xistercian.sty
catalogue-contact-repository https://github.com/Skillmon/ltx_xistercian
catalogue-ctan /graphics/pgf/contrib/xistercian
catalogue-license lppl1.3c
catalogue-topics numbers pgf-tikz graphics expl3
-catalogue-version 1.1a
+catalogue-version 1.2
name xits
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 7549b165fb..e694d3f4be 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-9083d7266387ee6c84b2ee2881392576 texlive.tlpdb
+651211319fe66c74f78de66acdc9ed2b texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index b49a744527..bfb3db56ef 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-69607ab91d1efbf26602b5e179bc4ca0b87c9134d2a583e33e807be9436e304bc07b6dd91aa5eebd1a7e29f0988d31cd64b35d04ecaa45e63feb1085ffea00a1 texlive.tlpdb
+e4c1f265d88955616c0ca4d957f7b086901bed6d4db144e8a8e023d26fc4f384871b6f6ac60521c8c267a96a375ecffb76d85aa85076c888eb1c228d0f1e8206 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 577d1720ac..ebe598eeca 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-----
-iQEcBAEBCgAGBQJhwSW1AAoJEEzhh34ZQ4xwQHEH/R0AzTh6jYgQ/YbOLxT/hcPk
-dm4KVDjS1HqutI2wC+kDYYbfRsuKsgwB2pvnZoXPIn3Wf2FpTyvaUCyMBshUJXNY
-t23mOAXtFUbnYFbIX3pKPCxBSjL5QZOZlsLkW1TTOv3nbUeA1CnrRU/AYdbzzN+R
-/Wg79+nlRZFbUtLSDkG37cqyPQkcwX3GShl3SLPOc9xQg622GeYWcL2SkeN9aUk1
-l9fDmsVi/Waq+65oREstWYOvh0FD+apEgrmo2/W4uyCoWNMhd1Ph7JU3atO+wlAX
-DaiXDymEXAKa1s2HY9MSGIx4HXtvPs3wHc2puAeBt/60SWv7shODZnhaBwKW+Cc=
-=22iP
+iQEcBAEBCgAGBQJhwncBAAoJEEzhh34ZQ4xwNHwH/3VjBdDIOJ3s6ssbmEUB08gf
+VwxmnAdH1o7M3Vs58ZNKNv723+eaS9/OGW/FIvXtG3eCxLofgZSiH9Wi2rG3J8h8
+q455r5tcv/zQMcS79R9/g30lp/B8/r6MIWtRCkDKWQ+aH2eHlUa43N5/Yhwiigyp
+NxdUn3Mm3FuO94rgGTwwzIIFYXVj0P4CI6LjU6IWce40muIKdgBP3zqXOWhJ31jM
+lRnE7SoTnvqRXy9xsm/hdz4ltX5Bc6vHzvNelqYn9HKRKzeVwyd5ghZVlq9yjFXj
+//4WdkDIhE8ui5i4rD0ZcPUqvwDYydJkGj1raJWJwEmURowL7Ik8bw3QZ3wLfRA=
+=lXuA
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index fa4e358238..4b4d8a1e4b 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 fc06e58d4d..045685b365 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=1640121459
+date=1640207858
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=8f543e4ed419356760b1340fc23c7e68
+lstdigest=c1e4e65c34bc61ec2f7d0fc67f4b87ec
numpkg=5147
relstate=next
-version=8025
+version=8026
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: NWW0bPzEpZL0jsUrB2ilF5O2i/oQJ6o9MGDi9/nHekd0eEp6MgZdzo/Ny+h8qQtfxhWWhoDZvocwoXx+R3iX5TsROykSIFViqntkhlH7Mj1m6xmQf57C4B22B409ZF6nal7+bwN95rwN2q0DkpQWFH47DfM9Qj3H8bLEMonA+6K86mMW5uknYAg2n9Us2e4OJOKgHIqFDR+I5TPYei+e12HMzSwxOuNFM5ifTrfL3TD0KmdHUg9eYkKVm83vOH8cH47saPubktmCz/joQWDSw8O2oTiG7qmhJVxS1pvQgy3uTEkM1DKMP8iW3KfCWSgMyye4HyrsGeO3a+q/MgXChg==
+;;;; signature/miktex: Y2n4sLtIeNMCOhf1GyYT/s6YfKyICEQdypTivQxFfhmocECOeC0shmE0EHb91apFx+iQV7el534CiYB0AO7J9S62P7gleKZ5kMZOjlZo+7DwF465kTKf1fsSbp3DPaDf79tdpFD8EXmb5CS6HH5IXz1Jm/kKXXqpMO+19XryRJw/D6Dewj/Ly4suvkum/v45URKU445Er01VVg8GHn2MRZIKvA+noRQWCZQT0RFdM5BCyz+psaEkhK+qvWxNC9yni+9Xasz5OU/q8+kVAasQiL3GtaElwL8wv+b9Hxyy1skc2ega6cth13gO0ZidRrId8zZrrHHP3RKCkW2HAfHssA==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 4677b9cd77..727caa6a5c 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1640121089
+date=1640207482
lastupd=eurosym eurosym__doc eurosym__source biblatex-spbasic biblatex-spbasic__doc biblatex-spbasic__source cochineal cochineal__doc easybook easybook__doc easybook__source einfart einfart__doc einfart__source gzt gzt__doc gzt__source lua-widow-control lua-widow-control__doc lua-widow-control__source
-lstdigest=e413a3734f4ab5a1cabbcb762d246ade
+lstdigest=dedcf923e538dced7fd6ba931de79451
numpkg=5145
relstate=stable
-version=8025
+version=8026
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: qXymxHUT1LvmZPNOXj29mFDfu+MuT4jiHKdOCLtH3C7uSuNLvI16N5ELLkbYS0lyzVJ8DCBmE3K0twzq0fWSlJlUJXbZT7dLlU2Fn7YN/Xb/ucLZMwgalu8XTgib0zT82cm4475YPM01oui6tBq81pK5DmtHJSKbvbYrNCZ4PMOOFIwWyYYslMRXjqzPOcrUecFgKTGHInCnwHDiC5Q/B8/D/gVED+ndiOPAPSoeoilVFhToqRa35IaQbbDZGRkuw1yIrTbAW4lMxil6J87WLDZ3g0wJmbfGcia0Wo9A3GOmKQTWNXOqXwHtRoVE2/6ZQf908IZNUvXVAOReFriAvg==
+;;;; signature/miktex: g5BBbkx/nLMv7ih048rx/lTRwfGZMLAEgrjIPjpiIJZvkXUAMGUNHbCl2eTsPZ2CPK+WUBPah5I+kvC+zfNJDQ4DOuzVr/mOMftapMG35buNrKa7k2b56ESKIxEzT6TVnFCPuRuFOt6M3uNBZAjhRRqgD63LU4OYhW/basBXemwM22XC20KPuc0yWjfhGjlMBFibuyjU7KMQYFDlXUZ5AvQ++P+KmeDfyqYzXo8PiSbvHZYi1uuyFoZxrVLRcaljTX6h/9ibbrsBjvDaHJzFay3QuO9iQkTYnAFJDqCWx90aEFwU4kwH2TFTCHxmfbwf4SkWIXgXM3iQSb9+wArSYg==
;;;;-----END MIKTEX SIGNATURE-----