From: Richard Purdie Date: Fri, 2 Aug 2024 09:56:44 +0000 (+0100) Subject: qemu: Upgrade 9.0.1 -> 9.0.2 X-Git-Tag: yocto-5.2~2192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64c2e0a378cf3341e164664925190cc87e41b2fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Upgrade 9.0.1 -> 9.0.2 Update along the stable release series. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu-native_9.0.1.bb b/meta/recipes-devtools/qemu/qemu-native_9.0.2.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-native_9.0.1.bb rename to meta/recipes-devtools/qemu/qemu-native_9.0.2.bb diff --git a/meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb b/meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb rename to meta/recipes-devtools/qemu/qemu-system-native_9.0.2.bb diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4a15c97d938..f37b32985bf 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] = "d0f4db0fbd151c0cf16f84aeb2a500f6e95009732546f44dafab8d2049bbb805" +SRC_URI[sha256sum] = "a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6" 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." diff --git a/meta/recipes-devtools/qemu/qemu_9.0.1.bb b/meta/recipes-devtools/qemu/qemu_9.0.2.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu_9.0.1.bb rename to meta/recipes-devtools/qemu/qemu_9.0.2.bb