From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] qemu: Update to version 8.1.2 Date: Fri, 10 Nov 2023 11:59:02 +0100 Message-ID: <20231110105910.11113-5-adolf.belka@ipfire.org> In-Reply-To: <20231110105910.11113-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6052085910295190673==" List-Id: --===============6052085910295190673== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 8.1.1 to 8.1.2 - Update of rootfile not required - Changelog is only provided at the 8.1 level and not lower. There is no furt= her info on what changes occurred in the changelog. For more details the git repo comm= its need to be reviewed - https://gitlab.com/qemu-project/qemu/-/commits/master Signed-off-by: Adolf Belka --- lfs/qemu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 1e46f14a1..2c45d7156 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -27,7 +27,7 @@ include Config SUMMARY =3D Machine emulator and virtualizer =20 # If you update the version also qemu-ga !!! -VER =3D 8.1.1 +VER =3D 8.1.2 =20 THISAPP =3D qemu-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D qemu -PAK_VER =3D 40 +PAK_VER =3D 41 =20 DEPS =3D alsa elfutils libusbredir spice libseccomp libslirp =20 @@ -61,7 +61,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 71220fad7c9f74bed6211879f01566ac1e52835feb3d45eaa1b2fe= 1d5f95d9fa5db53b7aec72b4ef098c03d0c4070076c907fb3e6b839002de6f56ee5ab44340 +$(DL_FILE)_BLAKE2 =3D 8f48638cd1f0285356aae2d14862f56cc79da09bb9ff9f09e90221= fdca851e9c3f8a3d940039f578d24d0b4435baf19cb52a3e927e97bf978ea674d148ecd746 =20 install : $(TARGET) =20 --=20 2.42.1 --===============6052085910295190673==--