set IGNORE and amend DESCR to make it clear this is kept around for testing

purposes only now that wg(4) is enabled in -current.

as discussed with Jason A. Donenfeld
This commit is contained in:
jasper 2020-06-24 07:01:16 +00:00
parent 10569d7ddb
commit ef908f26a5
2 changed files with 6 additions and 1 deletions

View File

@ -1,11 +1,13 @@
# $OpenBSD: Makefile,v 1.15 2020/04/20 09:10:39 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2020/06/24 07:01:16 jasper Exp $
ONLY_FOR_ARCHS = amd64 arm64
IGNORE = Replaced with wg(4) implementation in OpenBSD 6.8
COMMENT = implementation of WireGuard in Go
DISTNAME = wireguard-go-0.0.20200320
EPOCH = 0
REVISION = 0
CATEGORIES = net security

View File

@ -1,2 +1,5 @@
wireguard-go is a userland implementation of WireGuard in Go; WireGuard
is simple yet fast modern VPN.
This package is kept for testing purposes, users are encouraged to use
the in-kernel wg(4) implementation.