diff options
author | Donald Hoskins <grommish@gmail.com> | 2020-06-25 02:44:31 -0400 |
---|---|---|
committer | Donald Hoskins <grommish@gmail.com> | 2020-06-25 07:37:13 -0400 |
commit | c2d4156086b25d4e67b8bed4f9da1294bdcdfd02 (patch) | |
tree | 18a1a52852b4eb3f6057b275404f9178c43c577e /net/openconnect | |
parent | d325fbffbe9a06ff8e7682c974d82e371b0da811 (diff) |
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
https://nvd.nist.gov/vuln/detail/CVE-2020-12823
Signed-off-by: Donald Hoskins <grommish@gmail.com>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 996edaa8a..73bb315ed 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=8.09 +PKG_VERSION:=8.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/ -PKG_HASH:=f39802be4c3a099b211ee4cc3318b3a9a195075deab0b4c1c5880c69340ce9a6 +PKG_HASH:=30e64c6eca4be47bbf1d61f53dc003c6621213738d4ea7a35e5cf1ac2de9bab1 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL |