diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-04 11:04:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:33 +0000 |
commit | 86d84ffdd569b35e795b930e3e2052c9f1ef5e53 (patch) | |
tree | dc3b6d8067cc49e84f94c0a06ac07b2f9d04fbba /meta/recipes-devtools/qemu | |
parent | 4f0d7564f5afeaeeff2ca4b255bd19df8927aae9 (diff) | |
download | poky-86d84ffdd569b35e795b930e3e2052c9f1ef5e53.tar.gz |
qemu: upgrade to 2.4.0.1
This release is just security fixes:
- CVE-2015-5225
- CVE-2015-6815
- CVE-2015-5278
- CVE-2015-5279
(From OE-Core rev: 6a488fbde7ec33d3abecf8b7cbcef5f2a513a76b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.4.0.1.bb (renamed from meta/recipes-devtools/qemu/qemu_2.4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0.bb b/meta/recipes-devtools/qemu/qemu_2.4.0.1.bb index 1505b80a51..23e565db82 100644 --- a/meta/recipes-devtools/qemu/qemu_2.4.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.4.0.1.bb | |||
@@ -12,8 +12,8 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ | |||
12 | file://no-valgrind.patch \ | 12 | file://no-valgrind.patch \ |
13 | " | 13 | " |
14 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | 14 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
15 | SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" | 15 | SRC_URI[md5sum] = "c99445164e77184a9ba2e7dbf7ed5c29" |
16 | SRC_URI[sha256sum] = "72b0b991bbcc540663a019e1e8c4f714053b691dda32c9b9ee80b25f367e6620" | 16 | SRC_URI[sha256sum] = "ecfe8b88037e41e817d72c460c56c6a0b573d540d6ba38b162d0de4fd22d1bdb" |
17 | 17 | ||
18 | COMPATIBLE_HOST_class-target_mips64 = "null" | 18 | COMPATIBLE_HOST_class-target_mips64 = "null" |
19 | 19 | ||