summaryrefslogtreecommitdiffstats
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:55:00 +0100
commitcd4a94d124945134cdaefb59e80cab8dcd44f4df (patch)
tree666edf3e4e50e327197498b27f840a1492020eb4 /meta/recipes-devtools/rsync/rsync_2.6.9.bb
parent32e63c24f1830907b8ab0b48aa901bbeadad440c (diff)
downloadpoky-cd4a94d124945134cdaefb59e80cab8dcd44f4df.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. (From OE-Core rev: 3670f110aacebdde118b79d31aa15156330418c6) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
8DEPENDS = "popt" 8DEPENDS = "popt"
9 9
10SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \ 10SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
11 file://rsync-2.6.9-fname-obo.patch \
11 file://rsyncd.conf" 12 file://rsyncd.conf"
12 13
13inherit autotools 14inherit autotools
@@ -22,4 +23,4 @@ EXTRA_OEMAKE='STRIP=""'
22LICENSE = "GPLv2+" 23LICENSE = "GPLv2+"
23LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c" 24LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c"
24 25
25PR = "r2" 26PR = "r3"