From patchwork Wed Aug 13 20:52:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8979 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4c2LDj0Gl9z3wk2 for ; Wed, 13 Aug 2025 20:53:09 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4c2LDg68lgz5Y4 for ; Wed, 13 Aug 2025 20:53:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4c2LDg0KcJz2yZl for ; Wed, 13 Aug 2025 20:53:07 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4c2LDc1lmKz2xVX for ; Wed, 13 Aug 2025 20:53:04 +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 4c2LDb5j8Fz10s; Wed, 13 Aug 2025 20:53:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1755118383; 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=6Mkyc1sBxFe+YTqowka8OQG/v6M5ucIXftlmKjC4Z/g=; b=fkzSC0sl/3Ha5u1lqWILq6BDsxbTUH5iBCLqkJMu2xMg/rv8BGGTQg+cU9rFYuAjNmyZfB WLMfvA/eG4lHr1AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1755118383; 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=6Mkyc1sBxFe+YTqowka8OQG/v6M5ucIXftlmKjC4Z/g=; b=fPk1ZNeKr+jQetW4zZls17uq+SJ6aaOlr39Ka5l8h9WWRCs94vAC+EdPL2GRoJ6AyOjq1S t3S40v+X23doS32weB5xqY7kkyjFxJKTSn2+31W2lhBJi2pHWMpe2I0lsPvljq7UNFOT5x DW6cuViiabKXoBGZSdavNuOgpgaoSvMjlYrNyvPcuVWI37tOwhEV4Q+32oPLYCQD3IGjzi iOEolg1+vPfUaQx/0ZpdPZiniBhCXBJAVyN9fagGAtYDoFpf5eexjVk1dAFTAEaUxW4/9w QfVkVCRWBkv3nTmD+1MCpQPHmpoGIDyXJcMLDtM4gqTwzxaCJx0ulrUiTXJU6Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core 198: Ship libgcrypt Date: Wed, 13 Aug 2025 22:52:59 +0200 Message-ID: <20250813205301.2936038-2-adolf.belka@ipfire.org> In-Reply-To: <20250813205301.2936038-1-adolf.belka@ipfire.org> References: <20250813205301.2936038-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/198/filelists/libgcrypt | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/libgcrypt diff --git a/config/rootfiles/core/198/filelists/libgcrypt b/config/rootfiles/core/198/filelists/libgcrypt new file mode 120000 index 000000000..2df12a20e --- /dev/null +++ b/config/rootfiles/core/198/filelists/libgcrypt @@ -0,0 +1 @@ +../../../common/libgcrypt \ No newline at end of file