Download raw body.
UPDATE: QEMU 9.2.1
On Fri, Feb 14, 2025 at 01:30:38AM -0500, Brad Smith wrote:
> Here is an update to QEMU 9.2.1.
>
>
> https://marc.info/?l=qemu-devel&m=173933916608751&w=2
Here is an updated diff for 9.2.2.
Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.248
diff -u -p -u -p -r1.248 Makefile
--- Makefile 28 Jan 2025 11:22:02 -0000 1.248
+++ Makefile 26 Feb 2025 00:54:07 -0000
@@ -6,9 +6,8 @@ USE_NOBTCFI= Yes
COMMENT-main= multi system emulator
COMMENT-ga= QEMU guest agent
-VERSION= 9.2.0
+VERSION= 9.2.2
DISTNAME= qemu-${VERSION}
-REVISION= 1
CATEGORIES= emulators
SITES= https://download.qemu.org/
EXTRACT_SUFX= .tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.78
diff -u -p -u -p -r1.78 distinfo
--- distinfo 8 Jan 2025 15:19:11 -0000 1.78
+++ distinfo 26 Feb 2025 00:54:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (qemu-9.2.0.tar.xz) = +FnwvGXh9TPQQLvoySvP7O5a8skhpmh8ZS+0TQib2JQ=
-SIZE (qemu-9.2.0.tar.xz) = 135188800
+SHA256 (qemu-9.2.2.tar.xz) = dS6u63cpI6c9U2sjHgW8wJybH1FpCkGtmXPZAOTsn78=
+SIZE (qemu-9.2.2.tar.xz) = 134756816
Index: patches/patch-meson_build
===================================================================
RCS file: /cvs/ports/emulators/qemu/patches/patch-meson_build,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 patch-meson_build
--- patches/patch-meson_build 8 Jan 2025 15:19:11 -0000 1.16
+++ patches/patch-meson_build 26 Feb 2025 00:54:07 -0000
@@ -24,7 +24,7 @@ Index: meson.build
config_host_data.set_quoted('CONFIG_QEMU_MODDIR', get_option('prefix') / qemu_moddir)
config_host_data.set_quoted('CONFIG_SYSCONFDIR', get_option('prefix') / get_option('sysconfdir'))
-@@ -4561,9 +4560,6 @@ if have_rust
+@@ -4564,9 +4563,6 @@ if have_rust
summary_info += {'bindgen version': bindgen.version()}
endif
option_cflags = (get_option('debug') ? ['-g'] : [])
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/emulators/qemu/pkg/PLIST-main,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 PLIST-main
--- pkg/PLIST-main 13 Jan 2025 11:59:00 -0000 1.20
+++ pkg/PLIST-main 26 Feb 2025 00:54:07 -0000
@@ -455,6 +455,7 @@ share/qemu/firmware/60-edk2-aarch64.json
share/qemu/firmware/60-edk2-arm.json
share/qemu/firmware/60-edk2-i386.json
share/qemu/firmware/60-edk2-loongarch64.json
+share/qemu/firmware/60-edk2-riscv64.json
share/qemu/firmware/60-edk2-x86_64.json
share/qemu/hppa-firmware.img
share/qemu/hppa-firmware64.img
UPDATE: QEMU 9.2.1