diff options
| author | Khairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@intel.com> | 2021-04-07 05:42:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:24 +0100 |
| commit | b50e51b1c848e0162e693e986be59c15e5e57e5c (patch) | |
| tree | 480fa560f39d79da4dcfa0c510c8d00686c3b6b6 /meta/recipes-devtools/qemu/qemu.inc | |
| parent | 84a6d97670d6ec0589b2591b4a660b3b069e21cb (diff) | |
| download | poky-b50e51b1c848e0162e693e986be59c15e5e57e5c.tar.gz | |
qemu: Fix CVE-2020-35517
CVE:
CVE-2020-35517
(From OE-Core rev: 51376edb13eed748395ebe1e56081c092565be9b)
Signed-off-by: Khairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index a625809597..f0416b0379 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -31,6 +31,9 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 31 | file://determinism.patch \ | 31 | file://determinism.patch \ |
| 32 | file://0001-tests-meson.build-use-relative-path-to-refer-to-file.patch \ | 32 | file://0001-tests-meson.build-use-relative-path-to-refer-to-file.patch \ |
| 33 | file://CVE-2021-20203.patch \ | 33 | file://CVE-2021-20203.patch \ |
| 34 | file://CVE-2020-35517_1.patch \ | ||
| 35 | file://CVE-2020-35517_2.patch \ | ||
| 36 | file://CVE-2020-35517_3.patch \ | ||
| 34 | " | 37 | " |
| 35 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 38 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
| 36 | 39 | ||
