From patchwork Sat Sep 17 16:53:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5998 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MVH8921GDz3wbV for ; Sat, 17 Sep 2022 16:53:45 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MVH876v5Dz2LX; Sat, 17 Sep 2022 16:53:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MVH876w9gz2xvx; Sat, 17 Sep 2022 16:53:43 +0000 (UTC) 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MVH861jhwz2xHF for ; Sat, 17 Sep 2022 16:53:42 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MVH844gDpz1F4 for ; Sat, 17 Sep 2022 16:53:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1663433621; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bCM11OINQ9Az0rxgyHlBe+hF0zoKY8INNA37iE5KZTw=; b=XCwm+nKETiT+v1ZK+62Duj4a/0OgEhkZ6r8fwZO8vHPdUov/7eczNbPy9YYDX4Nod+Aary DKe7WeYc+IvzRiDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1663433621; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bCM11OINQ9Az0rxgyHlBe+hF0zoKY8INNA37iE5KZTw=; b=jz5Hr2t2XrXCcEegJV3JYllokpSiwOIJPzVwL2HpXD1gUL/CxMz50ccRM7xQajkdyqxzam sg28rSBz4ri/9RghMU3jkFc4cQEyKjz7OkBNeDcTtvIaw00ybspBaXBnyJf6HZRj7d1XvD 9RYMvwOa3Dwr3YDY2PyP2jgHHTn0mB4rAGDRmeHzJI+mLZ8J33TjDLuK8M716tbie7xiWL QZp9jEcm3m1JwNTd+9lBz/dU1L55usLf85IrB7Abo/iROJEBJfAQT5A07htP9E05R56fs3 +ouHVKzw8cxmb6IWHPjI2JZdC3GDymP6RFFvHI4BwGGQPLmDnCsN9/k70Hv+oQ== Message-ID: <22a3abec-9261-38e5-3108-2269752258f4@ipfire.org> Date: Sat, 17 Sep 2022 16:53:36 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Core Update 171: Ship libsodium X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #12929 Signed-off-by: Peter Müller Reviewed-by: Adolf Belka --- config/rootfiles/core/171/filelists/libsodium | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/171/filelists/libsodium diff --git a/config/rootfiles/core/171/filelists/libsodium b/config/rootfiles/core/171/filelists/libsodium new file mode 120000 index 000000000..ebd862fbc --- /dev/null +++ b/config/rootfiles/core/171/filelists/libsodium @@ -0,0 +1 @@ +../../../common/libsodium \ No newline at end of file