Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] qemu(-user-static): update to 7.2.0.
Date: Sat, 17 Dec 2022 06:47:40 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41138@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

There is a new pull request by unspecd against master on the void-packages repository

https://github.com/unspecd/void-packages pkg/qemu
https://github.com/void-linux/void-packages/pull/41138

qemu(-user-static): update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - ppc64le-musl - *in progress*

https://wiki.qemu.org/ChangeLog/7.2

A patch file from https://github.com/void-linux/void-packages/pull/41138.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg/qemu-41138.patch --]
[-- Type: text/x-diff, Size: 2601 bytes --]

From 6bda513b823c01c95a1d2dae79545fa90883f36e Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:10 +1100
Subject: [PATCH 1/2] qemu: update to 7.2.0.

---
 srcpkgs/qemu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index b19ccffa0bab..92b5323dc33e 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf

From a477458f1d9a09280d681b0a942ec824df9b90d6 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Fri, 16 Dec 2022 17:33:11 +1100
Subject: [PATCH 2/2] qemu-user-static: update to 7.2.0.

---
 srcpkgs/qemu-user-static/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 399ac617ead7..cf2e97042c08 100644
--- a/srcpkgs/qemu-user-static/template
+++ b/srcpkgs/qemu-user-static/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu-user-static'
 # This package should be updated together with qemu
 pkgname=qemu-user-static
-version=7.1.0
+version=7.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
+checksum=dc05d46ae12eefe55c568724a766ed374fad464280a83a9056b414ec6da44761
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

             reply	other threads:[~2022-12-17  5:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17  5:47 unspecd [this message]
2022-12-18 15:51 ` [PR PATCH] [Updated] " unspecd
2022-12-19  6:43 ` unspecd
2022-12-19  6:46 ` unspecd
2022-12-21 11:39 ` unspecd
2022-12-21 20:25 ` oreo639
2022-12-22  0:41 ` oreo639
2022-12-22  0:42 ` oreo639
2022-12-22  9:28 ` [PR PATCH] [Updated] " unspecd
2022-12-22 11:55 ` unspecd
2023-01-21  1:10 ` oreo639
2023-01-22  7:06 ` [PR PATCH] [Updated] " unspecd
2023-01-22  9:37 ` unspecd
2023-02-17 13:27 ` [PR PATCH] [Updated] " unspecd
2023-02-17 13:28 ` unspecd
2023-04-16  9:39 ` [PR PATCH] [Updated] " unspecd
2023-04-16  9:39 ` unspecd
2023-04-22 23:33 ` [PR PATCH] [Updated] qemu(-user-static): update to 7.2.1 unspecd
2023-05-18 11:46 ` qemu(-user-static): update to 8.0.0 AnErrupTion
2023-08-01  8:08 ` [PR PATCH] [Closed]: " unspecd
  -- strict thread matches above, loose matches on Subject: below --
2022-04-21 12:22 [PR PATCH] qemu(-user-static): update to 7.2.0 unspecd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41138@inbox.vuxu.org \
    --to=unspecd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).