summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-03-05 20:41:36 -0500
committerLeo Famulari <leo@famulari.name>2017-03-06 16:47:37 -0500
commite20784e65efa7c783792e8a830d4b4aaf35750d5 (patch)
tree801b92f00e380a4887b2060454f03610dba6cb66 /gnu/local.mk
parente2948ef5c1578b229dd849e0a15b47a18d19f662 (diff)
downloadguix-patches-e20784e65efa7c783792e8a830d4b4aaf35750d5.tar
guix-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/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index c88892df54..9f83c2bcae 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -930,6 +930,7 @@ dist_patch_DATA = \
%D%/packages/patches/tcsh-fix-autotest.patch \
%D%/packages/patches/tcsh-fix-out-of-bounds-read.patch \
%D%/packages/patches/teensy-loader-cli-help.patch \
+ %D%/packages/patches/texlive-texmf-CVE-2016-10243.patch \
%D%/packages/patches/texi2html-document-encoding.patch \
%D%/packages/patches/texi2html-i18n.patch \
%D%/packages/patches/tidy-CVE-2015-5522+5523.patch \