summaryrefslogtreecommitdiff
path: root/ext/installfiles
AgeCommit message (Collapse)Author
2019-08-07Require MacOS 10.10Adam Ierymenko
2019-08-07Put kext back in Mac distro and use on versions older than High Sierra ↵Adam Ierymenko
(which lack the feth device)
2019-08-04Windows AIP version bumpAdam Ierymenko
2019-08-04Version bump to 1.4.2 for all but Windows AIPAdam Ierymenko
2019-07-31Version 1.4.0.1: bug fix for Mac multicast and IPv4 issues, no change for ↵Adam Ierymenko
other platforms
2019-07-29Windows installer version bumpAdam Ierymenko
2019-07-291.4 bumpAdam Ierymenko
2019-07-29Merge pull request #973 from unquietwiki/patch-1Adam Ierymenko
Update Dockerfile
2019-07-18Update DockerfileMichael Adams
Update Dockerfile to use Debian 10 + pull the main.sh directly from Github; works for Portainer use.
2019-06-28Windows installer bumpAdam Ierymenko
2019-06-27Fix Mac installerAdam Ierymenko
2019-06-27Version bump, cleanupAdam Ierymenko
2019-06-20Windows build changes for 1.2.99 (1.4.0pre)Adam Ierymenko
2019-06-17Win32 build fixAdam Ierymenko
2018-11-28Merge docker update PRAdam Ierymenko
2018-10-21Update ZeroTier version on DockerBruno Tavares
This commit changes the Dockerfile ot use the multi-stage build and help to get an automated build on Docker. The idea of the multi-stage build is to use the already stable Debian distribution channel to provide up-to-date versions of ZeroTier. The benefit is that it would be possible to automate the image build, either on Docker Hub, Travis or taking advantage of the [docker-library/official-images] infrastructure. This changes follows the best-practices suggested by [docker-library/official-images], such as using a High Availability GPG keyserver, providing a default CMD, allowing "bash" on `docker run` and others. Given that both the builder `debian:stretch` and `alpine:latest` are official messages and have [manifests], this means that this Dockerfile is also multi-platform. This means that this same Dockerfile will pick-up the correct Debian package according to the architecture of the running system during build. With this changes we could try to promote the image to be parte of [docker-library/official-images], and take advantage of automated publishing of multi-architecture images. Others would be able to use `docker run zerotier` and download the latest version appropriate to their system. Related to #682 [docker-library/official-images]: https://github.com/docker-library/official-images [manifests]: https://blog.docker.com/2017/09/docker-official-images-now-multi-platform/
2018-09-25Merge pull request #858 from tommyang/fix/mac-uninstall-scriptAdam Ierymenko
macOS uninstall script: remove symlinks from the actual location
2018-09-23Remove symlinks from the actual locationTommy Yang
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
2018-09-07Using builder pattern to build in container while keeping final image smallAsbjørn Enge
2018-07-27Windows Advanced Installer to 1.2.12Adam Ierymenko
2018-07-25Version bumps.Adam Ierymenko
2018-05-11Windows 1.2.10Adam Ierymenko
2018-05-081.2.10Adam Ierymenko
2018-04-271.2.8 Windows Advanced Installer update.Adam Ierymenko
2018-04-271.2.8 bump for all but Windows install files.Adam Ierymenko
2018-04-17Windows installer tweaks and version bumps.Adam Ierymenko
2018-04-17More versioningAdam Ierymenko
2018-03-27certutil needs -f in case TrustedProvider store is not yet createdAdam Ierymenko
2018-03-27Take two on unattended driver installs. I think it works now.'Adam Ierymenko
2018-03-27Upgrade installer AIP versions and redo how we bundle the driver ↵Adam Ierymenko
sub-installer to allow unattended driver installs (hopefully).
2018-01-12Add zerotier-idtool to Windows.Adam Ierymenko
2017-12-07Go ahead and load kext so MacOS High Sierra users will see kext auth dialog ↵Adam Ierymenko
right away.
2017-10-25Windows build fixes, AIP file update.Adam Ierymenko
2017-07-06Windows build fixes.Adam Ierymenko
2017-05-10versionAdam Ierymenko
2017-05-03GitHub issue #494 -- shut down and restart UI on Mac pkg install/upgrade.Adam Ierymenko
2017-04-24Version bumps.Adam Ierymenko
2017-04-24Windows version bump.Adam Ierymenko
2017-04-21GitHub issue #463 -- fix MacOS uninstall script.Adam Ierymenko
2017-04-14Resurrect zerotier-containerized.Adam Ierymenko
2017-03-17Windows installer version bump and a build fix.Adam Ierymenko
2017-03-17Version bumps, and fix Debian so default is to build normally and .static ↵Adam Ierymenko
files are used in our builds.
2017-03-14Windows version bump.Adam Ierymenko
2017-03-14bump bump bump that versionAdam Ierymenko
2017-03-14Software update cleanup, and a fix for updates on Windows.Adam Ierymenko
2017-03-07Windows build process updates, and repackage everything using new EV ↵Adam Ierymenko
certificate and SHA256.
2017-03-07Windows build fixes.Adam Ierymenko
2017-01-13Windows update build in Advanced Installer, and warning removal.Adam Ierymenko
2017-01-13"make official" for Mac now builds update image as well as pkg (update image ↵Adam Ierymenko
is just PKG + SFX script)
2017-01-13Mac updater SFX code.Adam Ierymenko