summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-03-30 03:03:36 +0000
committerNorbert Preining <norbert@preining.info>2024-03-30 03:03:36 +0000
commit16a9aadc4ae32ef5d7f20d62a3606b05e20f3405 (patch)
tree4cdbef1301bfdfe766434e49385bd2d251a7827e /systems
parent23724df30adf3c6356ee7877833b8096987c643f (diff)
CTAN sync 202403300303
Diffstat (limited to 'systems')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm16
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl1
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb89
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc16
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2562840 -> 2562772 bytes
-rw-r--r--systems/win32/miktex/tm/packages/files.csv.lzmabin813701 -> 813433 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/files.csv.lzmabin814205 -> 813950 bytes
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini10
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini12
11 files changed, 78 insertions, 70 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 40028fe8c5..7324230170 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 70774 2024-03-26 15:39:45Z karl $
+# $Id: TLUtils.pm 70794 2024-03-28 01:16:33Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2024 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: 70774 $';
+my $svnrev = '$Revision: 70794 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -2290,16 +2290,24 @@ sub update_context_cache {
# can be done about it.
my $lmtx = "$bindir/luametatex$progext";
if (TeXLive::TLUtils::system_ok("$lmtx --version")) {
- info("setting up ConTeXt cache: ");
+ info("setting up ConTeXt caches: ");
$errcount += &$run_postinst_cmd("mtxrun --generate");
#
# If mtxrun failed, don't bother trying more.
if ($errcount == 0) {
$errcount += &$run_postinst_cmd("context --luatex --generate");
#
+ # This is for finding fonts by font name (the --generate suffices
+ # for file name). Although ConTeXt does some automatic cache
+ # regeneration, Hans advises that this manual reload can help, and
+ # should be no harm.
+ # https://wiki.contextgarden.net/Use_the_fonts_you_want
+ # https://wiki.contextgarden.net/Mtxrun#base and #fonts
+ $errcount += &$run_postinst_cmd("mtxrun --script fonts --reload");
+ #
# If context succeeded too, try luajittex. Missing on some platforms.
# Although we build luajittex normally, instead of importing the
- # binary, testing for file existence should suffice, we may as
+ # binary, so testing for file existence should suffice, we may as
# well test execution since it's just as easy.
#
if ($errcount == 0) {
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index e473f1fa5b..c8d3afc629 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -138,7 +138,6 @@ $mirrors = {
'Poland' => {
'https://ctan.gust.org.pl/tex-archive/' => 1,
'https://polish-mirror.evolution-host.com/ctan/' => 1,
- 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1,
},
'Portugal' => {
'https://ftp.eq.uc.pt/software/TeX/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 81a28bd989..66eb23acd1 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/2024
-depend revision/70791
+depend revision/70799
name 00texlive.image
category TLCore
-revision 70789
+revision 70799
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,7 +40,7 @@ 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=14457
+runfiles size=14458
.mkisofsrc
autorun.inf
texmf-dist/README
@@ -4880,7 +4880,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 70770
+revision 70793
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
@@ -30108,22 +30108,23 @@ catalogue-version 3.8l
name babel-english
category Package
-revision 44495
+revision 70799
shortdesc Babel support for English
relocated 1
longdesc The package provides the language definition file for support
longdesc of English in babel. Care is taken to select british
longdesc hyphenation patterns for British English and Australian text,
longdesc and default ('american') patterns for Canadian and USA text.
-containersize 3040
-containerchecksum f570d2aae8a97ba0762fc1eab75dad1f17c4ac582a351ffeb8e56a136b789a38b7a6519247ba5981385f1a093101542942b3bd073a5097336392929ed40c9e39
-doccontainersize 130652
-doccontainerchecksum 77d6b482407ff24095b1076673316744374e66bdbdd7ebb767ec66ccdccd6ed5bb27ecfd0796eee210f1a888c82ad2eb4b9d2142c427bff137bd139c4cc53ec3
+depend hyphen-english
+containersize 3036
+containerchecksum 7e49d8e22659d0ddca946f4dba4ff29e5beacec15afdeadccf37c7b4e65a9cb64b827213d7be2cb4839dbb30390fef8d5991753c73bf7ae38e4dbfeeed1e8656
+doccontainersize 130664
+doccontainerchecksum f3bfbe5b72b535985b20ac191cca4df7bfceeafc78bc00963fe51c4fc087ed33b7138f66296eb86bb61e08eed1fd69d86f7cf2eb095ffcb84cd0459266e29d32
docfiles size=33
RELOC/doc/generic/babel-english/README details="Readme"
RELOC/doc/generic/babel-english/english.pdf details="Package documentation"
-srccontainersize 6256
-srccontainerchecksum ce636f5cca9aa33ad7414432fcc46fbf1873c4b1576cae8c04b8cf15381f4b6ea54e0621f297114f302ae172752282daedc0b59c15393e1071f8542ad3baf628
+srccontainersize 6264
+srccontainerchecksum 533737228779cc363f8d3a0bc44e64ffd7cc0d5a18bf14c1bcf831445652de15425816ca5e6025a282eaf4ed5ec76f216a69d7549ccef38d1fe58ddf63c2ce6a
srcfiles size=7
RELOC/source/generic/babel-english/english.dtx
RELOC/source/generic/babel-english/english.ins
@@ -149460,7 +149461,7 @@ catalogue-version 0.02
name hvextern
category Package
-revision 70740
+revision 70795
shortdesc Write and execute external code, and insert the output
relocated 1
longdesc This package allows to write MetaPost, TeX, ConTeXt, LaTeX,
@@ -149468,11 +149469,11 @@ longdesc LuaTeX, LuaLaTeX, XeTeX, XeLaTeX, Lua, Perl, or Python source
longdesc code into an external file, run that file via shell-escape to
longdesc create PDF, PNG, or text output, and include that output
longdesc automatically into the main LaTeX document.
-containersize 8628
-containerchecksum 834f905ac0f777f0d50a4e46874a239051c48fbed90781782217b05b7cfe248a7471d8ade92a5020b499b928bcf4abff10f8721671be40ea9c44ed6c4031a0ea
-doccontainersize 1136300
-doccontainerchecksum f1e73473072d2d4bcb1a9020fae5fbe46941dd953a6f26b7f039377bba235de3afe87fffc908ccf99e8f2731247c5079c2cdeffff041a92e65ca5898913a4e91
-docfiles size=381
+containersize 8864
+containerchecksum e580c5fac751ac5c2c89cf29690b579630d7ec2a63787c16283a67099c38b75d4ef869c5a6bbb91e48627d3cbb40ce369988819bf78e4834924f700e884c554d
+doccontainersize 1144016
+doccontainerchecksum 3eee3e700f859825d465943c2dec735e91c6f7042e5987796e7b59c9a44a1aa5874b9649435e90aceccd3a392287b94ac822f383953e05b3579be7699065b9c7
+docfiles size=384
RELOC/doc/latex/hvextern/Changes
RELOC/doc/latex/hvextern/README details="Readme"
RELOC/doc/latex/hvextern/hvdoctools.sty
@@ -149485,7 +149486,7 @@ runfiles size=14
catalogue-ctan /macros/latex/contrib/hvextern
catalogue-license lppl1.3
catalogue-topics ext-code comp-supp image-supp expl3
-catalogue-version 0.40
+catalogue-version 0.41
name hvfloat
category Package
@@ -180207,7 +180208,7 @@ catalogue-topics macro-supp latex3 pre-release
name l3sys-query
category Package
-revision 70681
+revision 70797
shortdesc System queries for LaTeX using Lua
longdesc The l3sys-query script provides a method for TeX runs to obtain
longdesc system information via shell escape to Lua. The facilities are
@@ -180221,10 +180222,10 @@ longdesc listing supporting a range of options pwdObtaining details of
longdesc the current working directory
depend l3sys-query.ARCH
depend luatex
-containersize 5336
-containerchecksum e26e9a683bdffa57285132d503ad3d3e912e24e1a17461042fff207684cf65573742ffc16ab849d94b425077fbd5622d206c8ace3900440613576e68155b267a
-doccontainersize 381716
-doccontainerchecksum c39f10e27cf853e0c384fdc18a4e7ec05c915f777e6015315bd199d6960813de84edcdc53867812c8922368ab53993815b2d198bfa3b56bfeff0554e84cfa3d8
+containersize 5412
+containerchecksum f8597d9c864dfa5f56a3990c6b2ae682d2bb47c9e9cbe0c9893d6ffd3e106ecec2ed41a963124e16a3fb0713e5ab592c469fc90ebcab44ea37cd521d65d2e71e
+doccontainersize 381664
+doccontainerchecksum e0495a36cf7a339cbaeed92882860b71261cfa94cca2919aaad4c396bbadfbeb2fa0f70c28def94d0d94f6c67f3c5b4a0c954ba175a9bee9e070a73c410f32be
docfiles size=102
texmf-dist/doc/man/man1/l3sys-query.1
texmf-dist/doc/man/man1/l3sys-query.man1.pdf
@@ -186028,17 +186029,17 @@ catalogue-topics version-control doc-mgmt
name latexindent
category Package
-revision 70666
+revision 70798
shortdesc Indent a LaTeX document, highlighting the programming structure
longdesc The Perl script processes a LaTeX file, indenting parts so as
longdesc to highlight the structure for the reader. Included are also
longdesc binary (executable) files for Windows, Ubuntu Linux, and macOS.
depend latexindent.ARCH
containersize 76232
-containerchecksum 031dca4259edb9abfb45c8a9292e9647940530e841dc2abd837db4de105aa0d65fbdb0a25063cba4667d7d0c49b857437ae53909610b1f36b83210c76f3e4522
-doccontainersize 1361700
-doccontainerchecksum 04e6238ea10a69fba57c054382a7b59410fff12a61f989921bab0063132f555cbc71af4f0ac83104bb2bf14de5e7d4acc72c3ee9b7c1049db34e6d5fdd74f193
-docfiles size=457
+containerchecksum b4c21e5c1ad502f945f4cfe84c265efc1cb787530ef91bd03704a266777a832190abbb301051bf0ff527d289482dbf0dfe302b993583fbfedbcc03c1f0d96463
+doccontainersize 1362244
+doccontainerchecksum 7f3fe7e644e67a27fee86d0b62adb6a9c824565f2ece8612e328ac4d4cfaefbe3242ad66f7fd8b73197de44136eea30ae93c07eac5df16c975825f1dcb6859d6
+docfiles size=458
texmf-dist/doc/support/latexindent/README details="Readme"
texmf-dist/doc/support/latexindent/contributors.bib
texmf-dist/doc/support/latexindent/figure-schematic.png
@@ -186098,7 +186099,7 @@ catalogue-contact-repository https://github.com/cmhughes/latexindent.pl
catalogue-ctan /support/latexindent
catalogue-license gpl3
catalogue-topics code-layout
-catalogue-version 3.23.7
+catalogue-version 3.23.8
name latexindent.aarch64-linux
category Package
@@ -186183,11 +186184,11 @@ binfiles arch=universal-darwin size=1
name latexindent.windows
category Package
-revision 70666
+revision 70798
shortdesc windows files of latexindent
-containersize 5193752
-containerchecksum 9f5734243c68955ed1287b0fcfd8b718f7d183b24dc6f749bd70b4ac6456eab344c09cbce2c05e9cfaf162bec7351f9f7e0c40dfac46e695a54297eaaccf28d7
-binfiles arch=windows size=2539
+containersize 6214700
+containerchecksum d88beaae55e3bcbcc57462d20aefa58417f99a0c09bb33b76161e405181e069945b5c805280e9df583b0e5daa9f5b242eee6f95d1ba419e02ad693f95558e72e
+binfiles arch=windows size=2933
bin/windows/latexindent.exe
name latexindent.x86_64-cygwin
@@ -304113,7 +304114,7 @@ catalogue-version 1.2
name starray
category Package
-revision 70740
+revision 70796
shortdesc A structured array (of properties) based on expl3
relocated 1
longdesc This package implements vector-like 'structures', like in 'C'
@@ -304123,10 +304124,10 @@ longdesc 'functions' are similar to the ones provided for property (or
longdesc sequence, or token) lists. The package is based on expl3 and
longdesc aimed at package authors, not end users. The name "starray" is
longdesc an abbreviation for "structured arrays".
-containersize 9592
-containerchecksum f8a8ee5c81f182b256f1ca8a518817adbdc1c072e247f5eec974454e6839c628b1a2689abaf812275867ebe09d697e6344fd5861b9a89c65a52e1015324996be
-doccontainersize 237660
-doccontainerchecksum e9df7698ea77a581f3098e46dd13424001193d080910366dcb4ed8d97c4c0deac9197aecf093ee97ca67e5a3780ac38a2477ec23b65d2703894929d0958d532c
+containersize 9540
+containerchecksum 13f8dfcd752136712a52a79d30a20f56dee2ab4bb23e1f7cad63073584049abd482a77f2cdf094ad30d222075985f8f58bc35c6d637da96daa10ee7fb63af187
+doccontainersize 237596
+doccontainerchecksum e3f561570ebe677939812e283cc547c288c96ade92368a186a8888cff60f0b354d248a97805bb63513a60afa216cb2d2fc492519b5574a557e049c88a9a66a61
docfiles size=81
RELOC/doc/latex/starray/README.md details="Readme"
RELOC/doc/latex/starray/starray.pdf details="Package documentation"
@@ -304138,7 +304139,7 @@ catalogue-contact-repository https://github.com/alceu-frigeri/starray
catalogue-ctan /macros/latex/contrib/starray
catalogue-license lppl1.3c gpl
catalogue-topics package-devel expl3
-catalogue-version 1.8
+catalogue-version 1.9
name startex
category Package
@@ -326089,7 +326090,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 70770
+revision 70793
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.
@@ -326097,10 +326098,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 114236
-containerchecksum 17556d85b4a58125ea444d3299bffe94d464e88a068327bd625536a94809e026b57f42363551b052f6bc56d17b69d5ab714808b122b9b79ef5a7a80bd5f84e22
-doccontainersize 434488
-doccontainerchecksum 8374ee202b466791ed15e7fcdc1c5641156bbdafc5ed25955d724fe0d0a541eb523ed371c0cf63fd666d1b7e336b38a375e8b7264ac4c6ff43b083d518e0336e
+containersize 114220
+containerchecksum c140c2f77a648e632b76b6347edbe4d5ad3a6f80c922b431cd1154beb2a3fcb6a8d9c8d24d95879fe155244d5587336ab0e22222c6cd021d4c687b5a9bfd589a
+doccontainersize 434580
+doccontainerchecksum ffd0ee4dc1d3033333c408990de1dba9d0a4ad2154d7d16a1f335c2ee3914fe6b69cd300f12f870f691a1b94976bd25cc7cf097870da1872becdb7a99d5d2a7c
docfiles size=567
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index da2c6aad3c..bd58e2cc4b 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-353e1568dba0b6f1daa1492e29f7bddb texlive.tlpdb
+5b5f2b2ef032bb602343f62bc01c5424 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 28be7fecb4..b1ad1107a9 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-245930cbf8f6a35db07da88e27e16c038d10532b78d10df37a1b2d730782cbd65b95137c8664407907c6b8fcd1cf2d34e24a93417ce59f1208ad1742e87f43f8 texlive.tlpdb
+cf84474bf6e4dc30f199b1f1c803f20ea79ddd9690df3bb72537a3e44a190fc9e324854266117d5b3e31cc4cabec50734026cbd6e14389e0868028627970632b texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 80b8361fc7..dfab9ce159 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNATURE-----
-iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmYEvisACgkQTOGHfhlD
-jHD8cgf9F+aC3kXz1kBmWTT3AKLdkVb5mJ2Yzf8B+Aenf+sAf79g4rH0Bbc22brD
-QvxOTyH475RD3YbRbew8NlN2E9kux7aqAF2hZo4fZ1pviS3qSZrZbi5jzirvLYpA
-pIokET5tGNwZLL8SZb6n1c4wBz8jt3ZSgxIyi4NdG7Yzp4qZONTkR/OcFokXDPCo
-ggaXxEfTOTR8UjiuO1x1apU21s40fvhNZ2cSiGKymV0T6Ipl5+0/EY2gZlKS8CSP
-4noDoGpc7vIUOPejRaikcwIA/09pUP5qjjT2jSCHG4nbbE/djILnQqhzM8zE9uy8
-Hy/6tyWekJ3hWNbJr4FMwkQHcN+tzA==
-=Tyyd
+iQEzBAEBCgAdFiEE2PL4YFeoV+QqiBBqTOGHfhlDjHAFAmYGD1AACgkQTOGHfhlD
+jHDyIQf+MPNRRGCpVda7rpxb/8LrqykeQkjBzt9KLFjsk63CUFSt0fkShqwetEzT
+VkWd3ipxRsoHyugPLUS6bA3BaM3R6p2XT9zyQlOJOSM4Sg+GelkEahps9J4PJJEn
+eXXKv0kNoBKA0xFU+BzSgMV0678dCbbrvMZcGgc3vqjs0ypxFo3kPMsheD5Juv6i
+xkLcAgjB0KTboem1bzwR0vKIiu8LOiIFfkGpKrTSvRK1+n3TN1m8lFSiPooTckOI
+SRyEjC+/HSbOQUl9GWbyZxW3bYvmU1C6aMKlKX07JLQfAs4eILn9krwbJuPBF2vm
+4o6jMD/33+l6W4nLBRMFGkZ1snMKPQ==
+=3Ovk
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 46a77dc7f7..1bcd7dae5f 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/files.csv.lzma b/systems/win32/miktex/tm/packages/files.csv.lzma
index 8feec58709..b3b1c57fc7 100644
--- a/systems/win32/miktex/tm/packages/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/files.csv.lzma b/systems/win32/miktex/tm/packages/next/files.csv.lzma
index b4fdbc6d9e..aecbaa7080 100644
--- a/systems/win32/miktex/tm/packages/next/files.csv.lzma
+++ b/systems/win32/miktex/tm/packages/next/files.csv.lzma
Binary files differ
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index dbd9245c80..6f6aca7300 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=1711467040
+date=1711725187
lastupd=miktex-zzip-bin-x64-2.9 miktex-zlib-bin-x64-2.9 miktex-yap-bin-x64-2.9 miktex-xml2pmx-bin-x64 miktex-xetex-bin-x64-2.9 miktex-web-bin-x64-2.9 miktex-uriparser-bin-x64-2.9 miktex-upmendex-bin-x64 miktex-ttf2pk2-bin-x64-2.9 miktex-texworks-bin-x64-2.9 miktex-texware-bin-x64-2.9 miktex-texify-bin-x64-2.9 miktex-tex4ht-bin-x64-2.9 miktex-tex2xindy-bin-x64-2.9 miktex-tex-bin-x64-2.9 miktex-teckit-bin-x64-2.9 miktex-tdsutil-bin-x64 miktex-synctex-bin-x64-2.9 miktex-runtime-bin-x64-2.9 miktex-ptex-bin-x64
-lstdigest=15e22b0fe3ff0680bc3600432c32fe1e
-numpkg=7259
+lstdigest=0df36a569b96690acd8caa475f3fed2e
+numpkg=7265
relstate=next
-version=8851
+version=8854
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: wEa1Ww3NYkQyBUOtptsmvD/WknAEIgiXeoH1JTAuIlOyzms11D05ppME91e7mpOrYXM47ifLMQQ+iWZ4OO51hQ9gU/YiBo+2e5BFLu6I/L+ujZROgAfPLRj/yIP3851c2nGb0qnqvV8gWFhSuUu/dI4GuHBdH9hD4cjeMfNrGhn2NWnBWSELEc+5gJvB6XPJw1DhfoLKWASrnDR2t0UGUSZNTV8yG40mDd2CTInvTjaM+BnRlPjJSMnQWNeiOKK+uSuqv+VVNyTv3AHhJxy1DA/SzUrtAwxL04edmn9gX9WsBy67aAc94yw40rBDGyrt9s9ExwLaFLp4xBpA3AUvRQ==
+;;;; signature/miktex: UERPrZbjivppqDQPh7DXdjGvV8SPsY9Fj2lmUzGl74hwvnYjVcRpWZlQ/lFZYRAflkfChgCzojA1sHNrhmixkrjG21KABx/pni56sVaqEMo+jlzmEmS+QYDQpP5ondWnoNfFeKSqlQUwBHRaNhL9tGOnPgSCNrokhA16mVdpkgIV0K1A3rjUXveMMDZtvqkWNtAj/9as12torEpdusXyO66FM3HCDFXWpQOkDU2YUKEoOekf/MP1ORElZ4ih4ttIMqGBJmeOtKQMwiQmrnJnwnZsmC5fzTAAxa/irzhrwqorxF3ztFyEGA9DQOYcGABOuabfYAqw1JUWlq+yHz9lNQ==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 6abce8b148..f4e2af7a96 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1711466900
-lastupd=yb-book__source yb-book__doc yb-book ufrgscca__source ufrgscca__doc ufrgscca thmlist__source thmlist__doc thmlist starray__source starray__doc starray sjtutex__source sjtutex__doc sjtutex simpleicons__source simpleicons__doc simpleicons sfee__source sfee__doc
-lstdigest=4a2e167e7efc4cd7cd81e1ef0368e17f
-numpkg=7258
+date=1711725092
+lastupd=tkz-elements__source tkz-elements__doc tkz-elements thmlist__source thmlist__doc thmlist tagpdf__source tagpdf__doc tagpdf starray__source starray__doc starray reptheorem__source reptheorem__doc reptheorem profmaquette__source profmaquette__doc profmaquette pdfmanagement-testphase__source pdfmanagement-testphase__doc
+lstdigest=b7c7cf8d587d6180b93b09c4ca64f825
+numpkg=7264
relstate=stable
-version=8851
+version=8854
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: uID1G1u8suhdZ1gLmuJGeIev4f7AkA+wVehZeoKrEAYOy7mcqMXoQNFaZeMbMp9hIrOoDRdLIXmWZLsaCl2eNfwcK7IfydKuZRek84K48/dxUALPaYHlD/wr8LzM//kKn9lJO56ywyZ0Rm/Vwixd3GTej2dIv9TNg3/3MmbIG9xYzduD2/cZPkELo6tYxk5lFSupzs1DflKzgfZf7z8Lj6CdInB4e4nKc1ZpkR/gCjVztjSkZly2m93IovwJlJ4dWX/2XzxylLkCowRji5dBrkXyvgATsp5xfnPdRb/eqrSpt7PGd2i1YlRB30FTtp5roUfR4cYGfSJZzhIRdEfd8w==
+;;;; signature/miktex: uZxtjVaEcKnIpuu/H3/b4FabkaN2n9PABnYLMZ6nA4USTW7jZLD7Pi5HGhLh8fmdZMpRdTtDrgNdBx/OIRyUms2pQFmViLhETCTWG04ySjvlGxBFfjaqgMUz6ASWb+QPf32xYog82Kph7PFMrNFZG/7RXkWBZg4Go+GKek+dyA6tiAk6aykssEfqRwHdz8kJmiC2f/vSWoKncW0hDVahXrux5fEZ4tVp0nWHoBSjSbGhr5/d/H5L4QwbNwwCZW17zmd+NFAPVkz51tndZKl35zGXwzjGZvlpkkQwsZuEJZILLhKqQWguLWo3fGBMxi4RaOIjD1yXp+IDOHij/Wug0A==
;;;;-----END MIKTEX SIGNATURE-----