From ebf98cabe2b52beb4436b66d75f3e8aef01da428 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 7 Aug 2023 22:51:10 +0200 Subject: [PATCH] qemu-ga: Update to version 8.0.3 - Update from version 7.1.0 to 8.0.3 - Update of rootfile not required - Update qemu-ga in lockstep with qemu Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/qemu-ga | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu-ga b/lfs/qemu-ga index 8fd34f6f6e..db5bf8db87 100644 --- a/lfs/qemu-ga +++ b/lfs/qemu-ga @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,11 +26,11 @@ include Config SUMMARY = Guest agent for QEMU -VER = 7.1.0 +VER = 8.0.3 THISAPP = qemu-ga-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu-ga -PAK_VER = 4 +PAK_VER = 5 DEPS = -- 2.39.5