summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-01-21 13:26:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-11 23:05:12 +0000
commit5865fb9194c5c22721a67b3aae229219880f4146 (patch)
treec1b8c6ff883e6d8a627746b58ed5dce1a6470383
parent495b6d9f248c2317ed7da31cb82d2928160809e5 (diff)
downloadpoky-5865fb9194c5c22721a67b3aae229219880f4146.tar.gz
rsync: whitelist CVE-2017-16548
patch for this CVE applies to v3.1.3pre1 not for v3.1.3. patch already in v3.1.3. see https://git.samba.org/rsync.git/?p=rsync.git;a=commitdiff;h=47a63d90e71d3e19e0e96052bb8c6b9cb140ecc1;hp=bc112b0e7feece62ce98708092306639a8a53cce (From OE-Core rev: 1e2739c821312527010fb0afbde5a20cd3f03d24) (From OE-Core rev: be8838387b5dd06abd81cc478d3c2ab9c95930bc) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.1.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.1.3.bb b/meta/recipes-devtools/rsync/rsync_3.1.3.bb
index ffb1d061c0..152ff02a25 100644
--- a/meta/recipes-devtools/rsync/rsync_3.1.3.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.1.3.bb
@@ -20,6 +20,9 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
20SRC_URI[md5sum] = "1581a588fde9d89f6bc6201e8129afaf" 20SRC_URI[md5sum] = "1581a588fde9d89f6bc6201e8129afaf"
21SRC_URI[sha256sum] = "55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0" 21SRC_URI[sha256sum] = "55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0"
22 22
23# -16548 required for v3.1.3pre1. Already in v3.1.3.
24CVE_CHECK_WHITELIST += " CVE-2017-16548 "
25
23inherit autotools 26inherit autotools
24 27
25PACKAGECONFIG ??= "acl attr \ 28PACKAGECONFIG ??= "acl attr \