diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2024-01-15 15:30:57 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-27 08:09:47 -1000 |
commit | ddeefb3df3decf443deb94bcd2db79f5698358b5 (patch) | |
tree | b74cfc2365382dd99dd82e51b456c02a3dbac6ea /meta | |
parent | ca5733a6dd102c87662a7a6219823448c2902680 (diff) | |
download | poky-ddeefb3df3decf443deb94bcd2db79f5698358b5.tar.gz |
qemu: 8.1.2 -> 8.1.4
update include fix for CVE-2023-3019.
CVE-2023-3019 : https://github.com/qemu/qemu/commit/88e79a2dfda319f9ebec2cc8a5c3c9733716d13f
(From OE-Core rev: 2a2f2b5be2070544f0ab98144e4c31c749b7d504)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-native_8.1.4.bb (renamed from meta/recipes-devtools/qemu/qemu-native_8.1.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-system-native_8.1.4.bb (renamed from meta/recipes-devtools/qemu/qemu-system-native_8.1.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_8.1.4.bb (renamed from meta/recipes-devtools/qemu/qemu_8.1.2.bb) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_8.1.2.bb b/meta/recipes-devtools/qemu/qemu-native_8.1.4.bb index 73a0f63f2b..73a0f63f2b 100644 --- a/meta/recipes-devtools/qemu/qemu-native_8.1.2.bb +++ b/meta/recipes-devtools/qemu/qemu-native_8.1.4.bb | |||
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_8.1.2.bb b/meta/recipes-devtools/qemu/qemu-system-native_8.1.4.bb index 558a416f7b..558a416f7b 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_8.1.2.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_8.1.4.bb | |||
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 5ab2cb83b4..0ea23ecdc3 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -37,7 +37,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
37 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 37 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
38 | 38 | ||
39 | 39 | ||
40 | SRC_URI[sha256sum] = "541526a764576eb494d2ff5ec46aeb253e62ea29035d1c23c0a8af4e6cd4f087" | 40 | SRC_URI[sha256sum] = "176dd6d0bdcc4c71a94172d12ddb7a3b2e8e20d638e5db26138165a382be2dbd" |
41 | 41 | ||
42 | SRC_URI:append:class-target = " file://cross.patch" | 42 | SRC_URI:append:class-target = " file://cross.patch" |
43 | SRC_URI:append:class-nativesdk = " file://cross.patch" | 43 | SRC_URI:append:class-nativesdk = " file://cross.patch" |
diff --git a/meta/recipes-devtools/qemu/qemu_8.1.2.bb b/meta/recipes-devtools/qemu/qemu_8.1.4.bb index 84ee0bcc49..84ee0bcc49 100644 --- a/meta/recipes-devtools/qemu/qemu_8.1.2.bb +++ b/meta/recipes-devtools/qemu/qemu_8.1.4.bb | |||