openconnect: update to 9.12 (#747)

This commit is contained in:
HHJLKK 2024-01-07 02:09:21 +08:00 committed by GitHub
parent f308e4c4de
commit c19ac843db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openconnect
PKG_VERSION:=9.01
PKG_VERSION:=9.12
PKG_RELEASE:=1
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_LICENSE:=LGPL-2.1-or-later

View 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