From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d2VRv6WC7z34Q6 for ; Thu, 06 Nov 2025 18:03:39 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d2VRr3sMWz2xQW for ; Thu, 06 Nov 2025 18:03:36 +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 4d2VRr0dxcz2Mg; Thu, 06 Nov 2025 18:03:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762452216; 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=WDGROJGJ/K2q6/UFi9JeXs70/uoPpXQnfi6jVozNov8=; b=T1irqLBwHUaayUJ1dV/P1cwO75wdITL43WJUDa26AsPw3Yv8/4WsN4JaQRRPreYKZgJwAd +QiLxU1SAOOXdpBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762452216; 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=WDGROJGJ/K2q6/UFi9JeXs70/uoPpXQnfi6jVozNov8=; b=f3DM3bk4zOGGGn8kv7SW61SBsgk5kmThGs3yVul+jJY66pyht2/OxrsOhJ++yzVPLQNWmS M2zuhdzi/55nSFTbKOLvp6fSv/K6kUI9++cuOlbhYbmGWESL7rXzXUOn2fW/cxgIJ0OExm h5c6kjCcfkCz4abiOicLwtxuxUuyB1TtUpo5NjNnrJBiLl9Dm0maq7KM6psigfqkqPsWj1 JS7sovykeJ+MVxLkfjUR3BJpurqHB4g8te+zaUTCa5ueoqgWLPzFberKmsdlHfvUYQzkpa tEd31RE/QftRTdLo1onXXWxP+NwgoIb65OFpGCpE7QC27K+682yHwMn+diyAhw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship elfutils, iana-etc, libcap, lvm2 & sqlite Date: Thu, 6 Nov 2025 19:03:24 +0100 Message-ID: <20251106180330.3678184-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/199/filelists/elfutils | 1 + config/rootfiles/core/199/filelists/iana-etc | 1 + config/rootfiles/core/199/filelists/libcap | 1 + config/rootfiles/core/199/filelists/lvm2 | 1 + config/rootfiles/core/199/filelists/sqlite | 1 + 5 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/199/filelists/elfutils create mode 120000 config/rootfiles/core/199/filelists/iana-etc create mode 120000 config/rootfiles/core/199/filelists/libcap create mode 120000 config/rootfiles/core/199/filelists/lvm2 create mode 120000 config/rootfiles/core/199/filelists/sqlite diff --git a/config/rootfiles/core/199/filelists/elfutils b/config/rootfiles/core/199/filelists/elfutils new file mode 120000 index 000000000..8367974bb --- /dev/null +++ b/config/rootfiles/core/199/filelists/elfutils @@ -0,0 +1 @@ +../../../common/elfutils \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/iana-etc b/config/rootfiles/core/199/filelists/iana-etc new file mode 120000 index 000000000..1f3d54dbd --- /dev/null +++ b/config/rootfiles/core/199/filelists/iana-etc @@ -0,0 +1 @@ +../../../common/iana-etc \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/libcap b/config/rootfiles/core/199/filelists/libcap new file mode 120000 index 000000000..ed67d950a --- /dev/null +++ b/config/rootfiles/core/199/filelists/libcap @@ -0,0 +1 @@ +../../../common/libcap \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/lvm2 b/config/rootfiles/core/199/filelists/lvm2 new file mode 120000 index 000000000..d640870b7 --- /dev/null +++ b/config/rootfiles/core/199/filelists/lvm2 @@ -0,0 +1 @@ +../../../common/lvm2 \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/sqlite b/config/rootfiles/core/199/filelists/sqlite new file mode 120000 index 000000000..4ea569766 --- /dev/null +++ b/config/rootfiles/core/199/filelists/sqlite @@ -0,0 +1 @@ +../../../common/sqlite \ No newline at end of file -- 2.51.2