From dd8e952e820b6430f1896b211c2dd4c62e7a788d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 24 Dec 2023 22:01:33 -0800 Subject: [PATCH] openconnect: update to 9.12 Remove upstream backport and fix libxml 1.12 compilation. Signed-off-by: Rosen Penev --- net/openconnect/Makefile | 8 ++++---- net/openconnect/patches/010-libxml212.patch | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 net/openconnect/patches/010-libxml212.patch diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index 8050d84075..adfb936342 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openconnect -PKG_VERSION:=9.01 -PKG_RELEASE:=2 +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_HASH:=b3d7faf830e9793299d6a41e81d84cd4a3e2789c148c9e598e4585010090e4c7 +PKG_SOURCE_URL:=https://www.infradead.org/openconnect/download +PKG_HASH:=a2bedce3aa4dfe75e36e407e48e8e8bc91d46def5335ac9564fbf91bd4b2413e PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING.LGPL diff --git a/net/openconnect/patches/010-libxml212.patch b/net/openconnect/patches/010-libxml212.patch new file mode 100644 index 0000000000..b8c821f21f --- /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