Minor bugfix release. Still won't build on glibc 2.41. https://github.com/qemu/qemu/compare/v9.2.0...v9.2.1
Plugs CVE: CVE-2023-2861 * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki <[email protected]> --- .../0050-sched_attr-Do-not-define-for-glibc-2.41.patch | 0 ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 patches/{qemu-9.2.0 => qemu-9.2.1}/series | 0 rules/qemu.make | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename patches/{qemu-9.2.0 => qemu-9.2.1}/0050-sched_attr-Do-not-define-for-glibc-2.41.patch (100%) rename patches/{qemu-9.2.0 => qemu-9.2.1}/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%) rename patches/{qemu-9.2.0 => qemu-9.2.1}/series (100%) diff --git a/patches/qemu-9.2.0/0050-sched_attr-Do-not-define-for-glibc-2.41.patch b/patches/qemu-9.2.1/0050-sched_attr-Do-not-define-for-glibc-2.41.patch similarity index 100% rename from patches/qemu-9.2.0/0050-sched_attr-Do-not-define-for-glibc-2.41.patch rename to patches/qemu-9.2.1/0050-sched_attr-Do-not-define-for-glibc-2.41.patch diff --git a/patches/qemu-9.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-9.2.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch similarity index 100% rename from patches/qemu-9.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch rename to patches/qemu-9.2.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch diff --git a/patches/qemu-9.2.0/series b/patches/qemu-9.2.1/series similarity index 100% rename from patches/qemu-9.2.0/series rename to patches/qemu-9.2.1/series diff --git a/rules/qemu.make b/rules/qemu.make index 080d7ba71..504453143 100644 --- a/rules/qemu.make +++ b/rules/qemu.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu # # Paths and names # -QEMU_VERSION := 9.2.0 -QEMU_MD5 := ece615b98642720430236e20237dd936 +QEMU_VERSION := 9.2.1 +QEMU_MD5 := c33f4ef002f3d8d73f07079c9b4a157b QEMU := qemu-$(QEMU_VERSION) QEMU_SUFFIX := tar.xz QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX) -- 2.34.1
