From patchwork Mon Sep 18 13:16:08 2023 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: 7204 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rq50F0ymfz3ws3 for ; Mon, 18 Sep 2023 13:16:13 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rq50C4KK9z286; Mon, 18 Sep 2023 13:16:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rq50C2YwWz2y0d; Mon, 18 Sep 2023 13:16:11 +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 4Rq50974d4z2xY1 for ; Mon, 18 Sep 2023 13:16:09 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "people01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rq5092VBkzlw; Mon, 18 Sep 2023 13:16:09 +0000 (UTC) Received: by people01.haj.ipfire.org (Postfix, from userid 1078) id 4Rq5091Nktz2xPF; Mon, 18 Sep 2023 13:16:09 +0000 (UTC) From: =?utf-8?q?Peter_M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] wireguard-tools: Add package Date: Mon, 18 Sep 2023 13:16:08 +0000 Message-Id: <20230918131608.1101357-1-peter.mueller@ipfire.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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" Signed-off-by: Peter Müller --- wireguard-tools/wireguard-tools.nm | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 wireguard-tools/wireguard-tools.nm diff --git a/wireguard-tools/wireguard-tools.nm b/wireguard-tools/wireguard-tools.nm new file mode 100644 index 000000000..b3c2a7eaf --- /dev/null +++ b/wireguard-tools/wireguard-tools.nm @@ -0,0 +1,42 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = wireguard-tools +version = 1.0.20210914 +release = 1 + +groups = Networking/VPN +url = https://www.wireguard.com/ +license = GPLv2+ +summary = WireGuard: fast, modern, secure VPN tunnel + +description + WireGuard is an extremely simple yet fast and modern VPN that + utilizes state-of-the-art cryptography. It aims to be faster, simpler, + leaner, and more useful than IPsec, while avoiding the massive + headache. It intends to be considerably more performant than OpenVPN. + WireGuard is designed as a general purpose VPN for running on embedded + interfaces and super computers alike, fit for many different + circumstances. Initially released for the Linux kernel, it is now + cross-platform (Windows, macOS, BSD, iOS, Android) and widely + deployable. It is currently under heavy development, but already it + might be regarded as the most secure, easiest to use, and simplest VPN + solution in the industry. +end + +source_dl = https://git.zx2c4.com/wireguard-tools/snapshot/ +sources = %{thisapp}.tar.xz + +build + DIR_BUILD = %{DIR_APP}/src +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end