mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] qemu: Version bump. 8.0.0 -> 8.0.2
@ 2023-06-01 19:24 Christian Melki
  2023-06-06  7:00 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-06-01 19:24 UTC (permalink / raw)
  To: ptxdist

Minor bugfix release.
Was actually 8.0.1 but had one more fix and bumped to 8.0.2
I couldn't find a proper release summary for 8.0.2 but
the git logs looked rather harmless.

* 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
 patches/{qemu-8.0.0 => qemu-8.0.2}/series                     | 0
 rules/qemu.make                                               | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{qemu-8.0.0 => qemu-8.0.2}/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%)
 rename patches/{qemu-8.0.0 => qemu-8.0.2}/0101-let-ninja-use-the-jobserver.patch (100%)
 rename patches/{qemu-8.0.0 => qemu-8.0.2}/series (100%)

diff --git a/patches/qemu-8.0.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-8.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
similarity index 100%
rename from patches/qemu-8.0.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
rename to patches/qemu-8.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-8.0.0/0101-let-ninja-use-the-jobserver.patch b/patches/qemu-8.0.2/0101-let-ninja-use-the-jobserver.patch
similarity index 100%
rename from patches/qemu-8.0.0/0101-let-ninja-use-the-jobserver.patch
rename to patches/qemu-8.0.2/0101-let-ninja-use-the-jobserver.patch
diff --git a/patches/qemu-8.0.0/series b/patches/qemu-8.0.2/series
similarity index 100%
rename from patches/qemu-8.0.0/series
rename to patches/qemu-8.0.2/series
diff --git a/rules/qemu.make b/rules/qemu.make
index 0c6e39d17..324beaa36 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
 #
 # Paths and names
 #
-QEMU_VERSION	:= 8.0.0
-QEMU_MD5	:= f871d2602f5db527533db0f13aa79ab9
+QEMU_VERSION	:= 8.0.2
+QEMU_MD5	:= 15ee0d10f7a707ca22058da71c837a97
 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.0.0 -> 8.0.2
  2023-06-01 19:24 [ptxdist] [PATCH] qemu: Version bump. 8.0.0 -> 8.0.2 Christian Melki
@ 2023-06-06  7:00 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-06-06  7:00 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 347103b23b6691f94d457aeb34c3bb898027af36.

Michael

[sent from post-receive hook]

On Tue, 06 Jun 2023 09:00:20 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfix release.
> Was actually 8.0.1 but had one more fix and bumped to 8.0.2
> I couldn't find a proper release summary for 8.0.2 but
> the git logs looked rather harmless.
> 
> * Forward patchset. Applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230601192403.351578-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/qemu-8.0.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-8.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> similarity index 100%
> rename from patches/qemu-8.0.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> rename to patches/qemu-8.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> diff --git a/patches/qemu-8.0.0/0101-let-ninja-use-the-jobserver.patch b/patches/qemu-8.0.2/0101-let-ninja-use-the-jobserver.patch
> similarity index 100%
> rename from patches/qemu-8.0.0/0101-let-ninja-use-the-jobserver.patch
> rename to patches/qemu-8.0.2/0101-let-ninja-use-the-jobserver.patch
> diff --git a/patches/qemu-8.0.0/series b/patches/qemu-8.0.2/series
> similarity index 100%
> rename from patches/qemu-8.0.0/series
> rename to patches/qemu-8.0.2/series
> diff --git a/rules/qemu.make b/rules/qemu.make
> index 0c6e39d176b1..324beaa36626 100644
> --- a/rules/qemu.make
> +++ b/rules/qemu.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
>  #
>  # Paths and names
>  #
> -QEMU_VERSION	:= 8.0.0
> -QEMU_MD5	:= f871d2602f5db527533db0f13aa79ab9
> +QEMU_VERSION	:= 8.0.2
> +QEMU_MD5	:= 15ee0d10f7a707ca22058da71c837a97
>  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-06-06  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 19:24 [ptxdist] [PATCH] qemu: Version bump. 8.0.0 -> 8.0.2 Christian Melki
2023-06-06  7:00 ` [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