From patchwork Tue Oct 14 13:08:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9208 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cmF064kqGz3xRf for ; Tue, 14 Oct 2025 13:08:38 +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 4cmF0434GVz45C for ; Tue, 14 Oct 2025 13:08:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cmDzz0Z3jz331s for ; Tue, 14 Oct 2025 13:08:31 +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 4cmDzv3mrgz32wW for ; Tue, 14 Oct 2025 13:08:27 +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 4cmDzt1X2xz3pS; Tue, 14 Oct 2025 13:08:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760447306; 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=dKdk07z8kJX/N4N6tQ7lezEq07CcsVwL4uOnhyRHTK0=; b=sY8bgbsCAhzxG14LERtcNDN6V91gmpxEmd/FAMInY9SCiAQTdSk/QHjIFHRDoulVQxOvSm W9RWprWeKEC/7rBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760447306; 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=dKdk07z8kJX/N4N6tQ7lezEq07CcsVwL4uOnhyRHTK0=; b=a+u2ppeu2C0A4bXkfIXSsDEOZvImPbOxyKQQr5my47wb/t9FoZ2cin64P4SXB4G01TYAYc JufiqP1eLe4kTCn8oTuehN5uFDZDgQvGhL9+iDU4nHb2TUNtQjSEOvAe3aFmHsOoNuLSzd a8BIsnNlrCtF5WUu3XoKv4HEtHhxHYlaI4AkvR+aS04Abrf6CcbxxOpHmoxOecRkEeazd7 hn8tI8UdTtNHnM+vricJU/8hD8IRW2H/3rC99B4mwplEkJuoxLs8MYMmSIfjEO6H0hrIb/ AsqFD8tZeBMnxozfD1rjDwQVdg3spG/lwV6HmTNwD2O2RgSEW3W/FvOP+CpqsA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship p11-kit Date: Tue, 14 Oct 2025 15:08:06 +0200 Message-ID: <20251014130807.3469514-14-adolf.belka@ipfire.org> In-Reply-To: <20251014130807.3469514-1-adolf.belka@ipfire.org> References: <20251014130807.3469514-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/p11-kit | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/p11-kit diff --git a/config/rootfiles/core/199/filelists/p11-kit b/config/rootfiles/core/199/filelists/p11-kit new file mode 120000 index 000000000..e652deb67 --- /dev/null +++ b/config/rootfiles/core/199/filelists/p11-kit @@ -0,0 +1 @@ +../../../common/p11-kit \ No newline at end of file