summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-12-20 20:06:14 -0500
committerLeo Famulari <leo@famulari.name>2017-12-20 20:08:35 -0500
commitdacd8cf2e8ac4adc25f6e2306a30849295dbb291 (patch)
treeef7c85ca8878e655b6c29737b3747892b0581319 /gnu/local.mk
parent66df43b9aeeba1779f4455d551fee900887a0779 (diff)
downloadguix-patches-dacd8cf2e8ac4adc25f6e2306a30849295dbb291.tar
guix-patches-dacd8cf2e8ac4adc25f6e2306a30849295dbb291.tar.gz
gnu: links: Fix-CVE-2017-11114.
* gnu/packages/patches/links-CVE-2017-11114.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web-browsers.scm (links)[source]: 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 efb91fd826..f583a61c66 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -855,6 +855,7 @@ dist_patch_DATA = \
%D%/packages/patches/lierolibre-newer-libconfig.patch \
%D%/packages/patches/lierolibre-remove-arch-warning.patch \
%D%/packages/patches/lierolibre-try-building-other-arch.patch \
+ %D%/packages/patches/links-CVE-2017-11114.patch \
%D%/packages/patches/linux-pam-no-setfsuid.patch \
%D%/packages/patches/lirc-localstatedir.patch \
%D%/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch \