On 2019/11/15 00:39, Tim Kuijsten wrote: > This is a new version of the port which fixes all my previous > questions (thanks Bjorn Ketelaars for all the help). > > This is based on the final v0.8.2 which I released today and includes > some additional tweaks and fixes (is the version number v0.8.2 > semantically higher in ports compared to v0.8.2-rc.3?).
0.8.2 is semantically higher than 0.8.2rc3; the version number part in ports can't have a - as that makes it treated like a flavour named "rc.3". > Hope somebody can test or comment on it. > > For completeness a link to the homepage and a short description which I > forgot to mention yesterday: https://github.com/timkuijsten/wiresep > > ============ > WireSep is a privilege separated implementation of WireGuard for > OpenBSD. > > WireGuard is a VPN that aims to be simpler and faster than IPsec > and OpenVPN. Simpler both in configuration and in implementation. > ============ - In 6.6+, PERMIT_PACKAGE_CDROM now needs to just be PERMIT_PACKAGE. - The example config share/examples/wiresep/wiresep.conf.example would usually want to be followed by "@sample ${SYSCONFDIR}/wiresep/wiresep.conf" to copy it into the normal place - if not then there should be an @extraunexec to remove the file that users would create themselves. - pkg/README should follow the layout in templates/README.template.