mirror of https://github.com/OpenIPC/firmware.git
zerotier version update (#644)
parent
ddac3c9318
commit
5fc88b9590
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue