Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qemu: update to 8.1.2
Date: Wed, 10 Jan 2024 04:14:13 +0100	[thread overview]
Message-ID: <20240110031413.Ve81tVf-2pf3GsAA7CkpvS0PGY9clsqFCHi8PV_7pcU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46462@inbox.vuxu.org>

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

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR qemu
https://github.com/void-linux/void-packages/pull/46462

qemu: update to 8.1.2

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)


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

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

From a43e4d599f56f8f39ecacd12f2ffd7a2f96277e1 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Fri, 6 Oct 2023 03:29:33 +0200
Subject: [PATCH 1/2] qemu: update to 8.2.0, adopt

---
 srcpkgs/qemu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 92df1dcb9de25..ec8f68da1776d 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=8.1.3
+version=8.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@@ -24,11 +24,11 @@ makedepends="capstone-devel dtc-devel libpng-devel libjpeg-turbo-devel pixman-de
  $(vopt_if smartcard libcacard-devel) $(vopt_if numa 'libnuma-devel')
  $(vopt_if jack 'jack-devel') $(vopt_if pulseaudio 'pulseaudio-devel')"
 short_desc="Open Source Processor Emulator"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="zenobit <zenobit@disroot.org>"
 license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=0e448fb68f3a3bf43a3206e72a91e69136283b430b5996156dd7dfc64e55c998
+checksum=c12dc520b3626691a17cdc28c0f85d67367b350c565518fc4f2ac1d750e73468
 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 c7ea3394dc777c0828e573db1f5f501385ad12c5 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Fri, 6 Oct 2023 04:12:01 +0200
Subject: [PATCH 2/2] qemu-user-static: update to 8.2.0, adopt

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

diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template
index 0674a92878a80..3feae2245602f 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=8.1.3
+version=8.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
@@ -10,11 +10,11 @@ configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
 hostmakedepends="flex glib-devel pkg-config perl python3 ninja"
 makedepends="dtc-devel glib-devel pixman-devel libuuid-devel"
 short_desc="QEMU User-mode emulators (statically compiled)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="zenobit <zenobit@disroot.org>"
 license="GPL-2.0-only, LGPL-2.1-only"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=0e448fb68f3a3bf43a3206e72a91e69136283b430b5996156dd7dfc64e55c998
+checksum=c12dc520b3626691a17cdc28c0f85d67367b350c565518fc4f2ac1d750e73468
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

  parent reply	other threads:[~2024-01-10  3:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06  1:31 [PR PATCH] qemu: update to 8.1.1 zen0bit
2023-10-06  2:12 ` [PR PATCH] [Updated] " zen0bit
2023-10-31 11:48 ` JamiKettunen
2023-11-15  2:53 ` [PR PATCH] [Updated] " zen0bit
2024-01-10  3:14 ` zen0bit [this message]
2024-02-26 21:51 ` [PR PATCH] [Closed]: qemu: update to 8.2.0, adopt, qemu-user-static: update to 8.2.0, adopt ahesford
2024-02-26 21:51 ` ahesford

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=20240110031413.Ve81tVf-2pf3GsAA7CkpvS0PGY9clsqFCHi8PV_7pcU@z \
    --to=zen0bit@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).