diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-10 22:35:50 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-10 22:36:58 -0500 |
commit | c84c8f66f54a508fbe5ba1831e3595794dc78eb2 (patch) | |
tree | dbd27c0fa806706c28b940ce8888d744e6a22497 /gnu/local.mk | |
parent | e08ad76658f0bd1b9880c2388ae004ff0daca1cb (diff) | |
download | patches-c84c8f66f54a508fbe5ba1831e3595794dc78eb2.tar patches-c84c8f66f54a508fbe5ba1831e3595794dc78eb2.tar.gz |
gnu: wget: Fix CVE-2017-6508.
* gnu/packages/patches/wget-CVE-2017-6508.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wget.scm (wget)[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 cbd61e0972..c1b076a5f3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -970,6 +970,7 @@ dist_patch_DATA = \ %D%/packages/patches/vte-CVE-2012-2738-pt1.patch \ %D%/packages/patches/vte-CVE-2012-2738-pt2.patch \ %D%/packages/patches/weechat-python.patch \ + %D%/packages/patches/wget-CVE-2017-6508.patch \ %D%/packages/patches/wicd-bitrate-none-fix.patch \ %D%/packages/patches/wicd-get-selected-profile-fix.patch \ %D%/packages/patches/wicd-urwid-1.3.patch \ |