diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2022-05-12 10:22:19 +0100 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2022-05-12 11:17:59 +0100 |
commit | a85a057b145660127e2a47e4c64e8d9444baec9f (patch) | |
tree | 87e14b4f9c6da9d2b9866c7e51738ea1b91fbb69 /net/openconnect | |
parent | 67a69726583a1ceb65d574426573e8534c9389d1 (diff) |
openconnect: bump to version 9.01
Now with basic support for the Array Networks SSL VPN protocol.
Also fix the OpenSSL build. OpenConnect requires support for deprecated APIs,
for the time being, so select them if compiling against OpenSSL.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Config.in | 1 | ||||
-rw-r--r-- | net/openconnect/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/openconnect/Config.in b/net/openconnect/Config.in index d73bd3a88..7a468eeb8 100644 --- a/net/openconnect/Config.in +++ b/net/openconnect/Config.in @@ -12,6 +12,7 @@ config OPENCONNECT_GNUTLS config OPENCONNECT_OPENSSL bool "OpenSSL" + select OPENSSL_WITH_DEPRECATED endchoice diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 2abaf614f..6bf724eeb 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=8.20 +PKG_VERSION:=9.01 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ -PKG_HASH:=c1452384c6f796baee45d4e919ae1bfc281d6c88862e1f646a2cc513fc44e58b +PKG_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL |