summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-02-24 14:14:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-07 10:56:45 +0000
commit89601107db0fa6bde24c154ec9b687e18c6213f4 (patch)
treee3933e7364239927d6d77bf297c378aa899f918c /meta/recipes-devtools/qemu/qemu.inc
parent36890c03d4e1c1d959bad01bd18cc9156953ba13 (diff)
downloadpoky-89601107db0fa6bde24c154ec9b687e18c6213f4.tar.gz
qemu: Fix CVE-2020-1711
see https://git.qemu.org/?p=qemu.git;a=commit;h=693fd2acdf14dd86c0bf852610f1c2cca80a74dc (From OE-Core rev: 3e65ad67995874c363863280e40457acc3f479e9) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> 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.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index bb444b63d9..d394db8a41 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -29,7 +29,8 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
29 file://0010-configure-Add-pkg-config-handling-for-libgcrypt.patch \ 29 file://0010-configure-Add-pkg-config-handling-for-libgcrypt.patch \
30 file://CVE-2019-15890.patch \ 30 file://CVE-2019-15890.patch \
31 file://CVE-2019-12068.patch \ 31 file://CVE-2019-12068.patch \
32 " 32 file://CVE-2020-1711.patch \
33 "
33UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 34UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
34 35
35SRC_URI[md5sum] = "cdf2b5ca52b9abac9bacb5842fa420f8" 36SRC_URI[md5sum] = "cdf2b5ca52b9abac9bacb5842fa420f8"