|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
# When updating the version, check whether the list of supported targets
|
|
# When updating the version, check whether the list of supported targets
|
|
# needs to be updated.
|
|
# needs to be updated.
|
|
-QEMU_VERSION = 8.1.0
|
|
|
|
|
|
+QEMU_VERSION = 8.1.1
|
|
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
|
|
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
|
|
QEMU_SITE = https://download.qemu.org
|
|
QEMU_SITE = https://download.qemu.org
|
|
QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
|
|
QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
|
|
@@ -16,6 +16,12 @@ QEMU_LICENSE_FILES = COPYING COPYING.LIB
|
|
# individual source files.
|
|
# individual source files.
|
|
QEMU_CPE_ID_VENDOR = qemu
|
|
QEMU_CPE_ID_VENDOR = qemu
|
|
|
|
|
|
|
|
+# Need to ignore the following CVEs because the CPE database does
|
|
|
|
+# not have an entry for the 8.1.1 version yet.
|
|
|
|
+QEMU_IGNORE_CVES += CVE-2023-4135
|
|
|
|
+QEMU_IGNORE_CVES += CVE-2023-3354
|
|
|
|
+QEMU_IGNORE_CVES += CVE-2023-3180
|
|
|
|
+
|
|
#-------------------------------------------------------------
|
|
#-------------------------------------------------------------
|
|
|
|
|
|
# The build system is now partly based on Meson.
|
|
# The build system is now partly based on Meson.
|