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/local.mk | |
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/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 1937da8968..e811e9a0be 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -972,6 +972,7 @@ dist_patch_DATA = \ %D%/packages/patches/ruby-puma-ignore-broken-test.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ + %D%/packages/patches/rxvt-unicode-escape-sequences.patch \ %D%/packages/patches/scheme48-tests.patch \ %D%/packages/patches/scotch-test-threading.patch \ %D%/packages/patches/screen-fix-info-syntax-error.patch \ |