summary refs log tree commit diff
path: root/pkgs/tools/networking/zerotierone
Commit message (Collapse)AuthorAge
* zerotierone: 1.8.3 -> 1.8.4misuzu2021-12-02
|
* zerotierone: 1.8.2 -> 1.8.3 (#146293)misuzu2021-11-16
|
* zerotierone: 1.8.1 -> 1.8.2misuzu2021-11-12
|
* zerotierone: 1.6.6 -> 1.8.1R. Ryantm2021-10-30
|
* zerotierone: 1.6.5 -> 1.6.6Daniel Fullmer2021-09-23
|
* zerotierone: 1.6.4 -> 1.6.5 (#120722)José Luis Lafuente2021-04-26
|
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* zerotierone: 1.6.3 -> 1.6.4 (#113548)Daniel Fullmer2021-02-18
|
* zerotierone: 1.6.2 -> 1.6.3Daniel Fullmer2021-02-04
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* zerotierone: 1.6.1 -> 1.6.2R. RyanTM2020-12-05
|
* zerotierone: 1.6.0 -> 1.6.1Daniel Fullmer2020-11-26
|
* zerotierone: 1.4.6 -> 1.6.0Daniel Fullmer2020-11-26
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* zerotierone: enable package test (#82738)Daniel Fullmer2020-03-16
|
* zerotierone: it supports all platformsmisuzu2020-03-16
|
* zerotierone: fix build on armv7l via gcc9misuzu2020-03-16
|
* zerotierone: add arm platformDaniel Fullmer2020-01-03
| | | | Tested on raspberry pi 1.
* zerotierone: add danielfullmer as maintainerDaniel Fullmer2020-01-03
|
* zerotierone: fix cross compilationDaniel Fullmer2020-01-03
|
* zerotierone: 1.4.4 -> 1.4.6Austin Seipp2019-10-16
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* zerotierone: 1.4.2 -> 1.4.4 (#67648)Daniel Fullmer2019-08-28
|
* zerotierone: 1.4.0 -> 1.4.2 (#67175)R. RyanTM2019-08-21
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zerotierone/versions
* zerotierone: 1.2.12 -> 1.4.0Daniel Fullmer2019-07-30
|
* zerotierone: fix route handling on Linux (#45391)Ben Ford2018-08-21
| | | Add some substitutions for the ip calls in ManagedRoutes. Fixes #45022
* zerotierone: 1.2.10 -> 1.2.12R. RyanTM2018-08-07
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zerotierone/versions.
* zerotierone: 1.2.8 -> 1.2.10R. RyanTM2018-06-18
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zerotierone/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/vd1y0dqqxk8dm0g7daw4anxfip7l97cm-zerotierone-1.2.10/bin/zerotier-idtool had a zero exit code or showed the expected version - /nix/store/vd1y0dqqxk8dm0g7daw4anxfip7l97cm-zerotierone-1.2.10/bin/zerotier-cli passed the binary check. - /nix/store/vd1y0dqqxk8dm0g7daw4anxfip7l97cm-zerotierone-1.2.10/bin/zerotier-one passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 2 of 3 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/87164b4a118f54881debe8986fa9d125 - du listing: https://gist.github.com/d1842159ba2f6272856b4451d5860bf7
* treewide: add version to packagesMatthew Bauer2018-05-25
| | | | | | | | | Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
* zerotierone: 1.2.4 -> 1.2.8obadz2018-04-28
|
* treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* zerotierone: 1.2.2 -> 1.2.4Emery Hemingway2017-05-16
|
* zerotierone: 1.1.14 -> 1.2.2 (#24614)David Guibert2017-04-04
|
* zerotierone: 1.1.12 -> 1.1.14zimbatm2016-12-27
|
* zerotierone: gzip -9 -> gzip -9nJoachim Fasting2016-12-20
| | | | Note that it does not seem to make a difference to `nix-build --check`.
* zerotierone: fix evaluationFranz Pletz2016-07-21
|
* Merge pull request #16620 from zimbatm/ronn-0.7.3Rok Garbas2016-07-21
|\ | | | | Ronn 0.7.3
| * zerotierone: use compile from the stdenvzimbatm2016-06-30
| |
| * zerotierone: build manpageszimbatm2016-06-30
| |
* | zerotierone: 1.1.6 -> 1.1.12zimbatm2016-07-14
|/
* zerotierone: 1.1.4 -> 1.1.6Daniel Fullmer2016-06-29
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * zerotierone: hardcoded path fixDaniel Fullmer2016-02-27
| | | | | | | | | | New code in zerotier broke the previous substitution where we refer to the correct path for "ip".
| * zerotierone: 1.1.0 -> 1.1.4zimbatm2016-02-19
| |
* | treewide: fix invocations of installBin commandVladimír Čunát2015-12-05
|/ | | | | | | | | | I've removed the trivial command in 4e72b61de. I think `install -Dt "$out/bin"` is a better replacement anyway, as it can be easily used to other directories than $out/bin. /cc @ehmry who seems to maintain many packages with this usage. (BTW, it would be better to have maintainer attribute same as github username, as it makes pinging maintainers much easier.)
* zerotierone: 1.0.5 -> 1.1.0Anders Lundstedt2015-11-19
|
* zerotierone: 1.0.4 -> 1.0.5Anders Lundstedt2015-10-16
|
* zerotierone: 1.0.2 -> 1.0.4 and fix for hardcoded pathDaniel Fullmer2015-08-21
|
* zerotierone: doesn't build on i686 (ZHF)Luca Bruno2015-07-22
|
* New package: ZeroTierOneStewart Mackenzie2015-04-05