<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/zerotier/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-19T12:36:53Z</updated>
<entry>
<title>net/zerotier: assign PKG_CPE_ID</title>
<updated>2026-03-19T12:36:53Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-18T18:00:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ea304cb7344c4e6d30f4878c39ed1ec4c97220b1'/>
<id>urn:sha1:ea304cb7344c4e6d30f4878c39ed1ec4c97220b1</id>
<content type='text'>
cpe:/a:zerotier:zerotierone is the correct CPE ID for zerotier:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:zerotier:zerotierone

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>zerotier: apply upstream license change to `MPL-2.0`</title>
<updated>2025-12-15T06:57:41Z</updated>
<author>
<name>Mai Thanh Minh</name>
</author>
<published>2025-12-14T20:25:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=902da8510baa18bad22ae54cf51e1a07fc790bf9'/>
<id>urn:sha1:902da8510baa18bad22ae54cf51e1a07fc790bf9</id>
<content type='text'>
Upstream changed license to `MPL-2.0` for all except `nonfree/`. Building with `ZT_NONFREE=1` excludes these non-free code, make the result effectively under `MPL-2.0`. Read more at https://github.com/zerotier/ZeroTierOne/blob/1.16.0/RELEASE-NOTES.md#2025-08-21----version-1160

Signed-off-by: Mai Thanh Minh &lt;thanhminh.mr@gmail.com&gt;</content>
</entry>
<entry>
<title>zerotier: update to 1.16.0</title>
<updated>2025-09-22T09:21:43Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2025-09-18T21:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9a9fcc46514895e7ee48d4292146cf1a7385fd62'/>
<id>urn:sha1:9a9fcc46514895e7ee48d4292146cf1a7385fd62</id>
<content type='text'>
Authored-by: Óscar García Amor &lt;ogarcia@connectical.com&gt;
Signed-off-by: Moritz Warning &lt;moritzwarning@web.de&gt;
</content>
</entry>
<entry>
<title>zerotier: fix system include path</title>
<updated>2025-06-11T14:15:21Z</updated>
<author>
<name>Liangbin Lian</name>
</author>
<published>2025-06-10T03:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d1b5a6d68f2a17b73f5136d365bd1742a2dcac66'/>
<id>urn:sha1:d1b5a6d68f2a17b73f5136d365bd1742a2dcac66</id>
<content type='text'>
`-isystem ext` makes `#include &lt;miniupnpc/miniupnpc.h&gt;` actually include `ext/miniupnpc/miniupnpc.h`.

we should use `$(STAGING_DIR)/usr/include` as a higher priority system include path.

Fix https://github.com/openwrt/openwrt/issues/18019

Signed-off-by: Liangbin Lian &lt;jjm2473@gmail.com&gt;
</content>
</entry>
<entry>
<title>zerotier: add patch to support miniupnpc 2.2.8</title>
<updated>2025-04-06T00:45:35Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2025-03-03T22:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f4a94261435014c15da52b436d7e8856fbf758fe'/>
<id>urn:sha1:f4a94261435014c15da52b436d7e8856fbf758fe</id>
<content type='text'>
Signed-off-by: Moritz Warning &lt;moritzwarning@web.de&gt;
</content>
</entry>
<entry>
<title>zerotier: update to 1.14.1</title>
<updated>2024-09-20T13:56:56Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2024-09-18T09:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=660b10f0dc9ca81ec2f7b9f7d30ba1a745925d77'/>
<id>urn:sha1:660b10f0dc9ca81ec2f7b9f7d30ba1a745925d77</id>
<content type='text'>
Signed-off-by: Moritz Warning &lt;moritzwarning@web.de&gt;
</content>
</entry>
<entry>
<title>zerotier: split configuration</title>
<updated>2024-09-17T06:27:22Z</updated>
<author>
<name>Óscar García Amor</name>
</author>
<published>2024-08-12T19:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5af81638787a1dd1f057bc238bc243225110607f'/>
<id>urn:sha1:5af81638787a1dd1f057bc238bc243225110607f</id>
<content type='text'>
Split configuration in global and per-network sections.
This change breaks existing configurations.

The following per-network settings are available:

* allow_managed
* allow_global
* allow_default
* allow_dns

See  https://docs.zerotier.com/config/#network-specific-configuration

Signed-off-by: Óscar García Amor &lt;contact@ogarcia.me&gt;
Reviewed-by: Moritz Warning &lt;moritzwarning@web.de&gt;
</content>
</entry>
<entry>
<title>zerotier: update to 1.14.0</title>
<updated>2024-05-08T00:42:05Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2024-05-06T20:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cf6fef36b44de2c9d1b7910f6afd43e0c6ee946c'/>
<id>urn:sha1:cf6fef36b44de2c9d1b7910f6afd43e0c6ee946c</id>
<content type='text'>
Includes refreshed patches.

Signed-off-by: Moritz Warning &lt;moritzwarning@web.de&gt;
</content>
</entry>
<entry>
<title>zerotier: fix typo</title>
<updated>2023-10-28T17:09:03Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2023-10-24T19:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9e38e78000d93cd809427dd41d271c823d34dc3a'/>
<id>urn:sha1:9e38e78000d93cd809427dd41d271c823d34dc3a</id>
<content type='text'>
Signed-off-by: Moritz Warning &lt;moritzwarning@web.de&gt;
</content>
</entry>
<entry>
<title>zerotier: update to 1.12.2</title>
<updated>2023-09-15T02:17:57Z</updated>
<author>
<name>Leo Douglas</name>
</author>
<published>2023-09-15T02:17:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0343dffefa2b1b5dbd731516ed0a9431d6ed4cae'/>
<id>urn:sha1:0343dffefa2b1b5dbd731516ed0a9431d6ed4cae</id>
<content type='text'>
see changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.12.2.

Signed-off-by: Leo Douglas &lt;douglarek@gmail.com&gt;
</content>
</entry>
</feed>
