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 09:52:24 +0100 |
commit | 6108c5962a717e1ece4aa7acb0f543f7d8e86a35 (patch) | |
tree | 3be4b4a072a1841f952267bc275cfded9477832a /meta/recipes-sato/rxvt-unicode/files/rxvt.desktop | |
parent | 9e917c6f48f3d6b1734e716b92506a1149c19b7e (diff) | |
download | openembedded-core-6108c5962a717e1ece4aa7acb0f543f7d8e86a35.tar.gz openembedded-core-6108c5962a717e1ece4aa7acb0f543f7d8e86a35.tar.bz2 openembedded-core-6108c5962a717e1ece4aa7acb0f543f7d8e86a35.zip |
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]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-sato/rxvt-unicode/files/rxvt.desktop')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/files/rxvt.desktop | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/files/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/files/rxvt.desktop deleted file mode 100644 index a419c98a13..0000000000 --- a/meta/recipes-sato/rxvt-unicode/files/rxvt.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Terminal -Comment=When all else fails. -Exec=/usr/bin/rxvt -Icon=utilities-terminal.png -Terminal=false -Type=Application -Categories=Utility -StartupNotify=false - |