aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-01-03 14:15:20 -0500
committerLeo Famulari <leo@famulari.name>2018-01-03 14:16:29 -0500
commit0c84e8679c6d41e46416cfe97d63221a64beee55 (patch)
tree9ee57dc15d92b50cd093739dbba416a712e41427 /gnu/local.mk
parent1ee750ba4c76d9eff248b0f0657e0d8f119607ff (diff)
downloadguix-0c84e8679c6d41e46416cfe97d63221a64beee55.tar
guix-0c84e8679c6d41e46416cfe97d63221a64beee55.tar.gz
gnu: fossil: Fix CVE-2017-17459.
* gnu/packages/patches/fossil-CVE-2017-17459.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (fossil)[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 afa25e8c06..6f540731e2 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -639,6 +639,7 @@ dist_patch_DATA = \
%D%/packages/patches/fltk-xfont-on-demand.patch \
%D%/packages/patches/foomatic-filters-CVE-2015-8327.patch \
%D%/packages/patches/foomatic-filters-CVE-2015-8560.patch \
+ %D%/packages/patches/fossil-CVE-2017-17459.patch \
%D%/packages/patches/freeimage-CVE-2015-0852.patch \
%D%/packages/patches/freeimage-CVE-2016-5684.patch \
%D%/packages/patches/freeimage-fix-build-with-gcc-5.patch \