From: <abe...@us...> - 2014-12-01 18:24:14
|
Revision: 6837 http://sourceforge.net/p/astlinux/code/6837 Author: abelbeck Date: 2014-12-01 18:24:05 +0000 (Mon, 01 Dec 2014) Log Message: ----------- openvpn, version bump to 2.3.6, fixes a critical denial of service vulnerability: CVE-2014-8104. However, the vulnerability can only be exploited by authenticated clients. Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2014-11-28 18:05:57 UTC (rev 6836) +++ branches/1.0/package/openvpn/openvpn.mk 2014-12-01 18:24:05 UTC (rev 6837) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.5 +OPENVPN_VERSION = 2.3.6 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |