From patchwork Thu Apr 30 14:05:19 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9775 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g5wtL34hjz3x93 for ; Thu, 30 Apr 2026 14:05:30 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g5wtJ6YkMz7PG for ; Thu, 30 Apr 2026 14:05:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5wtJ4ZJmz339S for ; Thu, 30 Apr 2026 14:05:28 +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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5wtG02tQz2yF2 for ; Thu, 30 Apr 2026 14:05:26 +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 4g5wtD261jz7FT; Thu, 30 Apr 2026 14:05:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777557924; 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=UwuGNqZyrcs0pC3pzrbCDwhvuSJ3ELDSypOGRvqrV6s=; b=F8VRprkxMpi3frII4c45YfPWATKo8/P8ZC2sethyw5gbvpVBSEFLlK+X5Y9Yd6asbuPf+F HP+hxVJTu0faL7CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777557924; 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=UwuGNqZyrcs0pC3pzrbCDwhvuSJ3ELDSypOGRvqrV6s=; b=ut0kdb355sr57/eB5St9MZ633Txf1b+tRlwoFU1Dio/ivzhTaKxRax6egYO/LtIo00bPKZ OjJ++vE86plyfrGfh/ibUOh84/A7vqmB4Obfxj6ieM46Ap9opQB8D+ZUbwxuSvYjiyKpb9 ZUYl7OxqGctu3X7tFX+I3v3ECpIx0xnAGXV1As/cVXUTAxUZJNJseTNBlRmuUKng2rdNzv zR1WzRLkqEXqwmLBdDkD0o/3jiJUlZPTXmNpeiyTWSIxUAFs8di7f/+veZ7P232SuXpC2A RorlsbwpWIHHDE9wnxCW+gXN7j7j0qZP3+0rUhkvnl4O21DdYGIdrvtNNsgdcw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core 202: Ship wireguard-tools Date: Thu, 30 Apr 2026 16:05:19 +0200 Message-ID: <20260430140521.3523893-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/202/filelists/wireguard-tools | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/rootfiles/core/202/filelists/wireguard-tools diff --git a/config/rootfiles/core/202/filelists/wireguard-tools b/config/rootfiles/core/202/filelists/wireguard-tools new file mode 100644 index 000000000..46225828d --- /dev/null +++ b/config/rootfiles/core/202/filelists/wireguard-tools @@ -0,0 +1,4 @@ +etc/fcron.cyclic/wg-dynamic +usr/bin/wg +#usr/share/bash-completion/completions/wg +#usr/share/man/man8/wg.8