summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.29.3.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-05-30 09:46:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-27 18:05:18 +0100
commit14d23c29a2d6a9944233983d64109037077db49e (patch)
tree71b4519ec2bb76ef81b0a1e2d8f97b932aab2c6a /meta/recipes-core/busybox/busybox_1.29.3.bb
parent016a0b830e65cdd71830ddf12fec8ca795b0f264 (diff)
downloadpoky-14d23c29a2d6a9944233983d64109037077db49e.tar.gz
busybox: Security fixes for CVE-2018-20679 CVE-2019-5747
Source: busybox.git MR: 97332 Type: Security Fix Disposition: Backport from busybox.git ChangeID: ec203c79e7322de1ed5721d08b6f59b1eca67c7d Description: Affects < 1.30.0 Fixes: CVE-2018-20679 CVE-2019-5747 (From OE-Core rev: 7db146abad6d2bbb7d7a549e7091412e0e494db2) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.29.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.29.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.29.3.bb b/meta/recipes-core/busybox/busybox_1.29.3.bb
index 6064e9fdc6..5714d70768 100644
--- a/meta/recipes-core/busybox/busybox_1.29.3.bb
+++ b/meta/recipes-core/busybox/busybox_1.29.3.bb
@@ -41,6 +41,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
41 file://rcS \ 41 file://rcS \
42 file://rcK \ 42 file://rcK \
43 file://makefile-libbb-race.patch \ 43 file://makefile-libbb-race.patch \
44 file://CVE-2018-20679.patch \
45 file://CVE-2019-5747.patch \
44" 46"
45SRC_URI_append_libc-musl = " file://musl.cfg " 47SRC_URI_append_libc-musl = " file://musl.cfg "
46 48