mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
openconnect: update to 9.12
Remove upstream backport and fix libxml 1.12 compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
463b115966
commit
dd8e952e82
@@ -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
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user