From patchwork Sat Sep 16 11:41:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7181 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rnq0P6J0hz3wlj for ; Sat, 16 Sep 2023 11:41:57 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rnq0N37D0zJ9; Sat, 16 Sep 2023 11:41:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rnq0N2CZwz2yT5; Sat, 16 Sep 2023 11:41:56 +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 4Rnq0M6srWz2xRH for ; Sat, 16 Sep 2023 11:41: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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rnq0K4sJ3z8X; Sat, 16 Sep 2023 11:41:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694864514; 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; bh=wz6CWKnlBYWpM0JxNhHjN+glBtfqesh/2yFN6MS4Pqo=; b=SgZtTE7mZLqh+pF2BYKj3RGDS0s21XuWfvh9lYfN1+gQnss7ueXSGviVtFXtqDVdmiK+FL QQsfdR4Odcn0p0DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694864514; 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; bh=wz6CWKnlBYWpM0JxNhHjN+glBtfqesh/2yFN6MS4Pqo=; b=ENaaThYwugMRXc9juoVTpi6N7K1X88bmlGBPFDx0uD9ycClgTgykuyqT6n4MydciULe30U /4qsZHozWfrXDekFtcxB0W2+acEJh5M+u3wrbOqPZyBAABJ+Pqxd9FgyyOBGV9iRQ/ODCd xBq18c30V7JKSk0qvbKrAJu6JpsQEbUg8yqqzVm+Q9IkzXSzCu/nAAHDZiNsfPHKZQXdIT oAnjoFW6slY8xy6wFt4pHz6HSFLmDKicXZp7DuPrsD0cShLPUsd7XPFIXlr7VH4vhNck45 aKD+RVS6z3RJv5GT2dAmEc7/nEa8fqIxPeLnQi5MzRwxk/upDTopA9DvfkqDCg== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] qemu: update to 8.1.0 Date: Sat, 16 Sep 2023 13:41:38 +0200 Message-Id: <20230916114138.61588-1-arne_f@ipfire.org> MIME-Version: 1.0 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: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Arne Fitzenreiter --- qemu/qemu.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/qemu.nm b/qemu/qemu.nm index 7056fea84..3c56490b3 100644 --- a/qemu/qemu.nm +++ b/qemu/qemu.nm @@ -4,7 +4,7 @@ ############################################################################### name = qemu -version = 8.0.4 +version = 8.1.0 release = 1 groups = Applications/Virtualization