From: gonzalo Subject: Re: UPDATE: QEMU 9.0.2 To: ports@openbsd.org Date: Fri, 26 Jul 2024 11:28:57 +0200 On 7/26/24 4:05 AM, Brad Smith wrote: > Here is an update to QEMU 9.0.2. > > > https://marc.info/?l=qemu-devel&m=172120382622559&w=2 > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/emulators/qemu/Makefile,v > retrieving revision 1.241 > diff -u -p -u -p -r1.241 Makefile > --- Makefile 15 Jul 2024 11:13:29 -0000 1.241 > +++ Makefile 26 Jul 2024 01:58:49 -0000 > @@ -6,7 +6,7 @@ USE_NOBTCFI= Yes > COMMENT-main= multi system emulator > COMMENT-ga= QEMU guest agent > > -VERSION= 9.0.1 > +VERSION= 9.0.2 > DISTNAME= qemu-${VERSION} > CATEGORIES= emulators > SITES= https://download.qemu.org/ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/emulators/qemu/distinfo,v > retrieving revision 1.74 > diff -u -p -u -p -r1.74 distinfo > --- distinfo 15 Jul 2024 11:13:29 -0000 1.74 > +++ distinfo 26 Jul 2024 01:58:49 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (qemu-9.0.1.tar.xz) = 0PTbD70VHAzxb4SusqUA9ulQCXMlRvRNr6uNIEm7uAU= > -SIZE (qemu-9.0.1.tar.xz) = 132368412 > +SHA256 (qemu-9.0.2.tar.xz) = qMP1lq7Olto7AMr7dLqvoNFFFer7jtHuP39cLQ6/ArY= > +SIZE (qemu-9.0.2.tar.xz) = 132387528 > This works for me. OK gonzalo@