From patchwork Sat Jun 28 13:48:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8860 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0k5tr6z3wnY for ; Sat, 28 Jun 2025 13:49: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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bTv0b6fm2z77j for ; Sat, 28 Jun 2025 13:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bTv0Z72dKz35Z9 for ; Sat, 28 Jun 2025 13:49:02 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bTv0X0491z34P4 for ; Sat, 28 Jun 2025 13:48: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 4bTv0W5PhjzD2; Sat, 28 Jun 2025 13:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751118539; 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=NGyt/I9Xlphv/R4E5ZLk+tfWbkYtY3ZchJORRqUyoZM=; b=8WH8gzKJzEaTaOM4+gfYds9mOPcQ9J8AE3Mm3Sif1/STB3Pfgs+F32ojFAP8cyPe/2wiEH nca8t6V/OUA/1rDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751118539; 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=NGyt/I9Xlphv/R4E5ZLk+tfWbkYtY3ZchJORRqUyoZM=; b=gtHXcSMJokuMAbnBfz67/CnuxCtXoRWopB7+Nik1QiVXm+PsnTAkKY5kVRt6NHU0OQ3Na3 j4gIxHXM6HYd5N8gj2M5L/0H5kbNdVl8skirI7SBs3hteSkoRRMI4EUl9IlRr1soRLpgE0 GeKmHok7DT2KclymGsiZL8CHYs6K4GSS6B6xkSPCSI3wl656+9tn/gzLhNQo52xsKsKVwf mA6yX8WPjZKVwdji+sjojo4f1E1toWfntMbcNMuTQdBFxSmDU8nm026LCCWgjXrZ1+b7Xz xwNRx5iD1gE0ZGcpxS1RUBzjc0r0NCUmlJ1L+/ehA8Pil816EzOoiNpjUeuN/A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 5/5] core196: Ship pakfire Date: Sat, 28 Jun 2025 15:48:53 +0200 Message-ID: <20250628134853.3312365-5-adolf.belka@ipfire.org> In-Reply-To: <20250628134853.3312365-1-adolf.belka@ipfire.org> References: <20250628134853.3312365-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/196/filelists/pakfire | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/pakfire diff --git a/config/rootfiles/core/196/filelists/pakfire b/config/rootfiles/core/196/filelists/pakfire new file mode 120000 index 000000000..d5b1d0d03 --- /dev/null +++ b/config/rootfiles/core/196/filelists/pakfire @@ -0,0 +1 @@ +../../../common/pakfire \ No newline at end of file