diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2020-06-01 21:40:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-12 08:25:04 +0100 |
commit | 0fb6864216f7adbc043cec7878c52479665a7071 (patch) | |
tree | e29df13e9d19f4d7620e2c624b9f6308c44ff2cb /meta/recipes-devtools/qemu/qemu.inc | |
parent | 875d9cdaa52829089631283d2a86a305065780e2 (diff) | |
download | poky-0fb6864216f7adbc043cec7878c52479665a7071.tar.gz |
qemu: fix CVE-2020-13361
(From OE-Core rev: 2dcef5dfb5c4c57fd793d04ac936a9ff73aae844)
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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 126e7d442c..3e5006937b 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -38,6 +38,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
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 | file://CVE-2020-11102.patch \ |
40 | file://CVE-2020-11869.patch \ | 40 | file://CVE-2020-11869.patch \ |
41 | file://CVE-2020-13361.patch \ | ||
41 | " | 42 | " |
42 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 43 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
43 | 44 | ||