diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-04-24 10:37:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-28 07:56:00 +0100 |
commit | f280b4f28231ea5a416266ae022d6e4c4ea91117 (patch) | |
tree | ff23a4bd5a8b7ec4968e095d86d2dd7fe44f495c /meta/recipes-devtools/rsync/rsync_3.1.1.bb | |
parent | 0866086c6a9d9f518388f2962db784ab15d49330 (diff) | |
download | openembedded-core-f280b4f28231ea5a416266ae022d6e4c4ea91117.tar.gz openembedded-core-f280b4f28231ea5a416266ae022d6e4c4ea91117.tar.bz2 openembedded-core-f280b4f28231ea5a416266ae022d6e4c4ea91117.zip |
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
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.1.1.bb')
-rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.1.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.1.1.bb b/meta/recipes-devtools/rsync/rsync_3.1.1.bb index 5ff8ae8bb4..3a79154511 100644 --- a/meta/recipes-devtools/rsync/rsync_3.1.1.bb +++ b/meta/recipes-devtools/rsync/rsync_3.1.1.bb @@ -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" |