From: <abe...@us...> - 2015-12-17 13:58:53
|
Revision: 7411 http://sourceforge.net/p/astlinux/code/7411 Author: abelbeck Date: 2015-12-17 13:58:51 +0000 (Thu, 17 Dec 2015) Log Message: ----------- openvpn, version bump to 2.3.9, configure option '--enable-password-save' removed, enabled by default Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2015-12-16 13:06:04 UTC (rev 7410) +++ branches/1.0/package/openvpn/openvpn.mk 2015-12-17 13:58:51 UTC (rev 7411) @@ -4,10 +4,10 @@ # ############################################################# -OPENVPN_VERSION = 2.3.8 +OPENVPN_VERSION = 2.3.9 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config -OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save +OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 OPENVPN_CONF_ENV = IFCONFIG=/sbin/ifconfig \ NETSTAT=/bin/netstat \ ROUTE=/sbin/route This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |