From patchwork Sun Sep 20 12:51:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10245 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hnmSw4tykz3wqG for ; Sun, 20 Sep 2026 12:51:28 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hnmSs70NTz8Xf for ; Sun, 20 Sep 2026 12:51:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hnmSq5C3qz33Z8 for ; Sun, 20 Sep 2026 12:51:23 +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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hnmSn0cV1z2xKR for ; Sun, 20 Sep 2026 12:51:21 +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 4hnmSl6KF2zHh; Sun, 20 Sep 2026 12:51:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789908680; 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=n3e2IYwZnNMeXE6CWvIb49k1mCrr4qlNGLsre/pIUvA=; b=QMcog7NEMeY0mJIYIfN7l0LdT14MK3Vc6Ql47hY0h6oqRO69RANTb0mBt3Cya7y6pC/haY ME/yrpWmwmMBK6Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789908680; 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=n3e2IYwZnNMeXE6CWvIb49k1mCrr4qlNGLsre/pIUvA=; b=LSuDc/syTYvoUxNC5OYFgxg2KfEYoaJR6EKoz4mnWsdh+4B/Q8qsf/KUMl2bJLiJp9VWVq 6/IPBp4fAEBhXTWePko+1jNIlN/8NxYHOpldPn53Ffu7k3f4GDv+Tp8btnLi1+XZqv6rp9 Faj7HgqcCqv+1m/NIlfSgykkoD7P9J9h2dGMAvrDqMXb8E2aWzlWEZL09Jq5gnjtev6b00 7WzOeFO25YEp1ZoYX3QyH2GwgJSVzDySMXLPw0OhzH3Pzg+Acq6mbunw01sIj0exSMhVuJ bDdJU+BHZDc6hI3qlSp1YkOF/A0Dadm1EhDKlMJLzx/PKfAW/dmIJVuHhrk3BQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship libtirpc Date: Sun, 20 Sep 2026 14:51:11 +0200 Message-ID: <20260920125116.3492275-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/205/filelists/libtirpc | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/libtirpc diff --git a/config/rootfiles/core/205/filelists/libtirpc b/config/rootfiles/core/205/filelists/libtirpc new file mode 120000 index 000000000..7ff318291 --- /dev/null +++ b/config/rootfiles/core/205/filelists/libtirpc @@ -0,0 +1 @@ +../../../common/libtirpc \ No newline at end of file