diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-03 14:15:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-03 14:16:29 -0500 |
commit | 0c84e8679c6d41e46416cfe97d63221a64beee55 (patch) | |
tree | 9ee57dc15d92b50cd093739dbba416a712e41427 /gnu/local.mk | |
parent | 1ee750ba4c76d9eff248b0f0657e0d8f119607ff (diff) | |
download | patches-0c84e8679c6d41e46416cfe97d63221a64beee55.tar patches-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.mk | 1 |
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 \ |