mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 11:22:42 +08:00
openconnect: update to 9.12 (#747)
This commit is contained in:
parent
f308e4c4de
commit
c19ac843db
@ -8,11 +8,11 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openconnect
|
PKG_NAME:=openconnect
|
||||||
PKG_VERSION:=9.01
|
PKG_VERSION:=9.12
|
||||||
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:=https://www.infradead.org/openconnect/download
|
||||||
PKG_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7
|
PKG_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7
|
||||||
|
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
11
net/openconnect/patches/010-libxml212.patch
Normal file
11
net/openconnect/patches/010-libxml212.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/openconnect-internal.h
|
||||||
|
+++ b/openconnect-internal.h
|
||||||
|
@@ -84,7 +84,7 @@
|
||||||
|
#endif
|
||||||
|
#define N_(s) s
|
||||||
|
|
||||||
|
-#include <libxml/tree.h>
|
||||||
|
+#include <libxml/parser.h>
|
||||||
|
#include <zlib.h>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
Loading…
Reference in New Issue
Block a user