summaryrefslogtreecommitdiffstats
path: root/recipes/ctorrent/ctorrent_3.3.1.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 16:26:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 16:26:28 +0800
commit0f2f85bac90c4aa498ab77d5cfef19aaa581afce (patch)
tree12aaa0e5f4e3452490d15b7821a7ffec47435f0e /recipes/ctorrent/ctorrent_3.3.1.bb
parent9d5cc61a1f2ed61433541abfcbbbe5e4cb3bf0d6 (diff)
downloadopenembedded-0f2f85bac90c4aa498ab77d5cfef19aaa581afce.tar.gz
ctorrent-3.3.1: Apply patch from the bugtracker...
Apparently this should fix CVE-2009-1759.
Diffstat (limited to 'recipes/ctorrent/ctorrent_3.3.1.bb')
-rw-r--r--recipes/ctorrent/ctorrent_3.3.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ctorrent/ctorrent_3.3.1.bb b/recipes/ctorrent/ctorrent_3.3.1.bb
index 91a1fac181..ae189af36f 100644
--- a/recipes/ctorrent/ctorrent_3.3.1.bb
+++ b/recipes/ctorrent/ctorrent_3.3.1.bb
@@ -2,6 +2,8 @@ require ctorrent.inc
DESCRIPTION += "This is the Enhanced version from the dtorrent project"
-SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctorrent-dnh${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctorrent-dnh${PV}.tar.gz \
+ file://CVE-2009-1759.patch;patch=1;pnum=0 "
S = "${WORKDIR}/${PN}-dnh${PV}"
+PR="r1"