diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | package/openvpn/openvpn.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Kconfig infrastructure rebased against 2.6.36-rc1, bringing misc fixes + nconfig and savedefconfig targets. - Updated/fixed packages: busybox, dropbear + Updated/fixed packages: busybox, dropbear, openvpn 2010.08: Released August 31th, 2010: diff --git a/package/openvpn/openvpn.mk b/package/openvpn/openvpn.mk index 084ee2f79..714938b4b 100644 --- a/package/openvpn/openvpn.mk +++ b/package/openvpn/openvpn.mk @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.1.1 +OPENVPN_VERSION = 2.1.2 OPENVPN_SITE = http://openvpn.net/release OPENVPN_CONF_OPT = --enable-small |