summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-04-07 13:00:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-07 21:57:16 +0100
commitad030e8ff0be18fa09849db97158a607ffa81492 (patch)
tree2850324f1fd07b2ad634399c63c091c563ef3e25 /meta/recipes-devtools/qemu/qemu.inc
parentf4e0b265683c091fd1d7d96bc132d76955d89263 (diff)
downloadpoky-ad030e8ff0be18fa09849db97158a607ffa81492.tar.gz
qemu: fix CVE-2020-11102
(From OE-Core rev: 47f8d0da838c59ab419f0cbae941f84693cb53c0) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 530ee82fa9..f17a046fca 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -36,6 +36,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
36 file://0001-Add-enable-disable-udev.patch \ 36 file://0001-Add-enable-disable-udev.patch \
37 file://CVE-2020-7211.patch \ 37 file://CVE-2020-7211.patch \
38 file://0001-qemu-Do-not-include-file-if-not-exists.patch \ 38 file://0001-qemu-Do-not-include-file-if-not-exists.patch \
39 file://CVE-2020-11102.patch \
39 " 40 "
40UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 41UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
41 42