summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-11 17:07:18 +0000
committerKarl Berry <karl@freefriends.org>2024-03-11 17:07:18 +0000
commit424a559e3ea494f8b9d925a843000392b171e728 (patch)
tree079e27b246198b4c954de6f7e2abd51173b44dd0
parente375f37888684c668c0dd9b42cf3ea872605502a (diff)
2024 source updates
git-svn-id: svn://tug.org/texlive/trunk@70590 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/source/curl-7.69.1.tar.xzbin0 -> 2467272 bytes
-rw-r--r--Master/source/curl.README5
-rw-r--r--Master/source/install-tl-unx.tar.gzbin5737462 -> 5840321 bytes
-rw-r--r--Master/source/texlive-20240311-devsource.tar.xz (renamed from Master/source/texlive-20230311-devsource.tar.xz)bin8500384 -> 9327372 bytes
-rw-r--r--Master/source/texlive-20240311-source.tar.xz (renamed from Master/source/texlive-20230311-source.tar.xz)bin68359984 -> 70130920 bytes
-rw-r--r--Master/tlpkg/doc/releng.txt33
6 files changed, 28 insertions, 10 deletions
diff --git a/Master/source/curl-7.69.1.tar.xz b/Master/source/curl-7.69.1.tar.xz
new file mode 100644
index 00000000000..c200ecfd2e0
--- /dev/null
+++ b/Master/source/curl-7.69.1.tar.xz
Binary files differ
diff --git a/Master/source/curl.README b/Master/source/curl.README
index 20687e56f04..6d598f99429 100644
--- a/Master/source/curl.README
+++ b/Master/source/curl.README
@@ -1,7 +1,8 @@
(This file public domain.)
curl sources are available at:
-https://curl.haxx.se/
+https://curl.se/
+https://github.com/curl/curl/releases
The curl binary included in tlpkg/installer/curl/curl.exe
-is taken from the w32tex distribution,
+was taken from the w32tex distribution.
diff --git a/Master/source/install-tl-unx.tar.gz b/Master/source/install-tl-unx.tar.gz
index 8b1585cedd4..c29735396f3 100644
--- a/Master/source/install-tl-unx.tar.gz
+++ b/Master/source/install-tl-unx.tar.gz
Binary files differ
diff --git a/Master/source/texlive-20230311-devsource.tar.xz b/Master/source/texlive-20240311-devsource.tar.xz
index bc2fe5ce33e..0672d3468e6 100644
--- a/Master/source/texlive-20230311-devsource.tar.xz
+++ b/Master/source/texlive-20240311-devsource.tar.xz
Binary files differ
diff --git a/Master/source/texlive-20230311-source.tar.xz b/Master/source/texlive-20240311-source.tar.xz
index c74348cace3..9d4b4870989 100644
--- a/Master/source/texlive-20230311-source.tar.xz
+++ b/Master/source/texlive-20240311-source.tar.xz
Binary files differ
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index bd42c274510..c0ce90c63a1 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -354,8 +354,31 @@ W. Two days before the final pretest (i.e., to-be-published) build:
X. The day before the final pretest:
In cron.tl, catalogue_compare=false to avoid skew.
In cron job, undo --no-adjust-repo, else install-tl-unx won't go to ctan.
- Update Master/source (if not earlier):
- xz wget windows-src texlive*source mactexdoc install-tl-unx.tar.gz
+
+X1. Preserve Catalogue as of the freeze, for the sake of
+ post-freeze updates, e.g.,
+ tar -C /home/httpd/html -czf ~karl/tmp/catalogue-freeze.tgz \
+ --exclude-vcs catalogue
+ If such post-freeze updates are required (let's hope not),
+ see tlpkg/archive/tlnet-by-hand.txt.
+
+X2. Update Master/source (for any not done earlier):
+ # gzip, lz4, unzip, wget, xz, zip - upstream source
+ # ghostscript - done by Reinhard
+ # luametatex - extracted from cont-tmf.zip
+ # mactexdoc - from Dick Koch
+ # texworks - done by Stefan Loeffler
+ # windows-src - from Akira
+ #
+ # for texlive*source:
+ svn rm texlive-*.tar.xz
+ tt=/home/ftp/texlive/Images/test # where last night's test images built
+ cp $tt/texlive-*source.tar.xz .
+ svn add texlive-*.tar.xz
+ #
+ # for install-tl-unx:
+ lp=/home/ftp/texlive/tlpretest
+ cp $lp/install-tl-unx.tar.gz .
Y. The day of the final tlnet-from-branch build, which may or may not
also be the day of the final tlpretest-from-trunk build:
@@ -372,12 +395,6 @@ Z. After final build, to do total freeze:
Also, in /l/bin/mirror-ctan, disable Catalogue updates,
to avoid unnecessary changes if we have to rebuild the final image.
-Z0. Preserve Catalogue as of the freeze, for the sake of
- post-freeze updates, e.g.,
-tar -C /home/httpd/html -czf ~karl/tmp/catalogue-freeze.tgz catalogue
- If such post-freeze updates are required (let's hope not),
- see tlpkg/archive/tlnet-by-hand.txt.
-
Z1. When sure it's going to fly, ask for torrents to be created. In 2022,
Tim Stewart <timoteostewart1977@gmail.com>
made the one that worked. Ask him when final pretest appears stable,