summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/rsync_3.1.1.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-04-24 10:37:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-28 07:56:56 +0100
commitb6288432bfe241141408bd46b68d57bca2b185ea (patch)
tree265512aa99b1335ba66f3f8e79a8bf07d68cb615 /meta/recipes-devtools/rsync/rsync_3.1.1.bb
parentc3537bd112744ad34f12a3a16b7ef71558bfdc98 (diff)
downloadpoky-b6288432bfe241141408bd46b68d57bca2b185ea.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.1.1.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.1.1.bb4
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 @@
1require rsync.inc 1require rsync.inc
2 2
3 3
4SRC_URI += "file://acinclude.m4" 4SRC_URI += "file://acinclude.m4 \
5 file://0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch \
6"
5 7
6SRC_URI[md5sum] = "43bd6676f0b404326eee2d63be3cdcfe" 8SRC_URI[md5sum] = "43bd6676f0b404326eee2d63be3cdcfe"
7SRC_URI[sha256sum] = "7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621" 9SRC_URI[sha256sum] = "7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621"