diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-05-12 16:18:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-20 10:20:55 +0100 |
commit | b0207e742542cc44086d612df0a216cc45875538 (patch) | |
tree | 0763228106424b2b73709a55982810b373285414 /meta | |
parent | 1bf7a8118f050ee79d68677eb25b27030bd57271 (diff) | |
download | poky-b0207e742542cc44086d612df0a216cc45875538.tar.gz |
qemu: Upgrade to 2.5.1.1 for fix CVE-2016-3710 and CVE-2016-3712
This is a minor upgrade only comes with security fixes in qemu VGA
and UART code to avoid corruptions.
For review details,
http://git.qemu.org/?p=qemu.git;a=log;h=v2.5.1.1
(From OE-Core rev: da522c0c248c9a8b10a90de4cd6e7e05367e637d)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.5.1.1.bb (renamed from meta/recipes-devtools/qemu/qemu_2.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.1.bb b/meta/recipes-devtools/qemu/qemu_2.5.1.1.bb index 3db6e36e8b..ba2dfc6de1 100644 --- a/meta/recipes-devtools/qemu/qemu_2.5.1.bb +++ b/meta/recipes-devtools/qemu/qemu_2.5.1.1.bb | |||
@@ -15,8 +15,8 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ | |||
15 | file://CVE-2016-2858.patch \ | 15 | file://CVE-2016-2858.patch \ |
16 | " | 16 | " |
17 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | 17 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
18 | SRC_URI[md5sum] = "42e73182dea8b9213fa7050e168a4615" | 18 | SRC_URI[md5sum] = "f5ff0e71398b9e428b4f177001ba4285" |
19 | SRC_URI[sha256sum] = "028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c" | 19 | SRC_URI[sha256sum] = "28d9946e43765a44ccccca3cba5f4f9034f2759ec1f2ce16594ddb6776c8efe6" |
20 | 20 | ||
21 | COMPATIBLE_HOST_class-target_mips64 = "null" | 21 | COMPATIBLE_HOST_class-target_mips64 = "null" |
22 | 22 | ||