From 20f0bed2f6a9d46736e0b3fe8cf1a07979c7df24 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 30 May 2018 19:10:51 -0700 Subject: Add UFW firewall application preset --- debian/ufw-zerotier-one | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/ufw-zerotier-one (limited to 'debian') diff --git a/debian/ufw-zerotier-one b/debian/ufw-zerotier-one new file mode 100644 index 00000000..7c290894 --- /dev/null +++ b/debian/ufw-zerotier-one @@ -0,0 +1,4 @@ +[zerotier-one] +title=ZeroTier One +description=A planetary Ethernet switch +ports=9993/udp -- cgit v1.2.3 From a307dff3b7e37225c2ff3276b10a620c5e4cd648 Mon Sep 17 00:00:00 2001 From: Guillaume de Jabrun Date: Thu, 31 May 2018 23:55:36 +0200 Subject: Improve debian service requirements --- debian/zerotier-one.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/zerotier-one.service b/debian/zerotier-one.service index a0126b7f..133d4490 100644 --- a/debian/zerotier-one.service +++ b/debian/zerotier-one.service @@ -1,6 +1,7 @@ [Unit] Description=ZeroTier One -After=network.target +After=network-online.target +Wants=network-online.target [Service] ExecStart=/usr/sbin/zerotier-one -- cgit v1.2.3 From 1fc14292fe87d5fec2478760726e7535b6c5e455 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 25 Jul 2018 12:09:31 -0700 Subject: Version bumps. --- debian/changelog | 6 ++++++ ext/installfiles/mac/ZeroTier One.pkgproj | 2 +- .../windows/chocolatey/zerotier-one/zerotier-one.nuspec | 2 +- version.h | 2 +- windows/WinUI/AboutView.xaml | 4 ++-- zerotier-one.spec | 12 ++++++------ 6 files changed, 17 insertions(+), 11 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1c020411..ef195c31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.2.12) unstable; urgency=medium + + * See https://github.com/zerotier/ZeroTierOne for release notes. + + -- Adam Ierymenko Tue, 25 July 2018 01:00:00 -0700 + zerotier-one (1.2.10) unstable; urgency=medium * See https://github.com/zerotier/ZeroTierOne for release notes. diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 866029ee..0d3d0bda 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -664,7 +664,7 @@ USE_HFS+_COMPRESSION VERSION - 1.2.10 + 1.2.12 PROJECT_COMMENTS diff --git a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec index 1270652b..2fb4fe57 100644 --- a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec +++ b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.2.10 + 1.2.12 diff --git a/version.h b/version.h index 808879d7..f5f6aa0b 100644 --- a/version.h +++ b/version.h @@ -40,7 +40,7 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 10 +#define ZEROTIER_ONE_VERSION_REVISION 12 /** * Build version diff --git a/windows/WinUI/AboutView.xaml b/windows/WinUI/AboutView.xaml index b1df750b..118a61b1 100644 --- a/windows/WinUI/AboutView.xaml +++ b/windows/WinUI/AboutView.xaml @@ -19,9 +19,9 @@ - + - + diff --git a/zerotier-one.spec b/zerotier-one.spec index 41af5aca..55cc1fb0 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,5 +1,5 @@ Name: zerotier-one -Version: 1.2.10 +Version: 1.2.12 Release: 1%{?dist} Summary: ZeroTier One network virtualization service @@ -33,13 +33,13 @@ Requires(pre): /usr/sbin/useradd, /usr/bin/getent %description ZeroTier is a software defined networking layer for Earth. -It can be used for on-premise network virtualization, as a peer to peer VPN -for mobile teams, for hybrid or multi-data-center cloud deployments, or just +It can be used for on-premise network virtualization, as a peer to peer VPN +for mobile teams, for hybrid or multi-data-center cloud deployments, or just about anywhere else secure software defined virtual networking is useful. -ZeroTier One is our OS-level client service. It allows Mac, Linux, Windows, -FreeBSD, and soon other types of clients to join ZeroTier virtual networks -like conventional VPNs or VLANs. It can run on native systems, VMs, or +ZeroTier One is our OS-level client service. It allows Mac, Linux, Windows, +FreeBSD, and soon other types of clients to join ZeroTier virtual networks +like conventional VPNs or VLANs. It can run on native systems, VMs, or containers (Docker, OpenVZ, etc.). %prep -- cgit v1.2.3 From b30f423fc96e090d6a682aa2ed5bb01054be9fd4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 25 Jul 2018 12:11:59 -0700 Subject: . --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ef195c31..490fbedc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ zerotier-one (1.2.12) unstable; urgency=medium * See https://github.com/zerotier/ZeroTierOne for release notes. - -- Adam Ierymenko Tue, 25 July 2018 01:00:00 -0700 + -- Adam Ierymenko Tue, 25 Jul 2018 01:00:00 -0700 zerotier-one (1.2.10) unstable; urgency=medium -- cgit v1.2.3