From patchwork Mon Aug 1 15:53:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5800 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LxN2j5Sl2z3x7M for ; Mon, 1 Aug 2022 15:53:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LxN2h5nmtz1Pn; Mon, 1 Aug 2022 15:53:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LxN2h5F3hz2xyV; Mon, 1 Aug 2022 15:53:48 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LxN2g58smz2xyV for ; Mon, 1 Aug 2022 15:53:47 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LxN2f2GJZz1Ks for ; Mon, 1 Aug 2022 15:53:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659369227; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AaWUVkJzC/qSXF6L9xNheV30Mvnry4zZCQIt6RwUJsk=; b=jsK09z6GmRhGPi+N2GdRRobRb212mIia5wIXLlO2IsPdLZaN/3wZfipJR02M8XUfLxyoqK qGBMI6RinmNkAOBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659369227; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AaWUVkJzC/qSXF6L9xNheV30Mvnry4zZCQIt6RwUJsk=; b=dqf6j0AZm5a2QWSgXf/YmhzqxgP5+ZzXA6mf0cgY7qwNNTGmuO8bcUG9TCwL3jNfHw+kGE WT0IBCHnbudkRE5Az9tkr1KCi1CKTOB4ryY/QII2uPyA6stw4neQ2sRf/UrpE9KsUwDwEV 018Lf7cGLgzrAwW2FsmRS8+vnx/H+8C2RkJguzxUdJxH8k3+CTC/Bsl7fcREeBEfKysf2I x6AD6pxzjpqPICvUt6d81TxQLcqsdH+9zLlRK9hmzf19AjVZIBTxhPoM3Jbl1BaZHS4PPg gCsxEp/dLa/9/6P63NEUtV8cAE/bcAoQc7XHWpU55+Q/NQ4ETYOGPU/coEmlxg== Message-ID: Date: Mon, 1 Aug 2022 15:53:42 +0000 MIME-Version: 1.0 Subject: [PATCH 2/2] qemu-ga: Update to 7.0.0 Content-Language: en-US To: development@lists.ipfire.org References: <7dc6d36a-f0a2-5614-6de9-bea656fa4689@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= In-Reply-To: <7dc6d36a-f0a2-5614-6de9-bea656fa4689@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- lfs/qemu-ga | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu-ga b/lfs/qemu-ga index 421d5c53f..719b53748 100644 --- a/lfs/qemu-ga +++ b/lfs/qemu-ga @@ -26,11 +26,11 @@ include Config SUMMARY = Guest agent for QEMU -VER = 6.1.0 +VER = 7.0.0 THISAPP = qemu-ga-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu-ga -PAK_VER = 1 +PAK_VER = 2 DEPS =