From patchwork Tue Feb 6 21:27:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7540 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 4TTxDc6gmlz3wvs for ; Tue, 6 Feb 2024 21:28:00 +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 4TTxDZ70N1z2Sh; Tue, 6 Feb 2024 21:27:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TTxDZ6SX9z32mG; Tue, 6 Feb 2024 21:27:58 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TTxDL32cGz2xg5 for ; Tue, 6 Feb 2024 21:27:46 +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 4TTxDL1bGLzLW; Tue, 6 Feb 2024 21:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1707254866; 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=UNqmoGmC7aiaJSoFdM+RXKFkUX9LNRexnBpWV3UJxGw=; b=HZ1rHK1DiVeT/RQW8OC4Sa2hkJmLfTsBLGWtJ1xEkpDfjrVjsTGDh+f/EIIa7mZMOm3Znt uGF/gw/3Vcx+YDTfS8zXl5OXqbepQQ2/qBSeRCxLZFVkQpDFDJJkoOYnIzfwJzjsZnQIXW JsOlF+gQVoJ2LD7E99lvf44DVqlqrUQkiqoOpkiqD2XnLcVlG3psuxSgSnrRrEZyDqYLpk CzWrylng+AIX6FuNjmkG+dKtTfvs84arbQ8nGdLpEInEnfNveghpG0hmtsG4ola86QvmDf 0yhqbN0Ru2SEsxgZMCrb2wKt/u2Cv/IIQqbb/M0bIZaagZB5nTs84UD+s3UrAQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1707254866; 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=UNqmoGmC7aiaJSoFdM+RXKFkUX9LNRexnBpWV3UJxGw=; b=xgZtKF5xoCtcS/VnqNw+9WjIfEO1NusjtaxAVeVguyv5dubOeLjgZn7oc5PRKE2GpWlUjs xf0oRERC+YZ6QfDQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 6/7] qemu: elfutils moved from addon dependency to core program Date: Tue, 6 Feb 2024 22:27:38 +0100 Message-ID: <20240206212739.3270712-6-adolf.belka@ipfire.org> In-Reply-To: <20240206212739.3270712-1-adolf.belka@ipfire.org> References: <20240206212739.3270712-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ZG5A7CXCDQDDF34KJDCOOM637OZER7HM X-Message-ID-Hash: ZG5A7CXCDQDDF34KJDCOOM637OZER7HM 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: Fixes: Bug#13516 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/qemu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 2c45d7156..d65282743 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -35,9 +35,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 41 +PAK_VER = 42 -DEPS = alsa elfutils libusbredir spice libseccomp libslirp +DEPS = alsa libusbredir spice libseccomp libslirp SERVICES =