From 6524db1d091d826d90f27e2b019acdd6eabccd12 Mon Sep 17 00:00:00 2001 From: cronyx Date: Mon, 20 Feb 2023 16:09:56 +0300 Subject: [PATCH] zerotier version update --- general/package/zerotier-one/00000-makefile.patch | 12 ++++++------ general/package/zerotier-one/zerotier-one.mk | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/general/package/zerotier-one/00000-makefile.patch b/general/package/zerotier-one/00000-makefile.patch index ba9bad6d..ff49caa8 100644 --- a/general/package/zerotier-one/00000-makefile.patch +++ b/general/package/zerotier-one/00000-makefile.patch @@ -1,5 +1,5 @@ ---- a/make-linux.mk 2022-11-01 23:08:52.000000000 +0300 -+++ b/make-linux.mk 2023-01-09 17:05:18.481511855 +0300 +--- a/make-linux.mk 2023-02-20 14:31:41.466735021 +0300 ++++ b/make-linux.mk 2023-02-20 14:38:58.419080939 +0300 @@ -25,7 +25,7 @@ # otherwise build into binary as done on Mac and Windows. ONE_OBJS+=osdep/PortMapper.o @@ -33,7 +33,7 @@ RUSTFLAGS=--release endif -@@ -291,7 +291,7 @@ +@@ -296,7 +296,7 @@ # Static builds, which are currently done for a number of Linux targets ifeq ($(ZT_STATIC),1) @@ -42,7 +42,7 @@ endif # For building an official semi-static binary on CentOS 7 -@@ -309,13 +309,13 @@ +@@ -314,13 +314,13 @@ # ARM32 hell -- use conservative CFLAGS ifeq ($(ZT_ARCHITECTURE),3) @@ -61,7 +61,7 @@ ZT_USE_ARM32_NEON_ASM_CRYPTO=0 endif endif -@@ -335,8 +335,8 @@ +@@ -340,8 +340,8 @@ endif # Position Independence @@ -72,7 +72,7 @@ .PHONY: all all: one -@@ -360,7 +360,7 @@ +@@ -365,7 +365,7 @@ $(ONE_OBJS): zeroidc libzerotiercore.a: FORCE diff --git a/general/package/zerotier-one/zerotier-one.mk b/general/package/zerotier-one/zerotier-one.mk index c81dd5ae..ab03399f 100644 --- a/general/package/zerotier-one/zerotier-one.mk +++ b/general/package/zerotier-one/zerotier-one.mk @@ -4,7 +4,7 @@ # ################################################################################ -ZEROTIER_ONE_VERSION = 1.10.2 +ZEROTIER_ONE_VERSION = 1.10.3 ZEROTIER_ONE_SITE = $(call github,zerotier,ZeroTierOne,$(ZEROTIER_ONE_VERSION)) ZEROTIER_ONE_LICENSE = BUSL-1.1 ZEROTIER_ONE_LICENSE_FILES = LICENSE.txt