summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_3.0.0.bb
diff options
context:
space:
mode:
authorDan Tran <dantran@microsoft.com>2019-09-20 18:46:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-10 16:52:30 +0100
commit7d0a5058e604ff7fc1dc3fe547138a2b85f467a1 (patch)
treedd11efd6370c1f6fcf387c03804411bf475711ae /meta/recipes-devtools/qemu/qemu_3.0.0.bb
parent70f57755d7e841748ec9cfccf6698a9f317bee5e (diff)
downloadpoky-7d0a5058e604ff7fc1dc3fe547138a2b85f467a1.tar.gz
qemu: Fix 4 CVEs
Fixes CVE-2018-18954, CVE-2019-3812, CVE-2019-6778, and CVE-2019-8934. Also deleted duplicated patch and cleanup. (From OE-Core rev: e4b6a39bdf1b660233a7145599cd4fc3e971fc8f) Signed-off-by: Dan Tran <dantran@microsoft.com> [fixup for thud-next] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_3.0.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_3.0.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_3.0.0.bb b/meta/recipes-devtools/qemu/qemu_3.0.0.bb
index f02e3120cc..6c3049b40e 100644
--- a/meta/recipes-devtools/qemu/qemu_3.0.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_3.0.0.bb
@@ -21,8 +21,8 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
21 file://0009-apic-fixup-fallthrough-to-PIC.patch \ 21 file://0009-apic-fixup-fallthrough-to-PIC.patch \
22 file://0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \ 22 file://0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \
23 file://0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch \ 23 file://0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch \
24 file://CVE-2018-10839.patch\
24 file://CVE-2018-15746.patch \ 25 file://CVE-2018-15746.patch \
25 file://CVE-2018-17958.patch \
26 file://CVE-2018-17962.patch \ 26 file://CVE-2018-17962.patch \
27 file://CVE-2018-17963.patch \ 27 file://CVE-2018-17963.patch \
28 file://CVE-2018-16867.patch \ 28 file://CVE-2018-16867.patch \
@@ -36,6 +36,10 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
36 file://CVE-2018-20815_p2.patch \ 36 file://CVE-2018-20815_p2.patch \
37 file://CVE-2019-9824.patch \ 37 file://CVE-2019-9824.patch \
38 file://0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch \ 38 file://0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch \
39 file://CVE-2018-18954.patch \
40 file://CVE-2019-3812.patch \
41 file://CVE-2019-6778.patch \
42 file://CVE-2019-8934.patch \
39 " 43 "
40UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 44UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
41 45