summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_3.0.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2019-06-06 17:19:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-27 18:05:18 +0100
commit8e6d657a9c116a7b8239ed773aaf3940458cbd7c (patch)
tree9c33b2198a674867ec5d89d03a179a20005db5a3 /meta/recipes-devtools/qemu/qemu_3.0.0.bb
parenta43499cf8e91188e11616cff8f3c70ed033bfa86 (diff)
downloadpoky-8e6d657a9c116a7b8239ed773aaf3940458cbd7c.tar.gz
qemu: Security fix for CVE-2019-12155
Source: qemu.org MR: 98382 Type: Security Fix Disposition: Backport from https://git.qemu.org/?p=qemu.git;a=commit;h=d52680fc932efb8a2f334cc6993e705ed1e31e99 ChangeID: e4e5983ec1fa489eb8a0db08d1afa0606e59dde3 Description: Fixes CVE-2019-12155 Affects: <= 4.0.0 (From OE-Core rev: 6045c57895cad301c5e3a94de740427343a08065) Signed-off-by: Armin Kuster <akuster@mvista.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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_3.0.0.bb b/meta/recipes-devtools/qemu/qemu_3.0.0.bb
index 992cf7b1a8..63a6468acd 100644
--- a/meta/recipes-devtools/qemu/qemu_3.0.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_3.0.0.bb
@@ -31,6 +31,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
31 file://CVE-2018-19364_p1.patch \ 31 file://CVE-2018-19364_p1.patch \
32 file://CVE-2018-19364_p2.patch \ 32 file://CVE-2018-19364_p2.patch \
33 file://CVE-2018-19489.patch \ 33 file://CVE-2018-19489.patch \
34 file://CVE-2019-12155.patch \
34 " 35 "
35UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 36UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
36 37