Browse Source

zerotier: update to 1.6.5

Minor ZeroTier update. Refreshed patches.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
lilik-openwrt-22.03
Moritz Warning 3 years ago
committed by Josef Schlehofer
parent
commit
d6a101ecce
4 changed files with 5 additions and 5 deletions
  1. +2
    -2
      net/zerotier/Makefile
  2. +1
    -1
      net/zerotier/patches/0002-remove-pie.patch
  3. +1
    -1
      net/zerotier/patches/0003-remove-arm32-conservative-CFLAGS.patch
  4. +1
    -1
      net/zerotier/patches/0004-accept-external-linker-flags.patch

+ 2
- 2
net/zerotier/Makefile View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zerotier
PKG_VERSION:=1.6.4
PKG_VERSION:=1.6.5
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:=0f45a4050cdfea1018634c88b6c302cbbfcc3f7f93cb94bed840a15e3ffa55ba
PKG_HASH:=a437ec9e8a4987ed48c0e5af3895a057dcc0307ab38af90dd7729a131097f222
PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION)
PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>


+ 1
- 1
net/zerotier/patches/0002-remove-pie.patch View File

@ -11,7 +11,7 @@ when making a shared object; recompile with -fPIC" error
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -73,11 +73,11 @@ ifeq ($(ZT_DEBUG),1)
@@ -69,11 +69,11 @@ ifeq ($(ZT_DEBUG),1)
# C25519 in particular is almost UNUSABLE in -O0 even on a 3ghz box!
node/Salsa20.o node/SHA512.o node/C25519.o node/Poly1305.o: CXXFLAGS=-Wall -O2 -g -pthread $(INCLUDES) $(DEFS)
else


+ 1
- 1
net/zerotier/patches/0003-remove-arm32-conservative-CFLAGS.patch View File

@ -9,7 +9,7 @@ Subject: [PATCH 3/8] remove arm32 conservative CFLAGS
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -276,7 +276,7 @@ ifeq ($(ZT_CONTROLLER),1)
@@ -272,7 +272,7 @@ ifeq ($(ZT_CONTROLLER),1)
endif
# ARM32 hell -- use conservative CFLAGS


+ 1
- 1
net/zerotier/patches/0004-accept-external-linker-flags.patch View File

@ -9,7 +9,7 @@ Subject: [PATCH 4/8] accept external linker flags
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -77,7 +77,7 @@ else
@@ -73,7 +73,7 @@ else
override CFLAGS+=-Wall -Wno-deprecated -pthread $(INCLUDES) -DNDEBUG $(DEFS)
CXXFLAGS?=-O3 -fstack-protector
override CXXFLAGS+=-Wall -Wno-deprecated -std=c++11 -pthread $(INCLUDES) -DNDEBUG $(DEFS)


Loading…
Cancel
Save