This update drops the default fallback to BF-CBC with older clients.
See https://openvpn.net/community-downloads/ for a list of details.
2.5.0-rcN test reports from gonzalo@
It appears that after upgrading from snaps, openvpn can't find
liblzo2.so/liblz4.so when started from hostname.if. Probably because
ldconfig is run later during boot, as noted by sthen@. Forcing
LD_LIBRARY_PATH works around the problem as long as /usr is mounted.
Reported by Atanas Vladimirov, sthen@ helped with the debugging.
to start OpenVPN; this sidesteps a problem where openvpn destroys and re-
creates the tun interface, which affects PF/altq.
- shorten DESCR to better fit 80x24
ok fkr@ (maintainer).
- remove USE_GMAKE because it is not needed
- use a different method for installing the sample config files to prevent
installing .orig files left behind after patching
- bump PKGNAME
- Format string vulnerability in the foreign_option function in options.c.
(CVE-2005-3393)
- Potential DoS vulnerability on the server in TCP mode. (CVE-2005-3409)
More info:
http://openvpn.net/changelog.html
"just do it" pvalchev@
OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual
Private Network) daemon which can be used to securely link two or more
private networks using an encrypted tunnel over the internet.
WWW: http://openvpn.sourceforge.net/
from Jorge A. Cortes Montiel <jcortes at bsdcoders dot org>