zerotier: update to 1.8.4
authorMoritz Warning <moritzwarning@web.de>
Mon, 6 Dec 2021 22:09:12 +0000 (23:09 +0100)
committerRosen Penev <rosenp@gmail.com>
Mon, 6 Dec 2021 23:12:35 +0000 (15:12 -0800)
Also remove patch to fix uClibc-ng,
since it is not in openwrt anymore.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
net/zerotier/Makefile
net/zerotier/patches/0010-auxv.patch [deleted file]

index 4cb28140141fded6c28b533445109a3b75720444..ab0dbe4f27c60e085ffc329ce377e0eb8b15d24a 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zerotier
-PKG_VERSION:=1.8.3
+PKG_VERSION:=1.8.4
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=f0813900c812910db2751bfb43d22a06f11dbcfbe4515e6b24fcad90ca46f665
+PKG_HASH:=61b8c1ea5904cc87431939212033bb4d05d11f517860a01cac75f0090d94272b
 PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>
diff --git a/net/zerotier/patches/0010-auxv.patch b/net/zerotier/patches/0010-auxv.patch
deleted file mode 100644 (file)
index 3165fe3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/node/Utils.cpp
-+++ b/node/Utils.cpp
-@@ -29,7 +29,7 @@
- #include <sys/uio.h>
- #include <dirent.h>
- #ifdef ZT_ARCH_ARM_HAS_NEON
--#ifdef __LINUX__
-+#if 0
- #include <sys/auxv.h>
- #endif
- #endif