From patchwork Sat Oct 25 16:07:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9227 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cv4S21m0nz3wb0 for ; Sat, 25 Oct 2025 16:08:02 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cv4S20Ttbz3rd for ; Sat, 25 Oct 2025 16:08:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cv4S16txLz32g7 for ; Sat, 25 Oct 2025 16:08:01 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cv4Rz2h8hz2xMF for ; Sat, 25 Oct 2025 16:07:59 +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 4cv4Ry0LCmz2S; Sat, 25 Oct 2025 16:07:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761408478; 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=DLUO/iIqjs2BFmcoz1k6yu+UUV7Wl/cMakVanLu8uk4=; b=Ta168ZqFajdUKLSrvm7HjXXogKgwmPFG2bu3SelR9VLrgJP0zN7VaShFXJcTod+WrSvOAz 2R5xZpc5PTMvUdDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761408478; 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=DLUO/iIqjs2BFmcoz1k6yu+UUV7Wl/cMakVanLu8uk4=; b=Tz2mtVP4f1TYZqyiPpTNRAg4mskr/mQl16MNi93oQoe/FLDbZHLcln7pjnn/zq54Iet+pC QlzewJNCRhrlIDmus3bNEPwdYTz2HklzDH5D2PWXo0Y66SkNUBizak3RScilIwpNA4PnkP KwrSZKl/yCzaiDZ9Ut7XeVSuHqGwEUrmHlSXuPHrf6Dz4b4+fmL2pL74T5C1P4FMHvM7C5 dRegeOiKNurFFTgVMjdMamFy66OyQ+QQ6YLqtxsSEqMN5qYG6JU6zUQ9AZ/ya1h3qX3y/5 uAkvA7eaazxkogWflszWTzkzzpuvwYE29xpqw18fj7U9b10oBqjtLpt+mfmZKQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship libarchive Date: Sat, 25 Oct 2025 18:07:54 +0200 Message-ID: <20251025160755.2578911-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/199/filelists/libarchive | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/libarchive diff --git a/config/rootfiles/core/199/filelists/libarchive b/config/rootfiles/core/199/filelists/libarchive new file mode 120000 index 000000000..551f1f743 --- /dev/null +++ b/config/rootfiles/core/199/filelists/libarchive @@ -0,0 +1 @@ +../../../common/libarchive \ No newline at end of file