mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
rsync: backport a patch to fix CVE-2014-9512
rsync 3.1.1 allows remote attackers to write to arbitrary files via a symlink attack on a file in the synchronization path. Backport Complain-if-an-inc-recursive-path-is-not-right-for-i.patch to fix it (From OE-Core rev: f280b4f28231ea5a416266ae022d6e4c4ea91117) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
require rsync.inc
|
||||
|
||||
|
||||
SRC_URI += "file://acinclude.m4"
|
||||
SRC_URI += "file://acinclude.m4 \
|
||||
file://0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "43bd6676f0b404326eee2d63be3cdcfe"
|
||||
SRC_URI[sha256sum] = "7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621"
|
||||
|
||||
Reference in New Issue
Block a user