From 6bbbf50ef4bf29ec640e626fce287a64e96bb842 Mon Sep 17 00:00:00 2001 From: breakings Date: Sun, 15 May 2022 22:00:49 +0800 Subject: [PATCH] openconnect: bump to version 9.01 (#448) * openconnect: updated to 8.20 Signed-off-by: Nikos Mavrogiannopoulos * 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 Co-authored-by: Nikos Mavrogiannopoulos Co-authored-by: Rui Salvaterra --- net/openconnect/Config.in | 1 + net/openconnect/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/openconnect/Config.in b/net/openconnect/Config.in index d73bd3a8..7a468eeb 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 14febb84..6bf724ee 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=8.10 -PKG_RELEASE:=4 +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:=30e64c6eca4be47bbf1d61f53dc003c6621213738d4ea7a35e5cf1ac2de9bab1 +PKG_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL