diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-27 11:01:25 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-28 14:41:46 -0400 |
commit | 0fd0bb56a806d3da4158e1744249de0296161fa6 (patch) | |
tree | 2110f5aa1002294c2f951702ea4186d250cc2c63 /gnu/packages/xdisorg.scm | |
parent | 5cd0122e60edc9ed0ee365aebef960cf89f0fd19 (diff) | |
download | guix-0fd0bb56a806d3da4158e1744249de0296161fa6.tar guix-0fd0bb56a806d3da4158e1744249de0296161fa6.tar.gz |
gnu: rxvt-unicode: Disable an unwanted code execution vector.
* gnu/packages/patches/rxvt-unicode-escape-sequences.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index ad919a6b28..a2230c4e93 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -682,6 +682,7 @@ compact configuration syntax.") (method url-fetch) (uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/" name "-" version ".tar.bz2")) + (patches (search-patches "rxvt-unicode-escape-sequences.patch")) (sha256 (base32 "1pddjn5ynblwfrdmskylrsxb9vfnk3w4jdnq2l8xn2pspkljhip9")))) |