diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-13 17:31:23 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-14 14:24:04 -0500 |
commit | 1ae04e35111f1455134943ee098f39e55aebc3eb (patch) | |
tree | 8b9873a076dc62fad9bbc987400546ec9400369d /gnu/packages/vim.scm | |
parent | 30f420c155670e5e72fc46512fd941867a913559 (diff) | |
download | patches-1ae04e35111f1455134943ee098f39e55aebc3eb.tar patches-1ae04e35111f1455134943ee098f39e55aebc3eb.tar.gz |
gnu: vim: Fix CVE-2017-5953.
* gnu/packages/patches/vim-CVE-2017-5953.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/vim.scm (vim)[source]: Use it.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index f042aba931..cdb32ac7eb 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -63,6 +63,7 @@ (uri (string-append "https://github.com/vim/vim/archive/v" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) + (patches (search-patches "vim-CVE-2017-5953.patch")) (sha256 (base32 "04samk2bakyixbxyc3p0g6ypls45105sikibg0wc6lmak9bqjs85")))) |