Created attachment 171396 [details] Diff File Update to the latest 201623 development snapshot. This includes changes both to the port options, as well as OpenVPN: Port Changes: 1) No more password-save option. This is always on now. 2) LibreSSL has been renamed mbed TLS Notable OpenVPN Changes: 1) Implement --push-remove option to remove options pushed by server. 2) Use mbedTLS 2.x now, instead of PolarSSL 1.x
Thanks for the patch. So this is a -devel package, but do you think this might require an UPDATING entry as it will break any existing saved options that rely on "POLARSSL" option name? Also, committers heads up if you include the PR description in commit log, "LibreSSL" is typo (Port Changes, #2), should be "PolarSSL".
Comment on attachment 171396 [details] Diff File Please also flag the patch as maintainer-approval+ as that will make the PR appear in the "Maintainer Approved" saved search. Also please note that you can automatically flag your patches for the ports you're maintainer of, as maintainer-approval+ to speed up issue resolution. ;)
testbuilds@work
A commit references this bug: Author: pi Date: Tue Jun 28 16:20:11 UTC 2016 New revision: 417735 URL: https://svnweb.freebsd.org/changeset/ports/417735 Log: security/openvpn-devel: 201607 -> 201623 Port Changes: - password-save option is always on now, no longer optional - LibreSSL has been renamed mbed TLS Upstream Changes: - Implement --push-remove option to remove options pushed by server - Use mbedTLS 2.x now, instead of PolarSSL 1.x PR: 210259 Submitted by: ecrist@secure-computing.net (maintainer) Changes: head/security/openvpn-devel/Makefile head/security/openvpn-devel/distinfo
Committed, thanks!