summaryrefslogtreecommitdiff
path: root/gnu/packages/lxde.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-05-09 13:02:12 -0400
committerLeo Famulari <leo@famulari.name>2017-05-09 19:35:00 -0400
commit8775fc10c61f493c9363ca288402f5f764b6d949 (patch)
tree633b0af670cfdddb66d4a132cb1bd423f7801a95 /gnu/packages/lxde.scm
parentb4f8edb799f7cfc587d70f7e709b01454c0dbedc (diff)
downloadpatches-8775fc10c61f493c9363ca288402f5f764b6d949.tar
patches-8775fc10c61f493c9363ca288402f5f764b6d949.tar.gz
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.scm1
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"))))