diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-19 14:58:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:26 +0100 |
commit | 722d95cb705a62b607d9798769ec5313138f31cc (patch) | |
tree | 37399da97d330bb929c3da89f71fd117f3393d2b /meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop | |
parent | e8a11302a9816b2d3604460c3307aa8e03f8a30d (diff) | |
download | poky-722d95cb705a62b607d9798769ec5313138f31cc.tar.gz |
rxvt-unicode: upgrade to version 9.10
Remove some patches since some logic doesn't exist in upstream.
This upgrades fixes CVE:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126
Also it fixes [Yocto #980]
(From OE-Core rev: 6108c5962a717e1ece4aa7acb0f543f7d8e86a35)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop new file mode 100644 index 0000000000..882ea41136 --- /dev/null +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.10/rxvt.desktop | |||
@@ -0,0 +1,9 @@ | |||
1 | [Desktop Entry] | ||
2 | Version=1.0 | ||
3 | Name=Terminal | ||
4 | Comment=A unicode capable rxvt clone | ||
5 | Exec=rxvt | ||
6 | Icon=terminal | ||
7 | Terminal=false | ||
8 | Type=Application | ||
9 | Categories=Utility;TerminalEmulator; | ||