diff options
author | Li Wang <li.wang@windriver.com> | 2020-12-04 03:44:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-03 08:58:26 +0000 |
commit | 2b2431625c688c4c078e318fd2a0235f581664c8 (patch) | |
tree | c861a6d42c748958b30ce9d7fe7919b610375a50 /meta/recipes-devtools/qemu/qemu.inc | |
parent | edc9198e167b3fdad8f927101e5cc81b5b720821 (diff) | |
download | poky-2b2431625c688c4c078e318fd2a0235f581664c8.tar.gz |
qemu: CVE-2020-25723
References:
https://nvd.nist.gov/vuln/detail/CVE-2020-25723
https://bugzilla.redhat.com/show_bug.cgi?id=1898579
backport patch from:
https://git.qemu.org/?p=qemu.git;a=commit;h=2fdb42d840400d58f2e706ecca82c142b97bcbd6
(From OE-Core rev: 3a52f12bd08bd6f0e386c78f9f87acacdb7714cb)
Signed-off-by: Li Wang <li.wang@windriver.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 b5827dc2ad..0207de2637 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -35,6 +35,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
35 | file://CVE-2020-24352.patch \ | 35 | file://CVE-2020-24352.patch \ |
36 | file://CVE-2020-29129-CVE-2020-29130.patch \ | 36 | file://CVE-2020-29129-CVE-2020-29130.patch \ |
37 | file://CVE-2020-25624.patch \ | 37 | file://CVE-2020-25624.patch \ |
38 | file://CVE-2020-25723.patch \ | ||
38 | " | 39 | " |
39 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 40 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
40 | 41 | ||