From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/2] qemu: Update to version 8.0.3
Date: Mon, 07 Aug 2023 22:51:06 +0200 [thread overview]
Message-ID: <20230807205110.2664534-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230807205110.2664534-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3415 bytes --]
- Update from version 7.1.0 to 8.0.3
- Update of rootfile
- Changelog is too large to include here. See the following links for more details
8.0
https://wiki.qemu.org/ChangeLog/8.0
7.2
https://wiki.qemu.org/ChangeLog/7.2
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/qemu | 12 ------------
lfs/qemu | 6 +++---
2 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu
index 5f6cbffb4..e69e28322 100644
--- a/config/rootfiles/packages/qemu
+++ b/config/rootfiles/packages/qemu
@@ -20,13 +20,8 @@ usr/bin/qemu-system-x86_64
usr/bin/qemu-x86_64
usr/include/qemu-plugin.h
usr/libexec/qemu-bridge-helper
-usr/libexec/virtiofsd
#usr/share/applications/qemu.desktop
-#usr/share/icons/hicolor/128x128
-#usr/share/icons/hicolor/128x128/apps
#usr/share/icons/hicolor/128x128/apps/qemu.png
-#usr/share/icons/hicolor/16x16
-#usr/share/icons/hicolor/16x16/apps
#usr/share/icons/hicolor/16x16/apps/qemu.png
#usr/share/icons/hicolor/24x24
#usr/share/icons/hicolor/24x24/apps
@@ -34,8 +29,6 @@ usr/libexec/virtiofsd
#usr/share/icons/hicolor/256x256
#usr/share/icons/hicolor/256x256/apps
#usr/share/icons/hicolor/256x256/apps/qemu.png
-#usr/share/icons/hicolor/32x32
-#usr/share/icons/hicolor/32x32/apps
#usr/share/icons/hicolor/32x32/apps/qemu.bmp
#usr/share/icons/hicolor/32x32/apps/qemu.png
#usr/share/icons/hicolor/48x48
@@ -44,8 +37,6 @@ usr/libexec/virtiofsd
#usr/share/icons/hicolor/512x512
#usr/share/icons/hicolor/512x512/apps
#usr/share/icons/hicolor/512x512/apps/qemu.png
-#usr/share/icons/hicolor/64x64
-#usr/share/icons/hicolor/64x64/apps
#usr/share/icons/hicolor/64x64/apps/qemu.png
#usr/share/icons/hicolor/scalable/apps/qemu.svg
#usr/share/qemu
@@ -142,7 +133,6 @@ usr/share/qemu/qemu-nsis.bmp
usr/share/qemu/qemu_vga.ndrv
#usr/share/qemu/s390-ccw.img
#usr/share/qemu/s390-netboot.img
-usr/share/qemu/sgabios.bin
#usr/share/qemu/skiboot.lid
#usr/share/qemu/slof.bin
usr/share/qemu/trace-events-all
@@ -157,7 +147,5 @@ usr/share/qemu/vgabios-stdvga.bin
usr/share/qemu/vgabios-virtio.bin
usr/share/qemu/vgabios-vmware.bin
usr/share/qemu/vgabios.bin
-usr/share/qemu/vhost-user
-usr/share/qemu/vhost-user/50-qemu-virtiofsd.json
usr/share/qemu/vof-nvram.bin
usr/share/qemu/vof.bin
diff --git a/lfs/qemu b/lfs/qemu
index 0f581e297..d12c19192 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -27,7 +27,7 @@ include Config
SUMMARY = Machine emulator and virtualizer
# If you update the version also qemu-ga !!!
-VER = 7.1.0
+VER = 8.0.3
THISAPP = qemu-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = qemu
-PAK_VER = 37
+PAK_VER = 38
DEPS = alsa libusbredir spice libseccomp
@@ -61,7 +61,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf
+$(DL_FILE)_BLAKE2 = 071cc1a35209a02e8c5dd4f43cb112f110b4655adb0f870a04fdf9a6e2c761699574e8c9426f70f60787a99acf252d7a64d94a8e837cdfeda93d89428d7866f3
install : $(TARGET)
--
2.41.0
next prev parent reply other threads:[~2023-08-07 20:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 20:51 [PATCH] poppler: Update to version 23.08.0 Adolf Belka
2023-08-07 20:51 ` [PATCH] popt: Update to version 1.19 Adolf Belka
2023-08-07 20:51 ` Adolf Belka [this message]
2023-08-07 20:51 ` [PATCH] qpdf: Update to version 11.5.0 Adolf Belka
2023-08-07 20:51 ` [PATCH] reiserfsprogs: Remove reiserfsprogs as the filesystem was removed in CU167 Adolf Belka
2023-08-08 16:32 ` Michael Tremer
2023-08-08 19:20 ` Adolf Belka
2023-08-11 11:01 ` Michael Tremer
2023-08-07 20:51 ` [PATCH] rpcsvc-proto: Update to version 1.4.4 Adolf Belka
2023-08-07 20:51 ` [PATCH 2/2] qemu-ga: Update to version 8.0.3 Adolf Belka
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=20230807205110.2664534-3-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.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