texlive_core: patch security issue in luatex (#8742)

This fixes CVE-2023-32700.

Change the source URI to the GitHub tag containing the fix.
This commit is contained in:
Joachim Mairböck
2023-05-27 21:31:04 +02:00
committed by GitHub
parent d3bc64b552
commit d019546ed4

View File

@@ -6,11 +6,12 @@ are free software, including support for many languages around the world."
HOMEPAGE="http://tug.org/texlive/"
COPYRIGHT="1996 by collaboration between the TeX user groups."
LICENSE="GNU GPL v2"
REVISION="1"
fullVersion=20230313
SOURCE_URI="ftp://tug.org/historic/systems/texlive/$portVersion/texlive-$fullVersion-source.tar.xz"
CHECKSUM_SHA256="3878aa0e1ed0301c053b0e2ee4e9ad999c441345f4882e79bdd1c8f4ce9e79b9"
SOURCE_DIR="texlive-$fullVersion-source"
REVISION="2"
svnVersion="build-svn66984"
SOURCE_URI="https://github.com/TeX-Live/texlive-source/archive/refs/tags/$svnVersion.tar.gz"
CHECKSUM_SHA256="ff6340385f76727b66cb01cc444a2aa64f45218f7d0b07a5833d646345d8a8ce"
SOURCE_FILENAME="texlive-source-$svnVersion.tar.gz"
SOURCE_DIR="texlive-source-$svnVersion"
PATCHES="texlive_core-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"