Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qemu: update to 8.1.1
@ 2023-10-06  1:31 zen0bit
  2023-10-06  2:12 ` [PR PATCH] [Updated] " zen0bit
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zen0bit @ 2023-10-06  1:31 UTC (permalink / raw)
  To: ml

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

There is a new 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.1

#### 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: 1275 bytes --]

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

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

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 11b242fce2b20..2cd17585423a7 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.0
+version=8.1.1
 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-only, LGPL-2.1-only"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=53a2388f4f67d03e94ed7fe192d8828e64c535fadf7bf9dd0bc1d2091eedf624
+checksum=9a465a98f9c32743fe05e1634f9105298e590af7a8133fc53728d6200a7b12b2
 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] qemu: update to 8.1.1
  2023-10-06  1:31 [PR PATCH] qemu: update to 8.1.1 zen0bit
@ 2023-10-06  2:12 ` zen0bit
  2023-10-31 11:48 ` JamiKettunen
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2023-10-06  2:12 UTC (permalink / raw)
  To: ml

[-- 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.1

#### 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: 2549 bytes --]

From e2f514f31d8c8bfb6283be148e0568259ab7be86 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.1.1

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

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 11b242fce2b20..2cd17585423a7 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.0
+version=8.1.1
 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-only, LGPL-2.1-only"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=53a2388f4f67d03e94ed7fe192d8828e64c535fadf7bf9dd0bc1d2091eedf624
+checksum=9a465a98f9c32743fe05e1634f9105298e590af7a8133fc53728d6200a7b12b2
 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 e6a29439c6c14973019cbb5f9cf987a88853f2ac 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.1.1

---
 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 504ec5417c94e..50ddeffb8bd3f 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.0
+version=8.1.1
 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-only, LGPL-2.1-only"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=53a2388f4f67d03e94ed7fe192d8828e64c535fadf7bf9dd0bc1d2091eedf624
+checksum=9a465a98f9c32743fe05e1634f9105298e590af7a8133fc53728d6200a7b12b2
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: qemu: update to 8.1.1
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: JamiKettunen @ 2023-10-31 11:48 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/46462#issuecomment-1787060917

Comment:
https://gitlab.com/qemu-project/qemu/-/tags/v8.1.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] qemu: update to 8.1.1
  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 ` zen0bit
  2024-01-10  3:14 ` [PR PATCH] [Updated] qemu: update to 8.1.2 zen0bit
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2023-11-15  2:53 UTC (permalink / raw)
  To: ml

[-- 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.1

#### 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: 2655 bytes --]

From 000666b385f213d8de0510437f506a9e4d93d68d 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.1.2

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

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 5671310f8ced4..0b4cd9cd428f8 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,8 +1,8 @@
 # Template file for 'qemu'
 # This package should be updated together with qemu-user-static
 pkgname=qemu
-version=8.1.0
-revision=2
+version=8.1.2
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.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=53a2388f4f67d03e94ed7fe192d8828e64c535fadf7bf9dd0bc1d2091eedf624
+checksum=48154d905c11b8d6a80de946993f57c8fe2072d5f9d151a94db3968cd7a6e444
 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 20beac2a80dd57aaf1f83785332fd1ce2dbd6e63 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.1.2

---
 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 504ec5417c94e..aec3355e1477d 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.0
+version=8.1.2
 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-only, LGPL-2.1-only"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=53a2388f4f67d03e94ed7fe192d8828e64c535fadf7bf9dd0bc1d2091eedf624
+checksum=48154d905c11b8d6a80de946993f57c8fe2072d5f9d151a94db3968cd7a6e444
 
 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
  microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] qemu: update to 8.1.2
  2023-10-06  1:31 [PR PATCH] qemu: update to 8.1.1 zen0bit
                   ` (2 preceding siblings ...)
  2023-11-15  2:53 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-10  3:14 ` zen0bit
  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
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2024-01-10  3:14 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: qemu: update to 8.2.0, adopt, qemu-user-static: update to 8.2.0, adopt
  2023-10-06  1:31 [PR PATCH] qemu: update to 8.1.1 zen0bit
                   ` (3 preceding siblings ...)
  2024-01-10  3:14 ` [PR PATCH] [Updated] qemu: update to 8.1.2 zen0bit
@ 2024-02-26 21:51 ` ahesford
  2024-02-26 21:51 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2024-02-26 21:51 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

qemu: update to 8.2.0, adopt, qemu-user-static: update to 8.2.0, adopt
https://github.com/void-linux/void-packages/pull/46462

Description:

#### 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)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: qemu: update to 8.2.0, adopt, qemu-user-static: update to 8.2.0, adopt
  2023-10-06  1:31 [PR PATCH] qemu: update to 8.1.1 zen0bit
                   ` (4 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2024-02-26 21:51 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46462#issuecomment-1965356201

Comment:
860daaeeacc, 6aef8ba189

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-26 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] qemu: update to 8.1.2 zen0bit
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

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).