summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-09-08 21:07:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 12:51:24 +0100
commita063c1c630f56792716ecdebf4f8bd9e6cb2a4ef (patch)
treee659f2f147e4c43a5c29df3d97ecd2dd5914abef /meta/recipes-devtools/qemu/qemu.inc
parentcf2f611fcbe1ca340cc449cf6c63390716487e2b (diff)
downloadpoky-a063c1c630f56792716ecdebf4f8bd9e6cb2a4ef.tar.gz
qemu: fix CVE-2020-14364 CVE-2020-14415
(From OE-Core rev: 1a150f0df36892283686e3e1afb30a7742c8e252) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 49dbb1c13d..e0ea5ad477 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -45,6 +45,8 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
45 file://CVE-2020-13800.patch \ 45 file://CVE-2020-13800.patch \
46 file://CVE-2020-13362.patch \ 46 file://CVE-2020-13362.patch \
47 file://CVE-2020-15863.patch \ 47 file://CVE-2020-15863.patch \
48 file://CVE-2020-14364.patch \
49 file://CVE-2020-14415.patch \
48 " 50 "
49UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 51UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
50 52