From 8a7a392ef37b3d5bd8ef81ab17d976696ad64dfe Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 27 Apr 2016 17:47:22 -0700 Subject: busybox: Security fix CVE-2016-2147 busybox <= 1.24.2 Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_1.24.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb') diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb index 61fc878697..82fc64f326 100644 --- a/meta/recipes-core/busybox/busybox_1.24.1.bb +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb @@ -45,6 +45,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://rcK \ file://runlevel \ file://CVE-2016-2148.patch \ + file://CVE-2016-2147.patch \ + file://CVE-2016-2147_2.patch \ " SRC_URI_append_libc-musl = " file://musl.cfg " -- cgit 1.2.3-korg