Update to wiresep 0.11.1
This release contains bugfixes, improvements to logging output, a slight rework of wirese-keygen(1) so it securely creates key files itself rather than printing them on standard output and more. Tested between amd64 and sparc64 (different endianess). Diff from Tim Juijsten (upstream, MAINTAINER), thanks!
This commit is contained in:
parent
8f126a14e7
commit
f900273388
@ -1,12 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2020/03/31 19:00:59 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2020/04/07 17:45:32 kn Exp $
|
||||
|
||||
COMMENT = privilege separated implementation of WireGuard
|
||||
|
||||
GH_ACCOUNT = timkuijsten
|
||||
GH_PROJECT = wiresep
|
||||
GH_TAGNAME = v0.10.1
|
||||
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+ports@netsend.nl>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wiresep-0.10.1.tar.gz) = Dps3BN8zgtwKGbiG8mAAGMZ5jqA5oooVEHQhpdm8a48=
|
||||
SIZE (wiresep-0.10.1.tar.gz) = 99830
|
||||
SHA256 (wiresep-0.11.1.tar.gz) = CpaX21JT7q5RAteZCy2VDJNtZ/35NzZpBHFqxNCIxEI=
|
||||
SIZE (wiresep-0.11.1.tar.gz) = 396242
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.1.1.1 2020/03/15 22:02:04 abieber Exp $
|
||||
$OpenBSD: README,v 1.2 2020/04/07 17:45:32 kn Exp $
|
||||
|
||||
+-------------------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
@ -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 a key for the interface, wiresep can be
|
||||
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user