aboutsummaryrefslogtreecommitdiff
path: root/net/zerotier/patches
Commit message (Collapse)AuthorAge
* zerotier: fix compilation with GCC10Rosen Penev2020-07-16
| | | | | | Patch taken from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zerotier: fix compilation with newer muslRosen Penev2020-03-29
| | | | | | | musl 1.2.0 gets rid of this syscall. Just call the function directly. It's easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zerotier: fix compilation with libcxxRosen Penev2020-02-03
| | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zerotier: fix linking to libnatpmp and build with uclibcDENG Qingfang2019-08-08
| | | | | | | | | | | 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>
* zerotier: update to zerotier 1.4.0Moritz Warning2019-08-04
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: remove ARM32 conservative CFLAGSDeng Qingfang2019-06-08
| | | | | | | | 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>
* zerotier: update to version 1.2.10Moritz Warning2018-05-25
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: update to version 1.2.8Moritz Warning2018-05-02
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: disable -pie to avoid segfaultMoritz Warning2018-04-12
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: support controller modeMoritz Warning2018-01-23
| | | | | | | | * 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>
* zerotier: Allow building with older GCC 4.8Florian Fainelli2017-06-18
| | | | | | | ZeroTier builds fine with GCC 4.8, so relax the check to make that possible. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* zerotier: update to version 1.2.4Moritz Warning2017-05-05
| | | | | | Zerotier now needs to have libstd, libminiupnpc and libnatpmp. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: update zerotier to 1.2.2Moritz Warning2017-03-19
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* net/zerotier: fix broken dependency detectionMoritz Warning2017-01-08
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* net/zerotier: improve libupnpc detectionMoritz Warning2017-01-07
| | | | | | The patch name was wrong and the change could be made in a more elegant way. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: fix upnp build supportMoritz Warning2017-01-07
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* zerotier: add initial packageMoritz Warning2017-01-05
Signed-off-by: Moritz Warning <moritzwarning@web.de>