diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-05 20:41:36 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-06 16:47:37 -0500 |
commit | e20784e65efa7c783792e8a830d4b4aaf35750d5 (patch) | |
tree | 801b92f00e380a4887b2060454f03610dba6cb66 /gnu/packages/tex.scm | |
parent | e2948ef5c1578b229dd849e0a15b47a18d19f662 (diff) | |
download | patches-e20784e65efa7c783792e8a830d4b4aaf35750d5.tar patches-e20784e65efa7c783792e8a830d4b4aaf35750d5.tar.gz |
gnu: texlive: Fix CVE-2016-10243.
* gnu/packages/patches/texlive-texmf-CVE-2016-10243.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tex.scm (texlive-texmf-src): Use it.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7c84ed7194..404fd03393 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -72,6 +72,8 @@ (origin (method url-fetch) (uri "ftp://tug.org/historic/systems/texlive/2016/texlive-20160523b-texmf.tar.xz") + (patches (search-patches "texlive-texmf-CVE-2016-10243.patch")) + (patch-flags '("-p2")) (sha256 (base32 "1dv8vgfzpczqw82hv9g7a8djhhyzywljmrarlcyy6g2qi5q51glr")))) |