* [ptxdist] [PATCH] qemu: Version bump. 9.2.0 -> 9.2.1
@ 2025-02-12 21:04 Christian Melki
2025-02-17 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-02-12 21:04 UTC (permalink / raw)
To: ptxdist
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 <christian.melki@t2data.com>
---
.../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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] qemu: Version bump. 9.2.0 -> 9.2.1
2025-02-12 21:04 [ptxdist] [PATCH] qemu: Version bump. 9.2.0 -> 9.2.1 Christian Melki
@ 2025-02-17 7:24 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-02-17 7:24 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 5c2f847042a727882ea65fa2f021f10452f14f36.
Michael
[sent from post-receive hook]
On Mon, 17 Feb 2025 08:24:41 +0100, Christian Melki <christian.melki@t2data.com> 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 <christian.melki@t2data.com>
> Message-Id: <20250212210417.3251407-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-17 7:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-12 21:04 [ptxdist] [PATCH] qemu: Version bump. 9.2.0 -> 9.2.1 Christian Melki
2025-02-17 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox