summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.5.1.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2017-05-10 14:17:31 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-05-11 15:28:36 +0200
commit07c94f74cda62c672e7e80292f917a76e1214be0 (patch)
tree2de451ef1dfb9fb55d90f1c4dcf5bf492dbce40e /meta/recipes-devtools/qemu/qemu_2.5.1.bb
parent3fc5d271f554e07c88b1195812e48a0d86291395 (diff)
downloadpoky-07c94f74cda62c672e7e80292f917a76e1214be0.tar.gz
qemu: updgrade to 2.5.1
This upgrade includes several worthwhile fixes, security and otherwise, including a complete fix for CVE-2016-2857. * drop CVE-2016-2857.patch as it's included in this release, along with several related patches which complete the fixes for CVE-2016-2857: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=9bddb45dbc010cd8ee4d48bd501fa5d18dcec00c http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e3a2cdfcb5e282139217924044ec5af00c7f8eed http://git.qemu.org/?p=qemu.git;a=commitdiff;h=fe90bdc25bcf9954ee286cd51de94776a17d04f6 http://git.qemu.org/?p=qemu.git;a=commitdiff;h=d0ee85b4e4c6cc2c8fac311d6df2ed412ed0df5f http://git.qemu.org/?p=qemu.git;a=commitdiff;h=80b6e5723fac428ea6c08c821078286f43975df8 http://git.qemu.org/?p=qemu.git;a=commitdiff;h=a375e0b03ee3438924b24a45e61ee189ec9361db * drop CVE-2016-2197.patch as an equivalent fix is included in this release http://git.qemu.org/?p=qemu.git;a=commitdiff;h=aaf4fb6afb4653c86059255811886a5c4ea271f3 * drop CVE-2016-1568.patch as it's included in this release http://git.qemu.org/?p=qemu.git;a=commitdiff;h=4f046a6ba1d558eb043dc13a80d40cf7cb62ef95 (From OE-Core rev: 8332cea4baf2bda81fa4d33ccedefaec4313d454) This patch is backported from upstream morty branch: http://git.yoctoproject.org/cgit/cgit.cgi/poky/patch/?id=c63c1aaaa6f2f2ad583e8e513308acab18841c83 Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.5.1.bb38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.1.bb b/meta/recipes-devtools/qemu/qemu_2.5.1.bb
new file mode 100644
index 0000000000..528e54649d
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu_2.5.1.bb
@@ -0,0 +1,38 @@
1require qemu.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5
6SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
7 file://qemu-enlarge-env-entry-size.patch \
8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
9 file://no-valgrind.patch \
10 file://CVE-2016-2198.patch \
11 file://pathlimit.patch \
12 file://rng_move_request_from_RngEgd_to_RngBackend.patch \
13 file://rng_remove_the_unused_request_cancellation_code.patch \
14 file://rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch \
15 file://CVE-2016-2858.patch \
16 file://CVE-2016-3710.patch \
17 file://CVE-2016-3712_p1.patch \
18 file://CVE-2016-3712_p2.patch \
19 file://CVE-2016-3712_p3.patch \
20 file://CVE-2016-3712_p4.patch \
21 file://CVE-2016-4439.patch \
22 file://CVE-2016-6351_p1.patch \
23 file://CVE-2016-6351_p2.patch \
24 file://CVE-2016-4002.patch \
25 file://CVE-2016-5403.patch \
26 file://CVE-2016-4441.patch \
27 file://CVE-2016-4952.patch \
28 "
29SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
30SRC_URI[md5sum] = "42e73182dea8b9213fa7050e168a4615"
31SRC_URI[sha256sum] = "028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c"
32
33COMPATIBLE_HOST_class-target_mips64 = "null"
34
35do_install_append() {
36 # Prevent QA warnings about installed ${localstatedir}/run
37 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
38}