From e40006fe9a29e08bd27a51ac4822f443b3ee2e55 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 10 Nov 2023 11:59:02 +0100 Subject: [PATCH] qemu: Update to version 8.1.2 - 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 further info on what changes occurred in the changelog. For more details the git repo commits 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 1e46f14a1a..2c45d7156a 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 = 8.1.1 +VER = 8.1.2 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 = 40 +PAK_VER = 41 DEPS = alsa elfutils libusbredir spice libseccomp libslirp @@ -61,7 +61,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 71220fad7c9f74bed6211879f01566ac1e52835feb3d45eaa1b2fe1d5f95d9fa5db53b7aec72b4ef098c03d0c4070076c907fb3e6b839002de6f56ee5ab44340 +$(DL_FILE)_BLAKE2 = 8f48638cd1f0285356aae2d14862f56cc79da09bb9ff9f09e90221fdca851e9c3f8a3d940039f578d24d0b4435baf19cb52a3e927e97bf978ea674d148ecd746 install : $(TARGET) -- 2.39.5