diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e9f63b9eaf..38ed637b93 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -38,20 +38,9 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
38 | file://0003-linux-user-Add-strace-for-shmat.patch \ | 38 | file://0003-linux-user-Add-strace-for-shmat.patch \ |
39 | file://0004-linux-user-Rewrite-target_shmat.patch \ | 39 | file://0004-linux-user-Rewrite-target_shmat.patch \ |
40 | file://0005-tests-tcg-Check-that-shmat-does-not-break-proc-self-.patch \ | 40 | file://0005-tests-tcg-Check-that-shmat-does-not-break-proc-self-.patch \ |
41 | file://0001-sched_attr-Do-not-define-for-glibc-2.41.patch \ | ||
41 | file://qemu-guest-agent.init \ | 42 | file://qemu-guest-agent.init \ |
42 | file://qemu-guest-agent.udev \ | 43 | file://qemu-guest-agent.udev \ |
43 | file://CVE-2024-4467-0001.patch \ | ||
44 | file://CVE-2024-4467-0002.patch \ | ||
45 | file://CVE-2024-4467-0003.patch \ | ||
46 | file://CVE-2024-4467-0004.patch \ | ||
47 | file://CVE-2024-4467-0005.patch \ | ||
48 | file://CVE-2024-7409-0001.patch \ | ||
49 | file://CVE-2024-7409-0002.patch \ | ||
50 | file://CVE-2024-7409-0003.patch \ | ||
51 | file://CVE-2024-7409-0004.patch \ | ||
52 | file://0001-target-riscv-kvm-change-KVM_REG_RISCV_FP_F-to-u32.patch \ | ||
53 | file://0002-target-riscv-kvm-change-KVM_REG_RISCV_FP_D-to-u64.patch \ | ||
54 | file://0003-target-riscv-kvm-change-timer-regs-size-to-u64.patch \ | ||
55 | " | 44 | " |
56 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 45 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
57 | 46 | ||
@@ -68,7 +57,7 @@ SRC_URI:append:class-native = " \ | |||
68 | file://0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch \ | 57 | file://0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch \ |
69 | " | 58 | " |
70 | 59 | ||
71 | SRC_URI[sha256sum] = "dc747fb366809455317601c4876bd1f6829a32a23e83fb76e45ab12c2a569964" | 60 | SRC_URI[sha256sum] = "1f0604f296ab9acb4854c054764a1ba408643fc299bd54a6500cccfaaca65b55" |
72 | 61 | ||
73 | CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default." | 62 | CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default." |
74 | 63 | ||
@@ -90,6 +79,11 @@ CVE_STATUS[CVE-2023-6683] = "cpe-incorrect: Applies only against version 8.2.1 a | |||
90 | 79 | ||
91 | CVE_STATUS[CVE-2023-6693] = "cpe-incorrect: Applies only against version 8.2.0 and earlier" | 80 | CVE_STATUS[CVE-2023-6693] = "cpe-incorrect: Applies only against version 8.2.0 and earlier" |
92 | 81 | ||
82 | # NVD DB has this CVE as version-less (with "-") | ||
83 | CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" | ||
84 | |||
85 | CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985" | ||
86 | |||
93 | COMPATIBLE_HOST:mipsarchn32 = "null" | 87 | COMPATIBLE_HOST:mipsarchn32 = "null" |
94 | COMPATIBLE_HOST:mipsarchn64 = "null" | 88 | COMPATIBLE_HOST:mipsarchn64 = "null" |
95 | COMPATIBLE_HOST:riscv32 = "null" | 89 | COMPATIBLE_HOST:riscv32 = "null" |