diff options
author | Matteo Panella <morpheus@level28.org> | 2016-06-04 15:15:03 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-07 23:02:58 +0200 |
commit | 20c608db0aa756b5a218990c80edda56486f4527 (patch) | |
tree | f7de49a1aaf19b755cf60e284ab11c4298905130 /package/network/services/openvpn/Makefile | |
parent | 33a4d22f4cc76ef8e8eed19d3db1fd49a7937aaf (diff) | |
download | upstream-20c608db0aa756b5a218990c80edda56486f4527.tar.gz upstream-20c608db0aa756b5a218990c80edda56486f4527.tar.bz2 upstream-20c608db0aa756b5a218990c80edda56486f4527.zip |
openvpn: add support for tls-version-min
Currently, the uci data model does not provide support for specifying
the minimum TLS version supported in an OpenVPN instance (be it server
or client).
This patch adds support for writing the relevant option to the openvpn
configuration file at service startup.
Signed-off-by: Matteo Panella <morpheus@level28.org>
[Jo-Philipp Wich: shorten commit title, bump pkg release]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/openvpn/Makefile')
-rw-r--r-- | package/network/services/openvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index 69f24c4761..e0e1b124c3 100644 --- a/package/network/services/openvpn/Makefile +++ b/package/network/services/openvpn/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.3.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://swupdate.openvpn.net/community/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |