mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user