forked from mirrors/nixpkgs
texlive: fix CVE-2016-10243
https://github.com/NixOS/security/issues/104
This commit is contained in:
parent
dc514b246e
commit
8c4339a9dc
|
@ -111,6 +111,7 @@ in buildEnv {
|
|||
-e "s,\$SELFAUTODIR,$out/share,g" \
|
||||
-e "s,\$SELFAUTOPARENT,$out/share,g" \
|
||||
-e "s,\$SELFAUTOGRANDPARENT,$out/share,g" \
|
||||
-e "/^mpost,/d" `# CVE-2016-10243` \
|
||||
"$cnfOrig" > ./texmf.cnf
|
||||
|
||||
patchCnfLua "./texmfcnf.lua"
|
||||
|
|
Loading…
Reference in a new issue