diff options
| author | Armin Kuster <akuster@mvista.com> | 2016-04-27 17:47:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:41:43 +0100 |
| commit | 9f3d7ae8f6329a92018aae82211b51e3b14b2bea (patch) | |
| tree | 1fd2eb8c6d8cf939952413d495d69224abc78881 /meta/recipes-core/busybox/busybox_1.24.1.bb | |
| parent | 2928ca48e98f064aacf8c121a2425224c83596a5 (diff) | |
| download | poky-9f3d7ae8f6329a92018aae82211b51e3b14b2bea.tar.gz | |
busybox: Security fix CVE-2016-2147
busybox <= 1.24.2
(From OE-Core rev: 8a7a392ef37b3d5bd8ef81ab17d976696ad64dfe)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb')
| -rw-r--r-- | meta/recipes-core/busybox/busybox_1.24.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
| 45 | file://rcK \ | 45 | file://rcK \ |
| 46 | file://runlevel \ | 46 | file://runlevel \ |
| 47 | file://CVE-2016-2148.patch \ | 47 | file://CVE-2016-2148.patch \ |
| 48 | file://CVE-2016-2147.patch \ | ||
| 49 | file://CVE-2016-2147_2.patch \ | ||
| 48 | " | 50 | " |
| 49 | SRC_URI_append_libc-musl = " file://musl.cfg " | 51 | SRC_URI_append_libc-musl = " file://musl.cfg " |
| 50 | 52 | ||
