diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-09 13:02:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-09 19:35:00 -0400 |
commit | 8775fc10c61f493c9363ca288402f5f764b6d949 (patch) | |
tree | 633b0af670cfdddb66d4a132cb1bd423f7801a95 /gnu/packages/lxde.scm | |
parent | b4f8edb799f7cfc587d70f7e709b01454c0dbedc (diff) |
gnu: lxterminal: Fix CVE-2016-10369.
* gnu/packages/patches/lxterminal-CVE-2016-10369.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lxde.scm (lxterminal)[source]: Use it.
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r-- | gnu/packages/lxde.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 1164ba8cbb..cc1156ae60 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -162,6 +162,7 @@ toolkit. It allows users to monitor and control of running processes.") (uri (string-append "mirror://sourceforge/lxde/LXTerminal" "%20%28terminal%20emulator%29/LXTerminal%20" version "/" name "-" version ".tar.xz")) + (patches (search-patches "lxterminal-CVE-2016-10369.patch")) (sha256 (base32 "1yf76s15zvfw0h42b0ay1slpq47khgjmcry8ki2z812zar9lchia")))) |