From: Mathieu Dubois-Briand Date: Sat, 6 Dec 2025 17:25:51 +0000 (+0100) Subject: qemu: upgrade 10.0.6 -> 10.0.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31939f0d0d543e5df77603bfec4993b5e5c9b18b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: upgrade 10.0.6 -> 10.0.7 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu-native_10.0.6.bb b/meta/recipes-devtools/qemu/qemu-native_10.0.7.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-native_10.0.6.bb rename to meta/recipes-devtools/qemu/qemu-native_10.0.7.bb diff --git a/meta/recipes-devtools/qemu/qemu-system-native_10.0.6.bb b/meta/recipes-devtools/qemu/qemu-system-native_10.0.7.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu-system-native_10.0.6.bb rename to meta/recipes-devtools/qemu/qemu-system-native_10.0.7.bb diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 3ed5dcc671a..e02ebd65675 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -38,7 +38,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ UPSTREAM_CHECK_URI = "https://www.qemu.org" UPSTREAM_CHECK_REGEX = "qemu-(?P\d+(\.\d+)+)\.tar" -SRC_URI[sha256sum] = "c7c40c4b166871e775804e97fce4da65665d1cc93a5c6c9e2ede9d9ee992e7a0" +SRC_URI[sha256sum] = "faeea5d45a4d9bdde60716814eafadac4286f8a03ce757be632671e0eaa4ce0b" 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_10.0.6.bb b/meta/recipes-devtools/qemu/qemu_10.0.7.bb similarity index 100% rename from meta/recipes-devtools/qemu/qemu_10.0.6.bb rename to meta/recipes-devtools/qemu/qemu_10.0.7.bb