This is the latest and greatest.
Please note I've moved away from GitHub to my own domain.
Index: Makefile =================================================================== RCS file: /cvs/ports/net/wiresep/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 18 Mar 2020 22:22:25 -0000 1.3 +++ Makefile 7 Apr 2020 16:40:40 -0000 @@ -2,11 +2,12 @@ COMMENT = privilege separated implementation of WireGuard -GH_ACCOUNT = timkuijsten -GH_PROJECT = wiresep -GH_TAGNAME = v0.9.0 +DISTNAME = wiresep-0.11.1 +MASTER_SITES = https://netsend.nl/wiresep/archive/ -CATEGORIES = net +CATEGORIES = net security + +HOMEPAGE = https://netsend.nl/wiresep/ MAINTAINER = Tim Kuijsten <info+po...@netsend.nl> Index: distinfo =================================================================== RCS file: /cvs/ports/net/wiresep/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 18 Mar 2020 22:22:25 -0000 1.2 +++ distinfo 7 Apr 2020 16:40:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (wiresep-0.9.0.tar.gz) = SNdzSCMFfvRsssMRW3DbkbVj+H3pq9NpJQcNiR0oTEE= -SIZE (wiresep-0.9.0.tar.gz) = 97932 +SHA256 (wiresep-0.11.1.tar.gz) = CpaX21JT7q5RAteZCy2VDJNtZ/35NzZpBHFqxNCIxEI= +SIZE (wiresep-0.11.1.tar.gz) = 396242 Index: pkg/README =================================================================== RCS file: /cvs/ports/net/wiresep/pkg/README,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 README --- pkg/README 15 Mar 2020 22:02:04 -0000 1.1.1.1 +++ pkg/README 7 Apr 2020 16:40:40 -0000 @@ -8,8 +8,7 @@ Basics ====== Create a new configuration file in ${SYSCONFDIR}/wiresep/wiresep.conf and create -a new private key with wiresep-keygen(1) and store it in -${SYSCONFDIR}/wiresep/tun0.key. +a new private key with wiresep-keygen(1). See wiresep.conf(5) and ${PREFIX}/share/examples/wiresep/wiresep.conf.example for a basic example configuration. @@ -18,4 +17,4 @@ After you have created a config file and started with `rcctl start wiresep`. If you want to enable wiresep on startup run `rcctl enable wiresep`. -Additional information on wiresep can be found in wiresep(8). +Additional information can be found in wiresep(8).