diff options
author | Mengyang Li <mayli.he@gmail.com> | 2020-10-24 21:00:40 -0700 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-10-25 21:44:32 +0100 |
commit | b6119433a512aa35a740708c0aaa941e8bf07fea (patch) | |
tree | 77cdddf07e3188181d9f8a2d51f07cf8c5b61c70 /net/openconnect/Makefile | |
parent | 80ac8dac11bb71c74a09535b3d43d04541449de3 (diff) |
openconnect: allow specify --protocol from config
openconnect v8.10 supports 4 VPN protocols
--protocol=anyconnect Compatible with Cisco AnyConnect SSL VPN, as well as ocserv (default)
--protocol=nc Compatible with Juniper Network Connect
--protocol=gp Compatible with Palo Alto Networks (PAN) GlobalProtect SSL VPN
--protocol=pulse Compatible with Pulse Connect Secure SSL VPN
This patch allows user to specify protocol use the new "vpn_protocol"
option and deprecate the old option "juniper" which seems to be missing in
the current openconnect client.
Signed-off-by: Mengyang Li <mayli.he@gmail.com>
Diffstat (limited to 'net/openconnect/Makefile')
-rw-r--r-- | net/openconnect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 277653a1b..59e81f77a 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect PKG_VERSION:=8.10 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ |