about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
AgeCommit message (Collapse)AuthorFilesLines
2021-11-04cloudflared: 2021.10.5 -> 2021.11.0Bruno Bigras1-3/+3
2021-10-29cloudflared: 2021.9.2 -> 2021.10.5R. Ryantm1-2/+2
2021-10-09cloudflared: 2021.9.1 -> 2021.9.2Piper McCorkle1-2/+2
2021-09-22cloudflared: 2021.9.0 -> 2021.9.1R. RyanTM1-2/+2
2021-09-15cloudflared: 2021.8.7 -> 2021.9.0R. RyanTM1-2/+2
2021-09-06cloudflared: 2021.8.6 -> 2021.8.7R. RyanTM1-2/+2
2021-08-28cloudflared: 2021.8.3 -> 2021.8.6R. RyanTM1-2/+2
2021-08-26treewide: buildFlagsArray -> ldflagszowoq1-1/+1
2021-08-25cloudflared: 2021.8.2 -> 2021.8.3Bruno Bigras1-2/+2
2021-08-10cloudflared: 2021.8.1 -> 2021.8.2R. RyanTM1-2/+2
2021-08-08cloudflared: 2021.7.4 -> 2021.8.1R. RyanTM1-2/+2
2021-07-29cloudflared: 2021.7.3 -> 2021.7.4R. RyanTM1-2/+2
2021-07-27cloudflared: 2021.7.0 -> 2021.7.3Bruno Bigras1-2/+2
2021-07-13cloudflared: 2021.6.0 -> 2021.7.0R. RyanTM1-2/+2
2021-06-22cloudflared: 2021.5.10 -> 2021.6.0Bruno Bigras1-2/+2
2021-05-26cloudflared: 2021.5.9 -> 2021.5.10Bruno Bigras1-2/+2
2021-05-21cloudflared: 2021.5.7 -> 2021.5.9Bruno Bigras1-2/+2
2021-05-19cloudflared: 2021.5.6 -> 2021.5.7R. RyanTM1-2/+2
2021-05-15cloudflared: 2021.3.3 -> 2021.5.6Bruno Bigras1-2/+2
2021-03-25cloudflared: 2021.2.1 -> 2021.3.3Ivan Babrou1-2/+2
2021-02-06cloudflared: 2021.1.5 -> 2021.2.1R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-21cloudflared: 2021.1.4 -> 2021.1.5 (#110337)R. RyanTM1-2/+2
2021-01-18cloudflared: 2020.11.11 -> 2021.1.4R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-26cloudflared: 2020.11.10 -> 2020.11.11R. RyanTM1-2/+2
2020-11-21cloudflared: 2020.11.5 -> 2020.11.10R. RyanTM1-2/+2
2020-11-15cloudflared: 2020.11.3 -> 2020.11.5R. RyanTM1-2/+2
2020-11-12cloudflared: 2020.10.2 -> 2020.11.3R. RyanTM1-2/+2
2020-10-29cloudflared: 2020.10.0 -> 2020.10.2R. RyanTM1-2/+2
2020-10-17cloudflared: 2020.6.1 -> 2020.10.0R. RyanTM1-2/+2
2020-08-31cloudflared: 2020.5.1 -> 2020.6.1R. RyanTM1-2/+2
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-06-09cloudflared: 2020.3.2 -> 2020.5.1R. RyanTM1-5/+4
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+3
2020-05-09cloudflared: 2020.2.1 -> 2020.3.2R. RyanTM1-3/+3
2020-03-04cloudflared: 2020.2.0 -> 2020.2.1R. RyanTM1-2/+2
2020-02-10cloudflared: 2019.12.0 -> 2020.2.0Marek Mahut1-3/+3
2020-02-08cloudflared: 2019.7.0 -> 2019.12.0Bruno Bigras2-460/+5
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-12cloudflared: 2018.10.3 -> 2019.7.0Eric Norris2-68/+79
- switch to tagged release - added version to build flags
2018-10-23cloudflared: init at 2018.10.3Austin Seipp2-0/+469
'cloudflared' is a multi-purpose client-side tool for CloudFlare Argo Tunnel, CloudFlare Access, as well as including a simple DNS-over-HTTP (DoH) proxy tool as well. However, 'cloudflared' is NOT available under an open source license. Furthermore, the exact terms of redistribution (namely, if we are able to redistribute binaries at all) are not entirely clear to me. As a result, I have filed the following bug report concerning the terms of redistribution for the source code and binaries: https://github.com/cloudflare/cloudflared/issues/53 'cloudflared' does have source code available, however, and it encourages users to use 'go install' in order to set it up, in fact (or download their prebuilt, compiled binaries). So using the source seems to be encouraged. Even then, I'm still not sure if Hydra can serve these binaries. In lieu of a more pointed answer regarding source/binary licensing, and to avoid keeping this expression in my private tree, I've marked it as 'unfree' (to avoid Hydra serving it in any way) as well as compiled from source (to avoid any 'redistribution allowed while unmodified' terms that may crop up). The dependencies for this build were generated using 'dep2nix'. Signed-off-by: Austin Seipp <aseipp@pobox.com>