From patchwork Wed Sep 17 11:09:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9102 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdX1Gwpz3wk2 for ; Wed, 17 Sep 2025 11:09:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cRbdT3wdxz45W for ; Wed, 17 Sep 2025 11:09:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cRbdS42nNz32qN for ; Wed, 17 Sep 2025 11:09:48 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdP6K9Kz32Zf for ; Wed, 17 Sep 2025 11:09:45 +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 4cRbdP4Xq3z70; Wed, 17 Sep 2025 11:09:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758107385; 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=UM7Uo/gh5bBMWcSaMzClLEi8E5RGFvYl11zRhzMkkfU=; b=6U8zpwuaNIThxSDqGITuOvjA7gYZ8crPY1GoXHk6M/ekgmQj3YiGKsPhlIlMp/VtuSjRFg IlIY8JkQSjL5JUDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758107385; 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=UM7Uo/gh5bBMWcSaMzClLEi8E5RGFvYl11zRhzMkkfU=; b=KlQ3g8fmkzVWHwO/XFDGCc9qLrMtKuGRWJxlBYBpqdkWvQdCgw21dagp+JTU547n2/LXG1 gq5Pw9IzqD3phoS96cbX6jVNvNcoexOGpOJdrM79/C/qRAI/7Yqq3RMUxsj4W3b2wVMmix OyRdIYkTd4Xx3Nz/KWrlXvIz2TcMpqGFPJycHQXjj+XYQ9uTX/TF+Nzqv8Wwi+1gaYMEtk WG/zegku/ELpo9IM0POAJkaozFg73n4yZX1qjxoBa1jiiZtIHPFd+pxNWdmcOwH4LPbcaH Xq3Y0MmMYu8HGR2YBAF/ZJl2gpchsXYUksrMFuIyJsEDE1C/du+xpPVzBsQNvA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship lzip Date: Wed, 17 Sep 2025 13:09:34 +0200 Message-ID: <20250917110940.3378937-4-adolf.belka@ipfire.org> In-Reply-To: <20250917110940.3378937-1-adolf.belka@ipfire.org> References: <20250917110940.3378937-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/198/filelists/lzip | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/lzip diff --git a/config/rootfiles/core/198/filelists/lzip b/config/rootfiles/core/198/filelists/lzip new file mode 120000 index 000000000..dd4b832b1 --- /dev/null +++ b/config/rootfiles/core/198/filelists/lzip @@ -0,0 +1 @@ +../../../common/lzip \ No newline at end of file