From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNVYy244Bz36Vs for ; Fri, 12 Sep 2025 10:11:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNVYq0nhlz331X for ; Fri, 12 Sep 2025 10:10:55 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cNVYp5xN2z3MR; Fri, 12 Sep 2025 10:10:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757671854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mCNa0jkMzksZhkpKW3tMy3WAiG+uISKvxDStdLM68mE=; b=UWi60nxBnPIltTuNH4uDdV+p/B3pQ8ONUaH7WYjakkUxak5VfWCPb3WnV/fW787ST+iDe/ J5nWIOKubXojnUAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757671854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mCNa0jkMzksZhkpKW3tMy3WAiG+uISKvxDStdLM68mE=; b=c4d8I9KglFYG+ZeM6TXwT/b5NKHvhKpogNZC3AMf+3bEUej/4+OXSHkBMMAgX16R4R/3ZO 3HKXLQ7c350bXxSKRns2jiLBdA8Z7qJJJUeWgcsQn0L6ihzhwvOusoCePY4nCIh3989UbP ykz3J5qDghm8ncjDEZ5H7gc8BPhN05atU7r5i8Dqoz0btE1jg46FhrCXN4NrsOmaAEDdwD FTnQEjyT5Xua7FwlW0BZ403SFlGaatL5eHLB/9Vxj+DtZ32/ATmp9KPx+ml+Jr6BV3Xx27 +MUuwwQR3c5JpgPDlAarTBk+eYTpPWUatq/mcQeJ6jlI9G1kzIbYJ/fdYOp5+A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] qemu-ga: Update to version 10.1.0 Date: Fri, 12 Sep 2025 12:10:44 +0200 Message-ID: <20250912101046.7142-11-adolf.belka@ipfire.org> In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org> References: <20250912101046.7142-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 10.0.2 to 10.1.0 in tandem with qemu - Update of rootfile not required - Changelog as for qemu update Signed-off-by: Adolf Belka --- lfs/qemu-ga | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu-ga b/lfs/qemu-ga index 29ce922db..d6a973bcb 100644 --- a/lfs/qemu-ga +++ b/lfs/qemu-ga @@ -26,11 +26,11 @@ include Config SUMMARY = Guest agent for QEMU -VER = 10.0.2 +VER = 10.1.0 THISAPP = qemu-ga-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu-ga -PAK_VER = 11 +PAK_VER = 12 DEPS = -- 2.51.0