Thanks, applied as 5c2f847042a727882ea65fa2f021f10452f14f36. Michael
[sent from post-receive hook] On Mon, 17 Feb 2025 08:24:41 +0100, Christian Melki <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 080d7ba71246..504453143a43 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)
