aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.5.1.1.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-05-12 16:18:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-20 10:20:21 +0100
commitda522c0c248c9a8b10a90de4cd6e7e05367e637d (patch)
tree6ff6c90b7ca2c462a81bb86702aaea332f7bb2f4 /meta/recipes-devtools/qemu/qemu_2.5.1.1.bb
parentce84dc09172b98ce1162e536db17148a67ba2be1 (diff)
downloadopenembedded-core-contrib-da522c0c248c9a8b10a90de4cd6e7e05367e637d.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 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.1.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.5.1.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.1.1.bb b/meta/recipes-devtools/qemu/qemu_2.5.1.1.bb
new file mode 100644
index 0000000000..ba2dfc6de1
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu_2.5.1.1.bb
@@ -0,0 +1,26 @@
+require qemu.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
+ file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
+
+SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
+ file://qemu-enlarge-env-entry-size.patch \
+ file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
+ file://no-valgrind.patch \
+ file://CVE-2016-2198.patch \
+ file://pathlimit.patch \
+ file://rng_move_request_from_RngEgd_to_RngBackend.patch \
+ file://rng_remove_the_unused_request_cancellation_code.patch \
+ file://rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch \
+ file://CVE-2016-2858.patch \
+ "
+SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
+SRC_URI[md5sum] = "f5ff0e71398b9e428b4f177001ba4285"
+SRC_URI[sha256sum] = "28d9946e43765a44ccccca3cba5f4f9034f2759ec1f2ce16594ddb6776c8efe6"
+
+COMPATIBLE_HOST_class-target_mips64 = "null"
+
+do_install_append() {
+ # Prevent QA warnings about installed ${localstatedir}/run
+ if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
+}