From: Lee Chee Yang Date: Mon, 15 Jan 2024 07:30:57 +0000 (+0800) Subject: qemu: 8.1.2 -> 8.1.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2f2b5be2070544f0ab98144e4c31c749b7d504;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: 8.1.2 -> 8.1.4 update include fix for CVE-2023-3019. CVE-2023-3019 : https://github.com/qemu/qemu/commit/88e79a2dfda319f9ebec2cc8a5c3c9733716d13f Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/qemu/qemu-native_8.1.2.bb b/meta/recipes-devtools/qemu/qemu-native_8.1.4.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-native_8.1.2.bb rename to 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 similarity index 100% rename from meta/recipes-devtools/qemu/qemu-system-native_8.1.2.bb rename to 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 5ab2cb83b4d..0ea23ecdc33 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 \ UPSTREAM_CHECK_REGEX = "qemu-(?P\d+(\.\d+)+)\.tar" -SRC_URI[sha256sum] = "541526a764576eb494d2ff5ec46aeb253e62ea29035d1c23c0a8af4e6cd4f087" +SRC_URI[sha256sum] = "176dd6d0bdcc4c71a94172d12ddb7a3b2e8e20d638e5db26138165a382be2dbd" SRC_URI:append:class-target = " file://cross.patch" 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 similarity index 100% rename from meta/recipes-devtools/qemu/qemu_8.1.2.bb rename to meta/recipes-devtools/qemu/qemu_8.1.4.bb