From patchwork Sun Sep 13 17:12:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10196 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbY0zhHz3xTS for ; Sun, 13 Sep 2026 17:12:41 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZbV3dGgz8ZB for ; Sun, 13 Sep 2026 17:12:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbV0fh7z30S6 for ; Sun, 13 Sep 2026 17:12:38 +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 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 4hjZbR305cz34LY for ; Sun, 13 Sep 2026 17:12:35 +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 4hjZbQ5WPRz4gj; Sun, 13 Sep 2026 17:12:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319554; 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=PGyf3rJzapeueH1TfTFPACZi9Ii6s75CE6wVRZw5mYk=; b=gyDjXQJhxvyyhGnj9IC7PT34rsO8FkSikV9lytfqykX25A/5NGSIivY01eu77/XCktGvYf zSjC9aCdQXroM+I505NMStbROIy5qRuSjnOSGEckV4IZL+g+K6353yBvIluu5UJFJusytV ngPdTvsSsGP5rBj6X+I+syoeUmhvhcv4cITyiXVsCTRUGTS4OGwX1Usq+SjP+ePjJ7hjII It5dJntqJCIsCgLDRrg9OiMR5iEY4++UYb8nSD5AzAvYJV0L4Pc0w3OAidZx2QpTA/OevI q9NoC1AS716Y7hXWlWWwGsRpT8MejSnHS1n7AXynkCeQ3S48wsxX1JYOQ3SiWw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319554; 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=PGyf3rJzapeueH1TfTFPACZi9Ii6s75CE6wVRZw5mYk=; b=DpZ+FExOKPlbQBLXbroO7g6XQoBiZq1XGIldnS9+Qex8baVKzYliYMn3hFPSZuj4776OT/ MpPaCh8V5ghDUPAg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship libksba Date: Sun, 13 Sep 2026 19:12:03 +0200 Message-ID: <20260913171230.3920551-4-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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/libksba | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/libksba diff --git a/config/rootfiles/core/205/filelists/libksba b/config/rootfiles/core/205/filelists/libksba new file mode 120000 index 000000000..8d01f8224 --- /dev/null +++ b/config/rootfiles/core/205/filelists/libksba @@ -0,0 +1 @@ +../../../common/libksba \ No newline at end of file