From patchwork Mon Jan 13 21:40:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8407 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KP3DWJz3x1v for ; Mon, 13 Jan 2025 21:40:41 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YX5KN6p1lz3l8; Mon, 13 Jan 2025 21:40:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YX5KN6KGnz32Ql; Mon, 13 Jan 2025 21:40:40 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KL4Fxdz2y0r for ; Mon, 13 Jan 2025 21:40:38 +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 4YX5KK66Nmz2sr; Mon, 13 Jan 2025 21:40:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1736804437; 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=N7AhhTZ6ChRVUHyNegJork6tr2h0qXOSpaKCqzZuL0c=; b=YquvKPwTDVLY5DPkj3ONZw5991L4zaMkCnB1RvV5SjFbrq7BVHL79/f05Q2cXEsY+Y0k7V NMmX11f2WPYFhAAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1736804437; 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=N7AhhTZ6ChRVUHyNegJork6tr2h0qXOSpaKCqzZuL0c=; b=fTKdrBwxyOhuPv6BsC5MKA2KDU85D2+lUxg7CsA2euiNODuiKQlNm+6+NAdecL74uc7hUg KdrU+2iZJZtvuiD1ZU5xMuI5PAB65Ia46G/WYira7tykugXaYWhl/WJ5vVf4HYXjo8dqzu 9Y2ctQ6cBFDDyG5NXPGZvK+6QDccsqGsNmHSUj0nO9YYPaSlQPMExVNRo8zi8IxlA/gxs3 hSKh9cx9QJOXk4LCpWJ3TNhwWOoaGtE/diO4Kqmlmer4YaC9qQe0lpZ4rSvr06pWvp5zXo 548/m6TN+47EkMUqvwzV6iFy6YYc504RQU9y2JQ/hWP27iOPXgoCtS6eDoXRtQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] qemu: Update to version 9.2.0 Date: Mon, 13 Jan 2025 22:40:30 +0100 Message-ID: <20250113214032.2221688-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 7HF2SC7XH3CJ46VKRYAMKLICNWQ2VS7M X-Message-ID-Hash: 7HF2SC7XH3CJ46VKRYAMKLICNWQ2VS7M X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 9.0.2 to 9.2.0 - Update of rootfile - Changelog 9.2.0 https://wiki.qemu.org/ChangeLog/9.2 9.1.0 https://wiki.qemu.org/ChangeLog/9.1 Signed-off-by: Adolf Belka --- config/rootfiles/packages/qemu | 7 ++++++- lfs/qemu | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu index 542627771..49105c523 100644 --- a/config/rootfiles/packages/qemu +++ b/config/rootfiles/packages/qemu @@ -13,6 +13,7 @@ usr/bin/qemu-storage-daemon usr/bin/qemu-system-aarch64 usr/bin/qemu-system-riscv64 usr/bin/qemu-system-x86_64 +usr/bin/qemu-vmsr-helper usr/bin/qemu-x86_64 usr/include/qemu-plugin.h usr/libexec/qemu-bridge-helper @@ -56,6 +57,10 @@ usr/share/qemu/edk2-i386-code.fd usr/share/qemu/edk2-i386-secure-code.fd usr/share/qemu/edk2-i386-vars.fd usr/share/qemu/edk2-licenses.txt +usr/share/qemu/edk2-loongarch64-code.fd +usr/share/qemu/edk2-loongarch64-vars.fd +usr/share/qemu/edk2-riscv-code.fd +usr/share/qemu/edk2-riscv-vars.fd usr/share/qemu/edk2-x86_64-code.fd usr/share/qemu/edk2-x86_64-secure-code.fd usr/share/qemu/efi-e1000.rom @@ -72,6 +77,7 @@ usr/share/qemu/firmware/50-edk2-x86_64-secure.json usr/share/qemu/firmware/60-edk2-aarch64.json usr/share/qemu/firmware/60-edk2-arm.json usr/share/qemu/firmware/60-edk2-i386.json +usr/share/qemu/firmware/60-edk2-loongarch64.json usr/share/qemu/firmware/60-edk2-x86_64.json #usr/share/qemu/hppa-firmware.img #usr/share/qemu/hppa-firmware64.img @@ -135,7 +141,6 @@ usr/share/qemu/qboot.rom usr/share/qemu/qemu-nsis.bmp usr/share/qemu/qemu_vga.ndrv #usr/share/qemu/s390-ccw.img -#usr/share/qemu/s390-netboot.img #usr/share/qemu/skiboot.lid #usr/share/qemu/slof.bin usr/share/qemu/trace-events-all diff --git a/lfs/qemu b/lfs/qemu index 0fd91651f..cf0d3aa0c 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 # @@ -27,7 +27,7 @@ include Config SUMMARY = Machine emulator and virtualizer # If you update the version also qemu-ga !!! -VER = 9.0.2 +VER = 9.2.0 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 = 44 +PAK_VER = 45 DEPS = alsa libusbredir spice libseccomp libslirp @@ -57,7 +57,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6b5301f985919ae53e056410be7486b8150a65016127568bd4d58f596e94960d08eb3fc57cff7ff6a3435d71274adee516f57375d856d61b4fc7a3f24cbf75c4 +$(DL_FILE)_BLAKE2 = 5800556f356e4324124e250c02a07857eef3a6f22995a819fe972061fa750ebf7233da64ae4c0a3e775b1639c870be4b7312d86d9866fedf2bc99074aad0a10a install : $(TARGET) From patchwork Mon Jan 13 21:40:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8408 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KQ16P8z3xGR for ; Mon, 13 Jan 2025 21:40:42 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YX5KP2XtHz4Zc; Mon, 13 Jan 2025 21:40:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YX5KP0WJvz32Z3; Mon, 13 Jan 2025 21:40:41 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KL5jR7z2y0r for ; Mon, 13 Jan 2025 21:40:38 +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 4YX5KL4Gyfz4S9; Mon, 13 Jan 2025 21:40:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1736804438; 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=I6CsUXnyBRX0t/XJRwEvFMKXvZ43dYmILHuaMiyqiXA=; b=Wcez6Gce36VPyWtPBKnioXnVRWR1980lqQAj/zGgPiZKhlFOtSxtzmOgVOe63+kmOFoPES aWxmFgIXpymrbMAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1736804438; 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=I6CsUXnyBRX0t/XJRwEvFMKXvZ43dYmILHuaMiyqiXA=; b=P4xnFxSiBxlRBmrtBqJedztF3YVJWErS3Ws3EwVqJuB6Skl63oTJlgpX5JT3qQ+FXD7Jjm 4SXRT1U4W3Sdhbt6GJ+7UyWoDTFH38I2HNH5JcQehSN9jpMUTXRCchCBC4Nwh2e69pUgHn jqX5sZ5C4mGYrV4g9Ug+XEe333VUPUL8ixazSc0uXm7j/N9f/k0jeuvOGvMGCCFfFSDiaX Pdwc8pMpcyH/eg20ICv8bNCpk2YP8DGu2EIonJ9Qeym0aSrtH5ATst1XMAQmExmW910Lwa 1I0YDn5CiGQNYnniHVLukwfG6IPQnUF54e7aRUf0wnWUDBYXR7jdTuItM1Vm4w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] qemu-ga: Update to version 9.2.0 Date: Mon, 13 Jan 2025 22:40:31 +0100 Message-ID: <20250113214032.2221688-2-adolf.belka@ipfire.org> In-Reply-To: <20250113214032.2221688-1-adolf.belka@ipfire.org> References: <20250113214032.2221688-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QH5HIKMSWXXSVKSCKGBWLLO6CUE62ZR6 X-Message-ID-Hash: QH5HIKMSWXXSVKSCKGBWLLO6CUE62ZR6 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 9.0.2 to 9.2.0 - Update of rootfile not required - Changelog same as in the commit for qemu to 9.2.0 Signed-off-by: Adolf Belka --- lfs/qemu-ga | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu-ga b/lfs/qemu-ga index 862417530..6416da061 100644 --- a/lfs/qemu-ga +++ b/lfs/qemu-ga @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 = 9.0.2 +VER = 9.2.0 THISAPP = qemu-ga-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu-ga -PAK_VER = 9 +PAK_VER = 10 DEPS = From patchwork Mon Jan 13 21:40:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8409 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KR0BxZz3x1v for ; Mon, 13 Jan 2025 21:40:43 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YX5KQ2FdBz4b3; Mon, 13 Jan 2025 21:40:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YX5KQ1j5tz30Tr; Mon, 13 Jan 2025 21:40:42 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YX5KM1yNjz30XJ for ; Mon, 13 Jan 2025 21:40:39 +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 4YX5KL5k2Wz4ZH; Mon, 13 Jan 2025 21:40:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1736804438; 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=lHwDZmFQCevMGg1lAzqBrhpx/mfHltU/VVAuOlu7CSo=; b=9iIxlOA0Dgl0xWntsX7wbkT9+X/9DcQJsH8N+uHCu/ZiBVAX6Cirq8KuN+jrHs1VNJHYy/ qwF6Kgy9qJt9tTCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1736804438; 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=lHwDZmFQCevMGg1lAzqBrhpx/mfHltU/VVAuOlu7CSo=; b=iQtYjo6dXqPApvPWNWOMUqm4Wp9tgA041OPMJyI/BkppAztB+j/Bf2L04hPvDSM5a4hLv6 djXxsixDO7LWcFDe+KJy92+PLR6MpDfNGFjCRZnnKdn7lRNnyXs61zZPkIJsS2/s18AxXG vgE6WgB2tH4/UlFBSpyK8VVjd5BzUu5ABqpLNk8X2+2oabhyyi/IImbLwkM8QgdE8Z72uK GvlZpQFrMWodJ7AEoE888tWD8DslteNvNbIJmpQ5LZxhwWTTM6NEAtN1wccns54gkM2ZxW 9xY6vkt7hCh7Hp+/TeuX9fKjAGKi8kv3rF2m77vp2hOUtTlTv5L/XswoLXx4hg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] make.sh: Move python3-tomli to before qemu as it is now needed for the build Date: Mon, 13 Jan 2025 22:40:32 +0100 Message-ID: <20250113214032.2221688-3-adolf.belka@ipfire.org> In-Reply-To: <20250113214032.2221688-1-adolf.belka@ipfire.org> References: <20250113214032.2221688-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MV7ANERLZJXJRIUGAS7GAQRRTFVWEHES X-Message-ID-Hash: MV7ANERLZJXJRIUGAS7GAQRRTFVWEHES X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 84b00f9ad..98be6ab1c 100755 --- a/make.sh +++ b/make.sh @@ -1870,6 +1870,7 @@ build_system() { lfsmake2 libseccomp lfsmake2 libslirp lfsmake2 dtc + lfsmake2 python3-tomli lfsmake2 qemu lfsmake2 netsnmpd lfsmake2 nagios_nrpe @@ -1937,7 +1938,6 @@ build_system() { lfsmake2 python3-certifi lfsmake2 python3-idna lfsmake2 python3-requests - lfsmake2 python3-tomli lfsmake2 python3-pep517 lfsmake2 python3-build lfsmake2 python3-install