mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
32e63c24f1
commit
cd4a94d124
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user