diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 0ac33f87fc..177e453fff 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -43,6 +43,16 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
43 | file://CVE-2021-3409_4.patch \ | 43 | file://CVE-2021-3409_4.patch \ |
44 | file://CVE-2021-3409_5.patch \ | 44 | file://CVE-2021-3409_5.patch \ |
45 | file://CVE-2021-3409_6.patch \ | 45 | file://CVE-2021-3409_6.patch \ |
46 | file://CVE-2021-3416_1.patch \ | ||
47 | file://CVE-2021-3416_2.patch \ | ||
48 | file://CVE-2021-3416_3.patch \ | ||
49 | file://CVE-2021-3416_4.patch \ | ||
50 | file://CVE-2021-3416_5.patch \ | ||
51 | file://CVE-2021-3416_6.patch \ | ||
52 | file://CVE-2021-3416_7.patch \ | ||
53 | file://CVE-2021-3416_8.patch \ | ||
54 | file://CVE-2021-3416_9.patch \ | ||
55 | file://CVE-2021-3416_10.patch \ | ||
46 | " | 56 | " |
47 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 57 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
48 | 58 | ||