From b9aebd8cdca118b39c2a355d4768b3997fd2554e Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 6 Dec 2021 23:09:12 +0100 Subject: [PATCH] zerotier: update to 1.8.4 Also remove patch to fix uClibc-ng, since it is not in openwrt anymore. Signed-off-by: Moritz Warning --- net/zerotier/Makefile | 4 ++-- net/zerotier/patches/0010-auxv.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 net/zerotier/patches/0010-auxv.patch diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 4cb2814014..ab0dbe4f27 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -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 diff --git a/net/zerotier/patches/0010-auxv.patch b/net/zerotier/patches/0010-auxv.patch deleted file mode 100644 index 3165fe3f7a..0000000000 --- a/net/zerotier/patches/0010-auxv.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/node/Utils.cpp -+++ b/node/Utils.cpp -@@ -29,7 +29,7 @@ - #include - #include - #ifdef ZT_ARCH_ARM_HAS_NEON --#ifdef __LINUX__ -+#if 0 - #include - #endif - #endif