summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/rsync_3.1.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-07-19 09:31:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-19 16:19:14 +0100
commitdb32c9bda315cbfd4afe5df6cb50f9440783f10f (patch)
tree4b9a1de2961ed9b8e6f180e979158c13eb958697 /meta/recipes-devtools/rsync/rsync_3.1.3.bb
parentf56e1ffb1e0943bf0f1c016255e5a6b09d52ca66 (diff)
downloadpoky-db32c9bda315cbfd4afe5df6cb50f9440783f10f.tar.gz
rsync: fix CVEs for included zlib
rsync includes its own copy of zlib and doesn't recommend linking with the system version [1]. Import CVE fixes that impact zlib version 1.2.8 [2] that is currently used by rsync. [1] https://git.samba.org/rsync.git/?p=rsync.git;a=blob;f=zlib/README.rsync [2] https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe%3a%2fa%3agnu%3azlib%3a1.2.8 (From OE-Core rev: a55fbb4cb489853dfb0b4553f6e187c3f3633f48) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.1.3.bb')
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.1.3.bb4
1 files changed, 4 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 29cb231f36..ffb1d061c0 100644
--- a/meta/recipes-devtools/rsync/rsync_3.1.3.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.1.3.bb
@@ -11,6 +11,10 @@ DEPENDS = "popt"
11SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \ 11SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
12 file://rsyncd.conf \ 12 file://rsyncd.conf \
13 file://makefile-no-rebuild.patch \ 13 file://makefile-no-rebuild.patch \
14 file://CVE-2016-9840.patch \
15 file://CVE-2016-9841.patch \
16 file://CVE-2016-9842.patch \
17 file://CVE-2016-9843.patch \
14" 18"
15 19
16SRC_URI[md5sum] = "1581a588fde9d89f6bc6201e8129afaf" 20SRC_URI[md5sum] = "1581a588fde9d89f6bc6201e8129afaf"