Merge pull request #18520 from rsalvaterra/oc-bump
openconnect: bump to version 9.01
This commit is contained in:
commit
fc23cd52b8
2 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ config OPENCONNECT_GNUTLS
|
||||||
|
|
||||||
config OPENCONNECT_OPENSSL
|
config OPENCONNECT_OPENSSL
|
||||||
bool "OpenSSL"
|
bool "OpenSSL"
|
||||||
|
select OPENSSL_WITH_DEPRECATED
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openconnect
|
PKG_NAME:=openconnect
|
||||||
PKG_VERSION:=8.20
|
PKG_VERSION:=9.01
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/
|
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/
|
||||||
PKG_HASH:=c1452384c6f796baee45d4e919ae1bfc281d6c88862e1f646a2cc513fc44e58b
|
PKG_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7
|
||||||
|
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING.LGPL
|
PKG_LICENSE_FILES:=COPYING.LGPL
|
||||||
|
|
Loading…
Reference in a new issue