diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2022-08-10 10:11:56 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-23 15:22:52 +0100 |
| commit | 73080b3372da2783c327378a3c1d668f0300b79f (patch) | |
| tree | 47f5aa859cf8449622b1d61d789a1f708407066d /meta/recipes-devtools/qemu/qemu.inc | |
| parent | 66575e31b76894e217350350307b30d3684ba4fa (diff) | |
| download | poky-73080b3372da2783c327378a3c1d668f0300b79f.tar.gz | |
qemu: fix CVE-2021-3929
Backport patch to fix CVE-2021-3929.
(From OE-Core rev: 3be3101ab1be2be58b6f27a28ca8e1ade3aff853)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.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 dd30313fdd..53bad5c453 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://CVE-2022-35414.patch \ | 38 | file://CVE-2022-35414.patch \ |
| 39 | file://CVE-2021-3507_1.patch \ | 39 | file://CVE-2021-3507_1.patch \ |
| 40 | file://CVE-2021-3507_2.patch \ | 40 | file://CVE-2021-3507_2.patch \ |
| 41 | file://CVE-2021-3929.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 | ||
