From owner-freebsd-ports@freebsd.org Thu May 24 10:43:42 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B93EABD9E for ; Thu, 24 May 2018 10:43:42 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [IPv6:2a01:4f8:171:f902::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01A8C833F2 for ; Thu, 24 May 2018 10:43:41 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.bultmann.eu (unknown [IPv6:2a00:c380:c0d5:1:49b4:e55a:b0c6:c790]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id 4D2A29D01 for ; Thu, 24 May 2018 10:43:31 +0000 (UTC) Subject: Re: WireGuard for FreeBSD To: freebsd-ports@freebsd.org References: From: Jan Bramkamp Message-ID: Date: Thu, 24 May 2018 12:43:29 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 10:43:42 -0000 On 24.05.18 09:15, Bernhard Fröhlich wrote: > On Thu, May 24, 2018 at 3:06 AM, Jason A. Donenfeld wrote: >> We now have a release, so the full instructions for the packages are: >> >> 1. wireguard-tools, providing wg(8) and wg-quick(8) >> Runtime dependencies: bash, wireguard-go >> Buildtime dependencies: gmake, c compiler, libc >> Build: gmake -C src/tools WITH_WGQUICK=yes >> Install: gmake -C src/tools PREFIX=/usr/local install >> URL: https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20180524.tar.xz >> >> 2. wireguard-go >> Runtime dependencies: libc >> Buildtime dependencies: gmake, go, dep >> Build: gmake >> Install: gmake PREFIX=/usr/local install >> URL: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-0.0.20180524.tar.xz >> >> I believe decke is already working on a port in his repository. > > Ports are already updated on github. I will do some final checks and > expect to commit > the wireguard ports to the official tree today. Did I understand correctly that both these ports are userspace implementations and have a similar per packet overhead to OpenVPN and fastd?