Moritz Warning
7be89f1f34
zerotier: bump to 1.6.4
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2021-02-21 08:48:36 +01:00
Moritz Warning
db69f0b57c
zerotier: update to 1.6.3
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2021-02-06 22:06:37 +01:00
Rosen Penev
13d999882b
zerotier: add patch to avoid including sys/auxv.h
...
It seems it's not needed and not supported under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit e632e189fd
)
2020-12-09 17:14:22 -08:00
Moritz Warning
ace81238c1
zerotier: update to 1.6.2
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2020-12-02 19:01:33 +01:00
Moritz Warning
479b45b8ab
zerotier: update to 1.4.6
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
Moritz Warning
f0c5a95a4f
zerotier: make sure the /var/lib exists
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
Moritz Warning
38a3ed1c75
zerotier: change license to BSL 1.1
...
Business Source License.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
Moritz Warning
e42648f3c8
zerotier: update to release 1.4.4
...
Also allow path to local.conf to be set and enable linker optimisations
to save a few bytes.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
Moritz Warning
70f4c1d197
zerotier: udpate to 1.4.2
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
DENG Qingfang
61291196d3
zerotier: fix linking to libnatpmp and build with uclibc
...
Makefile always checks the existence of host's NAT-PMP header,
which results in internal NAT-PMP code being used if it's missing.
Add a patch to make it check targets' header instead.
Use aligned_alloc() instead of valloc() in case of uclibc.
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-12-28 14:48:33 +01:00
Moritz Warning
1961985f86
zerotier: update to zerotier 1.4.0
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
Moritz Warning
7b5cc70faa
zerotier: keep configuration file on update
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-12-28 14:48:33 +01:00
Deng Qingfang
4a3e3fb286
zerotier: remove ARM32 conservative CFLAGS
...
OpenWrt toolchains already use correct CFLAGS for every ARM target
There is no reason to use conservative CFLAGS now
It also causes compile error with GCC 9.1.0
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-06-08 01:32:29 +08:00
Moritz Warning
df8328b3b6
zerotier: fix multiple instance handling and port setting
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-09-09 11:32:38 +02:00
Moritz Warning
9e81f2511a
zerotier: update to version 1.2.12
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-07-29 20:36:13 +02:00
Moritz Warning
0bc668aded
zerotier: update to version 1.2.10
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-25 13:08:06 +02:00
Moritz Warning
1296791114
zerotier: update to version 1.2.8
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 19:23:31 +02:00
Moritz Warning
d014516ac0
zerotier: bump package version
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:41 +02:00
Moritz Warning
279967df99
zerotier: show message when section disabled
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:38 +02:00
Moritz Warning
a70f13dcba
zerotier: abort on zerotier-idtool error
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:37 +02:00
Moritz Warning
488ac042f6
zerotier: log errors
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:34 +02:00
Moritz Warning
939a2a8e4b
zerotier: remove broken option interface
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:32 +02:00
Moritz Warning
a0b12895dc
zerotier: disable -pie to avoid segfault
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:21 +02:00
Moritz Warning
cf63e76698
zerotier: fix 'unknown operand' error
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-10 10:42:16 +02:00
Moritz Warning
90fca8e23a
zerotier: support controller mode
...
* add config_path option since the controller mode needs a persisting path to be used
* add patch to fix a bug in the controller code (https://github.com/zerotier/ZeroTierOne/issues/553 )
* disable zerotier by default, as the default settings let it connect to a public network
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-01-23 11:49:07 +01:00
Florian Fainelli
cdc800874a
zerotier: Allow building with older GCC 4.8
...
ZeroTier builds fine with GCC 4.8, so relax the check to make that
possible.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-18 20:08:26 -07:00
Moritz Warning
350cc48049
zerotier: update to version 1.2.4
...
Zerotier now needs to have libstd, libminiupnpc and libnatpmp.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-05-05 21:59:18 +02:00
Moritz Warning
d9aaa8e508
zerotier: remove nice parameter
...
There is no need to nice the program by default.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:22 +01:00
Moritz Warning
e684cb8bb8
zerotier: update zerotier to 1.2.2
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:14 +01:00
Moritz Warning
6addfe52ea
net/zerotier: fix broken dependency detection
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-08 23:15:03 +01:00
Hannu Nyman
0392cd0fc7
Merge pull request #3787 from diizzyy/patch-19
...
net/zerotier: Fix source tarball filename
2017-01-08 15:36:31 +02:00
Daniel Engberg
9984b851fa
net/zerotier: Fix source tarball filename
...
HTTP header content-disposition isn't honored resulting in source tarball name only containing version number.
Switch to GIT repo as workaround to avoid clashing filenames.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-08 03:58:20 -06:00
Moritz Warning
8beaec1a9d
net/zerotier: improve libupnpc detection
...
The patch name was wrong and the change could be made in a more elegant way.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-07 22:51:53 +01:00
Moritz Warning
47f6006237
zerotier: fix upnp build support
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-07 16:38:36 +01:00
Moritz Warning
23983d7a66
zerotier: add initial package
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-01-05 10:55:16 +01:00