mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] qemu: Version bump. 8.1.1 -> 8.1.2
@ 2023-10-18 17:53 Christian Melki
  2023-10-21  8:44 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-10-18 17:53 UTC (permalink / raw)
  To: ptxdist

Minor bugfix release:
https://github.com/qemu/qemu/compare/v8.1.1...v8.1.2

Plugs CVE:
CVE-2023-42467 division by zero in scsi_disk_reset

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0
 .../0101-let-ninja-use-the-jobserver.patch                    | 0
 .../0102-HACK-use-existing-meson-without-venv.patch           | 0
 patches/{qemu-8.1.1 => qemu-8.1.2}/series                     | 0
 rules/qemu.make                                               | 4 ++--
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{qemu-8.1.1 => qemu-8.1.2}/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%)
 rename patches/{qemu-8.1.1 => qemu-8.1.2}/0101-let-ninja-use-the-jobserver.patch (100%)
 rename patches/{qemu-8.1.1 => qemu-8.1.2}/0102-HACK-use-existing-meson-without-venv.patch (100%)
 rename patches/{qemu-8.1.1 => qemu-8.1.2}/series (100%)

diff --git a/patches/qemu-8.1.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-8.1.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
similarity index 100%
rename from patches/qemu-8.1.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
rename to patches/qemu-8.1.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-8.1.1/0101-let-ninja-use-the-jobserver.patch b/patches/qemu-8.1.2/0101-let-ninja-use-the-jobserver.patch
similarity index 100%
rename from patches/qemu-8.1.1/0101-let-ninja-use-the-jobserver.patch
rename to patches/qemu-8.1.2/0101-let-ninja-use-the-jobserver.patch
diff --git a/patches/qemu-8.1.1/0102-HACK-use-existing-meson-without-venv.patch b/patches/qemu-8.1.2/0102-HACK-use-existing-meson-without-venv.patch
similarity index 100%
rename from patches/qemu-8.1.1/0102-HACK-use-existing-meson-without-venv.patch
rename to patches/qemu-8.1.2/0102-HACK-use-existing-meson-without-venv.patch
diff --git a/patches/qemu-8.1.1/series b/patches/qemu-8.1.2/series
similarity index 100%
rename from patches/qemu-8.1.1/series
rename to patches/qemu-8.1.2/series
diff --git a/rules/qemu.make b/rules/qemu.make
index e053a71e8..0bc700044 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
 #
 # Paths and names
 #
-QEMU_VERSION	:= 8.1.1
-QEMU_MD5	:= eb4a27bb9ca5806dc17307a5391a21e6
+QEMU_VERSION	:= 8.1.2
+QEMU_MD5	:= f7e3443d5b62afa0c10771ad42c5e17a
 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. 8.1.1 -> 8.1.2
  2023-10-18 17:53 [ptxdist] [PATCH] qemu: Version bump. 8.1.1 -> 8.1.2 Christian Melki
@ 2023-10-21  8:44 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-10-21  8:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as e3d2a7706711097c86392901147ccb74aeaf1eac.

Michael

[sent from post-receive hook]

On Sat, 21 Oct 2023 10:44:08 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfix release:
> https://github.com/qemu/qemu/compare/v8.1.1...v8.1.2
> 
> Plugs CVE:
> CVE-2023-42467 division by zero in scsi_disk_reset
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231018175306.3920774-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/qemu-8.1.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-8.1.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> similarity index 100%
> rename from patches/qemu-8.1.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> rename to patches/qemu-8.1.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> diff --git a/patches/qemu-8.1.1/0101-let-ninja-use-the-jobserver.patch b/patches/qemu-8.1.2/0101-let-ninja-use-the-jobserver.patch
> similarity index 100%
> rename from patches/qemu-8.1.1/0101-let-ninja-use-the-jobserver.patch
> rename to patches/qemu-8.1.2/0101-let-ninja-use-the-jobserver.patch
> diff --git a/patches/qemu-8.1.1/0102-HACK-use-existing-meson-without-venv.patch b/patches/qemu-8.1.2/0102-HACK-use-existing-meson-without-venv.patch
> similarity index 100%
> rename from patches/qemu-8.1.1/0102-HACK-use-existing-meson-without-venv.patch
> rename to patches/qemu-8.1.2/0102-HACK-use-existing-meson-without-venv.patch
> diff --git a/patches/qemu-8.1.1/series b/patches/qemu-8.1.2/series
> similarity index 100%
> rename from patches/qemu-8.1.1/series
> rename to patches/qemu-8.1.2/series
> diff --git a/rules/qemu.make b/rules/qemu.make
> index e053a71e8d62..0bc700044600 100644
> --- a/rules/qemu.make
> +++ b/rules/qemu.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
>  #
>  # Paths and names
>  #
> -QEMU_VERSION	:= 8.1.1
> -QEMU_MD5	:= eb4a27bb9ca5806dc17307a5391a21e6
> +QEMU_VERSION	:= 8.1.2
> +QEMU_MD5	:= f7e3443d5b62afa0c10771ad42c5e17a
>  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:[~2023-10-21  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18 17:53 [ptxdist] [PATCH] qemu: Version bump. 8.1.1 -> 8.1.2 Christian Melki
2023-10-21  8:44 ` [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