diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-11 22:35:29 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-12 10:26:02 -0500 |
commit | d6065945ff85f1ffea915fc9e22567731a318795 (patch) | |
tree | a127865a949726fef4b6d4f51b9d74ec644e3063 /gnu/local.mk | |
parent | 6ea86d7ec38f8c23957d6cce9ec6528987953ef8 (diff) | |
download | patches-d6065945ff85f1ffea915fc9e22567731a318795.tar patches-d6065945ff85f1ffea915fc9e22567731a318795.tar.gz |
gnu: screen: Fix CVE-2017-5618.
* gnu/packages/patches/screen-CVE-2017-5618.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/screen.scm (screen)[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 7fc7af6e15..844f2ec8ec 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -891,6 +891,7 @@ dist_patch_DATA = \ %D%/packages/patches/sed-hurd-path-max.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scotch-test-threading.patch \ + %D%/packages/patches/screen-CVE-2017-5618.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ %D%/packages/patches/serf-comment-style-fix.patch \ |