From c19ac843db228679fdb3d5fc65cd07aea7e1ebf7 Mon Sep 17 00:00:00 2001 From: HHJLKK <32214003+HHJLKK@users.noreply.github.com> Date: Sun, 7 Jan 2024 02:09:21 +0800 Subject: [PATCH] openconnect: update to 9.12 (#747) --- net/openconnect/Makefile | 4 ++-- net/openconnect/patches/010-libxml212.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 net/openconnect/patches/010-libxml212.patch diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 6bf724ee..f37f9324 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -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 diff --git a/net/openconnect/patches/010-libxml212.patch b/net/openconnect/patches/010-libxml212.patch new file mode 100644 index 00000000..b8c821f2 --- /dev/null +++ b/net/openconnect/patches/010-libxml212.patch @@ -0,0 +1,11 @@ +--- a/openconnect-internal.h ++++ b/openconnect-internal.h +@@ -84,7 +84,7 @@ + #endif + #define N_(s) s + +-#include ++#include + #include + + #ifdef _WIN32