File zerotier-one.changes of Package zerotier-one
-------------------------------------------------------------------
Wed Sep 24 14:25:57 UTC 2025 - Martin Stibor <martin.von.reichenberg@proton.me>
- Update to the latest upstream stable version - 1.16.0
- Whats new in 1.16.0:
- License Changes:
* The core (`node/` and `include/`) and the service (`service/` and `osdep/`)
are now under the Mozilla Public License (MPL).
* The network controller (`controller/`) is now under a commercial
source-available license.
* Use `make ZT_NONFREE=1` to build non-MPL components.
* Building with `ZT_NONFREE=1` changes the license of the resulting
executable to a proprietary commercial license vs. MPL.
- Default binary builds no longer contain the controller.
- Network-Specific Relays (preview / beta):
* It is now possible to designate one or more nodes as network-specific
relays to be used in preference to roots for relayed traffic
between members of a network. These nodes need not necessarily
be members of the network.
* "Moons" are now considered even more extra deprecated
and should not be used in new deployments.
* We will announce support for network-specific relays once
we have worked with some users to test and performed more
internal validation.
* HELLO packet encryption is now available by enabling
the `encryptedHelloEnabled` settting in `local.conf`.
* HELLO packets contain no data, only public keys
and very basic meta-data like protocol version information.
Most users won't care about this, but if you require this for e.g.
compliance reasons you can enable. This adds a small amount of CPU
and bandwidth overhead to the HELLO sign-on process.
- Small Fixes:
* Code has been reformatted using `clang-format` with a `.clang-format`
definition in the repo. Typing `make clang-format` executes this
against all main core and service C++ files.
* Bridges are no longer counted toward multicast limits.
* A flow designation issue in bridged traffic under
multipath scenarios has been fixed.
* Library version updates for OIDC and other features.
* Antiquated and unused software update code removed for
precautionary reasons.
* Compiler warnings removed through removing use of deprecated
functions on some platforms.
* Other minor bug fixes.
- Merged Pull Requests:
* Hosted controller changes for cv1 os/arch reporting ((PR #2495))
* Add a warning about missing DNS functionality on Linux (PR #2493)
* Fix: standardize bond link selection method JSON field naming (PR #2491)
* Fix link select field in bond CLI (PR #2489)
* Windows installer fixes (PR #2487)
* Add 'apt update' to validation action (PR #2486)
* Add OpenTelemetry support in Central Controllers (PR #2482)
* Rust warning removal, clippy allows, update library versions (PR #2481)
* Don't count bridges towards multicast limit. Send to all bridges (PR #2477)
* clang-format (PR #2475)
* Hello encryption (PR #2474)
* CV2 db schema support (PR #2452)
* Bump crossbeam-channel from 0.5.13 to 0.5.15 in /rustybits (PR #2451)
* Bump tokio from 1.42.0 to 1.43.1 in /rustybits (PR #2450)
* Bump openssl from 0.10.70 to 0.10.72 in /rustybits (PR #2449)
* Allow setting local.conf content from Docker environment variable (PR #2445)
* Temporal sdk fix (PR #2444)
* Fix AuthInfo Provider not being set (PR #2443)
* Bump ring from 0.17.8 to 0.17.13 in /rustybits (PR #2442)
* Run CI on pull requests (PR #2441)
* Add custom control plane for third-party device vendors (PR #2438)
* Update upload-artifact action to use v4 (PR #2432)
* Bump openssl from 0.10.68 to 0.10.70 in /rustybits (PR #2430)
* Fix active backup link selection (PR #2427)
* Update rust dependencies (PR #2417)
* Bump rustls from 0.23.15 to 0.23.18 in /rustybits (PR #2409)
* Build fix for OpenBSD - See ticket #2397 (PR #2405)
- Updated/changed documents and fixed the license turmoil as well
as some typos in the RPM .SPEC file to match updates at upstream
-------------------------------------------------------------------
Sat Apr 12 23:34:42 UTC 2025 - Martin von Reichenberg <martin.von.reichenberg@proton.me>
- Possible FIX for multiple Linux distributions & CPU Architectures . . .
- RPMLint ERROR FIXes
-------------------------------------------------------------------
Mon Mar 3 16:26:10 UTC 2025 - Martin von Reichenberg <martin.von.reichenberg@proton.me>
- Initial upload of ZeroTier One VPN to Open Build Service (OBS)
- What is new in version 1.14.2
- Threading Bug Fix:
* A threading bug-fix in the ZeroTier Core
- Version Bumps:
* Updates for the Linux version.
* Adjustments to Debian dependencies from the 1.12.0 rebuild.
* macOS version bump in the installer.
* Windows version bump.