zerotier version update

pull/644/head
cronyx 2023-02-20 16:09:56 +03:00
parent ddac3c9318
commit 6524db1d09
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
--- a/make-linux.mk 2022-11-01 23:08:52.000000000 +0300 --- a/make-linux.mk 2023-02-20 14:31:41.466735021 +0300
+++ b/make-linux.mk 2023-01-09 17:05:18.481511855 +0300 +++ b/make-linux.mk 2023-02-20 14:38:58.419080939 +0300
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
# otherwise build into binary as done on Mac and Windows. # otherwise build into binary as done on Mac and Windows.
ONE_OBJS+=osdep/PortMapper.o ONE_OBJS+=osdep/PortMapper.o
@ -33,7 +33,7 @@
RUSTFLAGS=--release RUSTFLAGS=--release
endif endif
@@ -291,7 +291,7 @@ @@ -296,7 +296,7 @@
# Static builds, which are currently done for a number of Linux targets # Static builds, which are currently done for a number of Linux targets
ifeq ($(ZT_STATIC),1) ifeq ($(ZT_STATIC),1)
@ -42,7 +42,7 @@
endif endif
# For building an official semi-static binary on CentOS 7 # For building an official semi-static binary on CentOS 7
@@ -309,13 +309,13 @@ @@ -314,13 +314,13 @@
# ARM32 hell -- use conservative CFLAGS # ARM32 hell -- use conservative CFLAGS
ifeq ($(ZT_ARCHITECTURE),3) ifeq ($(ZT_ARCHITECTURE),3)
@ -61,7 +61,7 @@
ZT_USE_ARM32_NEON_ASM_CRYPTO=0 ZT_USE_ARM32_NEON_ASM_CRYPTO=0
endif endif
endif endif
@@ -335,8 +335,8 @@ @@ -340,8 +340,8 @@
endif endif
# Position Independence # Position Independence
@ -72,7 +72,7 @@
.PHONY: all .PHONY: all
all: one all: one
@@ -360,7 +360,7 @@ @@ -365,7 +365,7 @@
$(ONE_OBJS): zeroidc $(ONE_OBJS): zeroidc
libzerotiercore.a: FORCE libzerotiercore.a: FORCE

View File

@ -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_SITE = $(call github,zerotier,ZeroTierOne,$(ZEROTIER_ONE_VERSION))
ZEROTIER_ONE_LICENSE = BUSL-1.1 ZEROTIER_ONE_LICENSE = BUSL-1.1
ZEROTIER_ONE_LICENSE_FILES = LICENSE.txt ZEROTIER_ONE_LICENSE_FILES = LICENSE.txt