From patchwork Fri Nov 25 08:54:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6167 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 4NJTG530M4z3wc7 for ; Fri, 25 Nov 2022 08:55:09 +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 4NJTG42mFpz2qL; Fri, 25 Nov 2022 08:55:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NJTG41zYVz2yTq; Fri, 25 Nov 2022 08:55:08 +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 4NJTG25Ztgz2xy3 for ; Fri, 25 Nov 2022 08:55:06 +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) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NJTG20tycz2p2; Fri, 25 Nov 2022 08:55:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669366506; 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=ei8GtATnpBZ2qaweeHRjQLV8V38RpOI4K/IuoQJQ+dY=; b=ZoZk89S/SnXqfhMML6/KZJ8Dbfvy/oXOhgdf8XXCn8dOpxXJEBJ5LaU/Qc/+fnP8k1zDcX 0vpAjbcoPjD+RgDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669366506; 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=ei8GtATnpBZ2qaweeHRjQLV8V38RpOI4K/IuoQJQ+dY=; b=AxdiMVf9xSQzWmNo71qVVrckdtzuxhIceqB2/n4FpPZ+zcNvehHRBWMkT15iG1XURio6RK ql8y4bW046u/gzyoPQp78hLoBydNoVvRz4ii93U619xDOXxHNMCsycGy/pCWzKqZz/RGs3 m/FUjrX9TsEp6t0FUmRwpnay2IQYqP32rT/zarInesO5YcabIUtkRJm702/ZgZaVELOgUb WeL34sk4k+VAlumJctkWyCiKvbL6HVQNsAXkQsW2++9YrHKhvCt60ie7PbbJb+q8E59VLh UFiqt7Gc0Ya3pZo3nCSkKIU8yNB0HmMXlS7MyTI2YbGNA0lPVBQBMPJc8hGSRQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] qemu: Update to version 7.1.0 Date: Fri, 25 Nov 2022 09:54:59 +0100 Message-Id: <20221125085500.1897-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 7.0.0 to 7.1.0 - Update of rootfile not required - Removal of qemu-7.0.0-fix-glibc-headers.patch as an alternative patch approach has been implemeted into thye source tarball. - Changelog is too large to include here. Details can be found at https://wiki.qemu.org/ChangeLog/7.1 Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/qemu | 7 +++---- src/patches/qemu-7.0.0-fix-glibc-headers.patch | 11 ----------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 src/patches/qemu-7.0.0-fix-glibc-headers.patch diff --git a/lfs/qemu b/lfs/qemu index 7f1ab7896..02f1e7b79 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -27,7 +27,7 @@ include Config SUMMARY = Machine emulator and virtualizer # If you update the version also qemu-ga !!! -VER = 7.0.0 +VER = 7.1.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 = 35 +PAK_VER = 36 DEPS = alsa libusbredir spice libseccomp @@ -61,7 +61,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ceda6d9f1a585298bd49fed61e8bb35f0064ad8388a9f979c8bd68a38bfe1a47c5bb055e5f74f970c2c440957042b9de4a861524120040c56e4cd8b56c5cfb68 +$(DL_FILE)_BLAKE2 = e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf install : $(TARGET) @@ -94,7 +94,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/qemu-7.0.0-fix-glibc-headers.patch cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/src/patches/qemu-7.0.0-fix-glibc-headers.patch b/src/patches/qemu-7.0.0-fix-glibc-headers.patch deleted file mode 100644 index 9332563bc..000000000 --- a/src/patches/qemu-7.0.0-fix-glibc-headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- qemu-7.0.0/linux-user/syscall.c~ 2022-08-10 14:03:50.721401251 +0000 -+++ qemu-7.0.0/linux-user/syscall.c 2022-08-10 14:00:22.569951783 +0000 -@@ -28,7 +28,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include From patchwork Fri Nov 25 08:55:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6168 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 4NJTG61fglz3xfS for ; Fri, 25 Nov 2022 08:55:10 +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 4NJTG505zXz2sM; Fri, 25 Nov 2022 08:55:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NJTG42Xm5z2yxs; Fri, 25 Nov 2022 08:55:08 +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 4NJTG273fRz2xy3 for ; Fri, 25 Nov 2022 08:55:06 +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) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NJTG25fQbz2qL; Fri, 25 Nov 2022 08:55:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669366506; 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=eTrcVUYmI5apWf/EUT8lxDc/6l3S881Kv8KB9WomPwo=; b=HvTLn/duWHpTblBigsN0EHCPlgC6TFNHh/035c3+ajsJ7fOkIwqRHYvJIUvL7I6pvxH7zV 1bqn87eU+5umxFAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669366506; 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=eTrcVUYmI5apWf/EUT8lxDc/6l3S881Kv8KB9WomPwo=; b=ZXUKbpjQJGYbvY/ZjKb+QPIkV8EoR10aNsjC4L/WYki5dJ0YKgt5RJ3NMFvdjpvsN3MsLx KVXLwwjrur2D5Vd5LcNXvpA2rx3pJYGFYgMHBLf8463gIlp5l8AJZAsL/PcuB/3HUjqdEL 17Xl8w5yBU/be+0ANlhAbJ0d6w1EfbhfJoBoml3tVMSQ+v7DrXDjt7T1p3PKW14Ny8q8sh jHUP5JWyr2JAuKTJt5YR4m07V0yjrSNgtYHjVj4SChB9bf0aDKMrWpyCT0NUX4s55/VHQg tV4Qaq6McEWp0tZr2vUJ+4pi1Z9XeQAu+dWBpNM/QBidtb1kUp8RNgfZ9vKtxw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] qemu-ga: Update to version 7.1.0 Date: Fri, 25 Nov 2022 09:55:00 +0100 Message-Id: <20221125085500.1897-2-adolf.belka@ipfire.org> In-Reply-To: <20221125085500.1897-1-adolf.belka@ipfire.org> References: <20221125085500.1897-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update in line with update of qemu from version 7.0.0 to 7.1.0 - Update of rootfile not required - Changelog - see changelog info in the qemu update Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/qemu-ga | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/qemu-ga b/lfs/qemu-ga index c83878058..8fd34f6f6 100644 --- a/lfs/qemu-ga +++ b/lfs/qemu-ga @@ -26,11 +26,11 @@ include Config SUMMARY = Guest agent for QEMU -VER = 7.0.0 +VER = 7.1.0 THISAPP = qemu-ga-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu-ga -PAK_VER = 3 +PAK_VER = 4 DEPS =