summaryrefslogtreecommitdiffstats
path: root/patches/source/texlive/doinst.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-25 00:24:33 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-25 13:30:31 +0200
commit73b668742a86c06c84cde2da658b5135367d23fe (patch)
treeff414f05e1499907a1970b1f062918ab73b7f4ef /patches/source/texlive/doinst.sh
parent8e0b115ff3be360a6e31635f57629008062a66f3 (diff)
downloadcurrent-73b668742a86c06c84cde2da658b5135367d23fe.tar.gz
current-73b668742a86c06c84cde2da658b5135367d23fe.tar.xz
Thu May 25 00:24:33 UTC 202320230525002433_15.0
patches/packages/curl-8.1.1-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/texlive-2023.230322-x86_64-1_slack15.0.txz: Upgraded. This update patches a security issue: LuaTeX before 1.17.0 allows execution of arbitrary shell commands when compiling a TeX file obtained from an untrusted source. This occurs because luatex-core.lua lets the original io.popen be accessed. This also affects TeX Live before 2023 r66984 and MiKTeX before 23.5. Thanks to Johannes Schoepfer. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-32700 (* Security fix *)
Diffstat (limited to 'patches/source/texlive/doinst.sh')
-rw-r--r--patches/source/texlive/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/source/texlive/doinst.sh b/patches/source/texlive/doinst.sh
new file mode 100644
index 000000000..cd1c7fe63
--- /dev/null
+++ b/patches/source/texlive/doinst.sh
@@ -0,0 +1,4 @@
+chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
+printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null
+chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null
+chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null