Commit Graph

22 Commits

Author SHA1 Message Date
R. RyanTM
9864d3a4ca cloudflared: 2021.1.5 -> 2021.2.1 2021-02-06 09:23:11 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
25a660b9bc
cloudflared: 2021.1.4 -> 2021.1.5 (#110337) 2021-01-21 09:50:29 -08:00
R. RyanTM
3d03391738 cloudflared: 2020.11.11 -> 2021.1.4 2021-01-18 13:21:48 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM
b7b6b66818 cloudflared: 2020.11.10 -> 2020.11.11 2020-11-26 00:38:45 +00:00
R. RyanTM
b3671eb6c5 cloudflared: 2020.11.5 -> 2020.11.10 2020-11-21 18:27:27 +00:00
R. RyanTM
f48ec98444 cloudflared: 2020.11.3 -> 2020.11.5 2020-11-15 01:59:18 +00:00
R. RyanTM
791b3b4197 cloudflared: 2020.10.2 -> 2020.11.3 2020-11-12 18:30:38 +00:00
R. RyanTM
82b3584325 cloudflared: 2020.10.0 -> 2020.10.2 2020-10-29 11:37:49 +00:00
R. RyanTM
7573143201 cloudflared: 2020.6.1 -> 2020.10.0 2020-10-17 22:58:45 +00:00
R. RyanTM
889e72b852 cloudflared: 2020.5.1 -> 2020.6.1 2020-08-31 17:11:19 +02:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM
e31bab80cd cloudflared: 2020.3.2 -> 2020.5.1 2020-06-09 20:56:01 +10:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
ae15422200 cloudflared: 2020.2.1 -> 2020.3.2 2020-05-09 08:58:22 +02:00
R. RyanTM
e384126b17 cloudflared: 2020.2.0 -> 2020.2.1 2020-03-04 19:12:08 +00:00
Marek Mahut
78e0d72c88 cloudflared: 2019.12.0 -> 2020.2.0 2020-02-10 16:59:52 +01:00
Bruno Bigras
2104c8bbdb cloudflared: 2019.7.0 -> 2019.12.0 2020-02-08 13:57:12 -06:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Eric Norris
79643b8aca
cloudflared: 2018.10.3 -> 2019.7.0
- switch to tagged release
- added version to build flags
2019-07-12 17:07:49 -04:00
Austin Seipp
46dc76b60b cloudflared: init at 2018.10.3
'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>
2018-10-23 15:20:35 -05:00