aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2023-03-13 19:16:05 +0100
committerTianling Shen <cnsztl@gmail.com>2023-03-14 11:02:01 +0800
commitb5cde91594a858b823270e50fed27bb7985ddebe (patch)
treee62171cb0b25a50948b260d4a8f747f649e99b3c /net
parente784c54b76e00cbb518ed447747a80d7afe85004 (diff)
zerotier: update to 1.10.4
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net')
-rw-r--r--net/zerotier/Makefile4
-rw-r--r--net/zerotier/patches/0001-fix-makefile.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile
index 05c14ef4b..47e3f7a63 100644
--- a/net/zerotier/Makefile
+++ b/net/zerotier/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zerotier
-PKG_VERSION:=1.10.3
+PKG_VERSION:=1.10.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=f2ce8a63a459a5fab129fb398e379b8c0875bdfeccb7bf15f9683ad22e43e629
+PKG_HASH:=5dc185a65baf8caa3fb739cbc8043677aa117604be9036a28c34f8fda5d6eafe
PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION)
PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>
diff --git a/net/zerotier/patches/0001-fix-makefile.patch b/net/zerotier/patches/0001-fix-makefile.patch
index fd8d05e21..eacb72352 100644
--- a/net/zerotier/patches/0001-fix-makefile.patch
+++ b/net/zerotier/patches/0001-fix-makefile.patch
@@ -38,7 +38,7 @@ Subject: [PATCH 1/2] fix makefile
RUSTFLAGS=--release
endif
-@@ -313,7 +313,7 @@ ifeq ($(ZT_CONTROLLER),1)
+@@ -316,7 +316,7 @@ ifeq ($(ZT_CONTROLLER),1)
endif
# ARM32 hell -- use conservative CFLAGS
@@ -47,7 +47,7 @@ Subject: [PATCH 1/2] fix makefile
ifeq ($(shell if [ -e /usr/bin/dpkg ]; then dpkg --print-architecture; fi),armel)
override CFLAGS+=-march=armv5t -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm
override CXXFLAGS+=-march=armv5t -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm
-@@ -340,8 +340,8 @@ ifeq ($(ZT_USE_ARM32_NEON_ASM_CRYPTO),1)
+@@ -343,8 +343,8 @@ ifeq ($(ZT_USE_ARM32_NEON_ASM_CRYPTO),1)
endif
# Position Independence