From fad9000fbb064bf68dab76043bff418e2371f9ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 May 2024 15:32:58 -0400 Subject: [PATCH 1/4] qemu: update to 9.0.0. --- srcpkgs/qemu/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index 00f1a12be0f651..184b1396f33cbd 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.2.1 +version=9.0.0 revision=1 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var @@ -28,11 +28,11 @@ maintainer="Orphaned " 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=ff6413d5b6a8bcc62f0c057195dff499e9321bb68723107bd1cba76cc54ca8ad +checksum=f816255215ed495d164311210e05aec867c4cb22576b41b2d723209de579ed61 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 - opensbi-riscv64-generic-fw_dynamic.elf" +nostrip_files="hppa-firmware.img hppa-firmware64.img openbios-ppc + openbios-sparc32 openbios-sparc64 palcode-clipper s390-ccw.img + s390-netboot.img u-boot.e500" build_options="gtk3 iscsi jack numa opengl pulseaudio sdl2 smartcard spice virgl" build_options_default="gtk3 iscsi jack numa opengl pulseaudio sdl2 smartcard spice virgl" From b26d27818ac3b585b5fe15fdeeb5a98a7783d5ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 May 2024 15:37:37 -0400 Subject: [PATCH 2/4] qemu-user-static: update to 9.0.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 00284170e4df2f..874effec030168 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.2.1 +version=9.0.0 revision=1 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec @@ -14,7 +14,7 @@ maintainer="Orphaned " 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=ff6413d5b6a8bcc62f0c057195dff499e9321bb68723107bd1cba76cc54ca8ad +checksum=f816255215ed495d164311210e05aec867c4cb22576b41b2d723209de579ed61 _fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k From 839405247d908dfb08822e334e95598d1533b145 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 May 2024 15:39:29 -0400 Subject: [PATCH 3/4] libvirt: update to 10.3.0. --- srcpkgs/libvirt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index 117fbb536424b5..f2ceac4f4e45eb 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -1,6 +1,6 @@ # Template file for 'libvirt' pkgname=libvirt -version=10.0.0 +version=10.3.0 revision=1 build_style=meson configure_args="-Dqemu_user=libvirt -Dqemu_group=libvirt -Drunstatedir=/run @@ -20,7 +20,7 @@ license="LGPL-2.1-or-later" homepage="https://libvirt.org" changelog="https://raw.githubusercontent.com/libvirt/libvirt/master/NEWS.rst" distfiles="https://libvirt.org/sources/libvirt-${version}.tar.xz" -checksum=8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a +checksum=2af5a50b6b1027822b6344e35080fa78cc8266f821a3ae6f8f372f18dd049018 # At least one test times out on CI but works locally make_check=ci-skip From 824cbb3d0e45afa4f8ef2ab1ebe831aecfb077d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 May 2024 15:39:56 -0400 Subject: [PATCH 4/4] libvirt-python3: update to 10.3.0. --- srcpkgs/libvirt-python3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template index 463e7c159e3f31..4c6fa01f827dfc 100644 --- a/srcpkgs/libvirt-python3/template +++ b/srcpkgs/libvirt-python3/template @@ -1,6 +1,6 @@ # Template file for 'libvirt-python3' pkgname=libvirt-python3 -version=10.0.0 +version=10.3.0 revision=1 build_style=python3-module hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel @@ -13,7 +13,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://pypi.org/project/libvirt-python/" distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz" -checksum=a82588f0e7db53eda7b7dbcbc448b0ec43e00a8c77cac69644495299b410c20d +checksum=0333781ffef915d984f36a9b475ae8df6d01763883eefbd138d14c7591f51f2f do_check() { PYTHONPATH="$(cd build/lib.* && pwd)" pytest