diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2021-04-23 00:45:03 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-24 17:53:05 +0100 |
| commit | ea7850cd837571a58a10aa0d674a8ddbac1c337b (patch) | |
| tree | b3be3f90389661e49a8d5424d8966540f9683886 /meta/recipes-devtools/qemu/qemu.inc | |
| parent | 2c01852bcbf95729a8cfdf271dbe70e4aa093a77 (diff) | |
| download | poky-ea7850cd837571a58a10aa0d674a8ddbac1c337b.tar.gz | |
qemu: fix CVE-2021-3409
(From OE-Core rev: e2fb8c15a64e1f5db678e8e95924da8c88a188c0)
Signed-off-by: Sakib Sajal <sakib.sajal@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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index f118772208..0ac33f87fc 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -37,6 +37,12 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 37 | file://CVE-2021-20181.patch \ | 37 | file://CVE-2021-20181.patch \ |
| 38 | file://CVE-2020-29443.patch \ | 38 | file://CVE-2020-29443.patch \ |
| 39 | file://CVE-2021-20221.patch \ | 39 | file://CVE-2021-20221.patch \ |
| 40 | file://CVE-2021-3409_1.patch \ | ||
| 41 | file://CVE-2021-3409_2.patch \ | ||
| 42 | file://CVE-2021-3409_3.patch \ | ||
| 43 | file://CVE-2021-3409_4.patch \ | ||
| 44 | file://CVE-2021-3409_5.patch \ | ||
| 45 | file://CVE-2021-3409_6.patch \ | ||
| 40 | " | 46 | " |
| 41 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 47 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
| 42 | 48 | ||
