aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/rsync_2.6.9.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-05-10 10:34:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:29:09 +0100
commit3670f110aacebdde118b79d31aa15156330418c6 (patch)
treef771a00fd4603aec67f6720314f839c70052fafa /meta/recipes-devtools/rsync/rsync_2.6.9.bb
parentd0dc2b5bb02ef55a41e7a97b6831c72391ae7f36 (diff)
downloadopenembedded-core-contrib-3670f110aacebdde118b79d31aa15156330418c6.tar.gz
rsync (GPLv2): fix security vulnerability CVE-2007-4091
Added a patch to fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 [YOCTO #984] is partially fixed by this commit. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_2.6.9.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_2.6.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_2.6.9.bb b/meta/recipes-devtools/rsync/rsync_2.6.9.bb
index 43379829ea..17c18a4ad8 100644
--- a/meta/recipes-devtools/rsync/rsync_2.6.9.bb
+++ b/meta/recipes-devtools/rsync/rsync_2.6.9.bb
@@ -8,6 +8,7 @@ PRIORITY = "optional"
DEPENDS = "popt"
SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
+ file://rsync-2.6.9-fname-obo.patch \
file://rsyncd.conf"
inherit autotools
@@ -22,4 +23,4 @@ EXTRA_OEMAKE='STRIP=""'
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c"
-PR = "r2"
+PR = "r3"