Commit Graph

267 Commits

Author SHA1 Message Date
Joseph Henry fe2dcb61e6 Merge branch 'main' into build-fixes 2025-11-21 09:26:16 -08:00
Joseph Henry f6555c9c23 Merge pull request #57 from damageboy/aytana-appindicator
Transition to libaytana-appindicator3 from libappindicator3
2025-11-21 09:25:21 -08:00
Joseph Henry 417b6bfc94 Merge branch 'main' into aytana-appindicator 2025-11-21 09:24:19 -08:00
Chris Spiegel 96613db142 Add missing headers to fix the build
strings.h - strcasecmp()
sys/stat.h - chmod()
2025-11-12 09:15:39 -08:00
Joseph Henry 5e80ae3f62 Merge pull request #61 from alexrsagen/main
Improve reliability of ServiceClient
2025-11-11 09:54:26 -08:00
Grant Limberg c12ddd93a1 Merge pull request #69 from zerotier/dependabot/cargo/ring-0.17.13
Bump ring from 0.17.8 to 0.17.13
2025-03-11 10:09:47 -07:00
dependabot[bot] d002fa6d36 Bump ring from 0.17.8 to 0.17.13
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 16:55:32 +00:00
Grant Limberg ae164e08b6 Merge pull request #68 from zerotier/rust-url-dep
Update url to 2.5.4.
2025-02-04 16:49:05 -08:00
Grant Limberg 2f59e08ff7 Update url to 2.5.4.
transitively required idna 0.5.0.  Updates to idna 1.0.3 to fix security vulnerability
2025-02-04 16:36:23 -08:00
Grant Limberg 452eca3270 Merge pull request #64 from zerotier/dependabot/cargo/rustls-0.22.4
Bump rustls from 0.22.3 to 0.22.4
2024-09-26 14:45:48 -07:00
dependabot[bot] 66fd06d224 Bump rustls from 0.22.3 to 0.22.4
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.22.3...v/0.22.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 21:44:31 +00:00
Grant Limberg 2a2afcc96a Merge pull request #63 from zerotier/1.14.1
Merge 1.14.1 changes to main
2024-09-26 14:43:30 -07:00
Grant Limberg 131f54340d fix dependencies 2024-09-26 14:42:45 -07:00
Grant Limberg 406824ded3 Merge branch 'main' into 1.14.1 2024-09-26 14:39:31 -07:00
Grant Limberg f2e6c4aba7 Merge pull request #62 from zerotier/dependabot/cargo/webbrowser-0.8.3
Bump webbrowser from 0.7.1 to 0.8.3
2024-09-26 14:31:44 -07:00
dependabot[bot] 0bcc75c1b3 Bump webbrowser from 0.7.1 to 0.8.3
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.1 to 0.8.3.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.7.1...v0.8.3)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 21:28:55 +00:00
Adam Ierymenko 5d7fdff140 Version bump 2024-09-11 11:12:04 -04:00
Alexander Sagen f17b8f3f1a ServiceClient: Attempt IPv6 localhost connection if IPv4 localhost connection failed, and vice-versa 2024-08-14 12:48:38 +02:00
Alexander Sagen 2f04dc5531 ServiceClient: Use ureq::Agent with a connection pool of 1
This avoids always creating new connections, leading to excessive lingering TCP connections in TIME_WAIT state if the ZeroTier system service is unavailable.
2024-08-14 12:30:02 +02:00
Adam Ierymenko 4b5aa1cd3b Update Rust library versions, and do a small build fix in the old libui version we use. It effectively kills image support in libui but we do not use that. 2024-04-17 17:16:41 -07:00
Adam Ierymenko a393099e3f Update dependencies. 2024-04-05 12:19:55 -04:00
Travis LaDuke cc5b7b9fea Merge pull request #59 from zerotier/aaronjohnson-patch-1
Update copyright year on about.rs
2024-03-19 16:50:52 -07:00
Aaron Johnson 46d7c59b30 Update copyright year on about.rs 2024-03-19 16:06:36 -07:00
Dan Shechter ba4918866f Transition to libaytana-appindicator3 from libappindicator3
libappindicator is practically unmaintained by canonical and a general
transition towards the community maintained libaytana-appindicator
has been going on for a while now (in ubuntu derivatives, debian :
https://bugs.launchpad.net/ubuntu/+source/libayatana-appindicator/+bug/1915695

This commit switches the linux build to using the community
provided `libaytana-appindicator3` and has been tested on:
ubuntu, pop-os and debian.
2023-12-24 08:32:50 +02:00
Brenton Bostick aeee9eb346 fix "Allow Default Router Override" -> "Allow Default Route Override" 2023-10-31 12:53:32 -04:00