Commit Graph

96 Commits

Author SHA1 Message Date
R. Ryantm
0b47cfd3bf cloudflared: 2024.10.0 -> 2024.11.0 2024-11-16 00:51:13 +00:00
uku
3fe0ef1e3c
cloudflared: 2024.9.1 -> 2024.10.0 2024-10-22 10:59:07 +02:00
R. Ryantm
31708a86dc cloudflared: 2024.8.3 -> 2024.9.1 2024-09-28 04:02:06 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Atemu
08460aa0aa
Merge pull request #336935 from bbigras/push-xmvmqtxmnwqo
cloudflared: add updateScript
2024-08-25 18:46:28 +02:00
R. Ryantm
ced56bad99 cloudflared: 2024.8.2 -> 2024.8.3 2024-08-24 16:32:14 -05:00
Bruno Bigras
1b03e7d8e5 cloudflared: add updateScript 2024-08-23 23:57:11 -04:00
R. Ryantm
6d4786b8c3 cloudflared: 2024.7.3 -> 2024.8.2 2024-08-17 20:38:49 +00:00
R. Ryantm
a6a82f5248 cloudflared: 2024.7.1 -> 2024.7.3 2024-08-01 05:14:44 +00:00
R. Ryantm
f3c40d9eef cloudflared: 2024.6.1 -> 2024.7.1 2024-07-17 13:34:30 +00:00
ChaosAttractor
87f51495e5
cloudflared: 2024.4.1 -> 2024.6.1 2024-06-19 18:37:45 +08:00
R. Ryantm
d9f82375e2 cloudflared: 2024.4.0 -> 2024.4.1 2024-05-04 07:05:52 +00:00
R. Ryantm
6f5128ddc5 cloudflared: 2024.3.0 -> 2024.4.0 2024-04-10 12:34:13 +00:00
R. Ryantm
d67666c432 cloudflared: 2024.2.1 -> 2024.3.0 2024-03-24 09:09:55 +00:00
R. Ryantm
fe682a75a3 cloudflared: 2024.2.0 -> 2024.2.1 2024-02-22 20:01:43 +00:00
R. Ryantm
7a401d46b6 cloudflared: 2024.1.5 -> 2024.2.0 2024-02-12 13:24:37 +00:00
sefidel
f13a587451
cloudflared: 2023.10.0 -> 2024.1.5 2024-02-08 13:01:50 +09:00
R. Ryantm
b4084e4b44 cloudflared: 2023.8.2 -> 2023.10.0 2023-11-01 07:25:16 +00:00
Mario Rodas
c6456543fc cloudflared: 2023.8.1 -> 2023.8.2
Diff: https://github.com/cloudflare/cloudflared/compare/refs/tags/2023.8.1...2023.8.2

Changelog: https://github.com/cloudflare/cloudflared/releases/tag/2023.8.2
2023-09-02 04:20:00 +00:00
R. Ryantm
ec7fa4e2af cloudflared: 2023.8.0 -> 2023.8.1 2023-08-31 22:07:47 +00:00
QJoly
1025a76f07 cloudflard: also, add qjoly as maintainer 2023-08-24 09:34:58 +02:00
QJoly
69f44e2e0e cloudflared: 2023.7.3 -> 2023.8.0 2023-08-24 09:26:11 +02:00
Austin Horstman
1998f9aa9b
treewide: add meta.mainPRogram to networking 2023-08-04 14:27:18 -05:00
Manuel Hutter
7e96794e14
cloudflared: 2023.7.0 -> 2023.7.3
Changelog: https://github.com/cloudflare/cloudflared/blob/2023.7.3/CHANGES.md

Signed-off-by: Manuel Hutter <manuel@hutter.io>
2023-07-27 20:41:15 +02:00
R. Ryantm
a0b8b2ff73 cloudflared: 2023.6.1 -> 2023.7.0 2023-07-15 15:32:19 -05:00
R. Ryantm
1fd648559b cloudflared: 2023.5.1 -> 2023.6.1 2023-06-28 14:05:22 +00:00
R. Ryantm
c03888fb67 cloudflared: 2023.5.0 -> 2023.5.1 2023-05-29 08:23:11 +00:00
R. Ryantm
5f64875ece cloudflared: 2023.4.2 -> 2023.5.0 2023-05-06 06:27:03 +00:00
R. Ryantm
6620867768 cloudflared: 2023.4.1 -> 2023.4.2 2023-05-01 00:16:11 +00:00
R. Ryantm
4c8bc016d3 cloudflared: 2023.4.0 -> 2023.4.1 2023-04-22 09:13:19 +00:00
Weijia Wang
1c949539d8 cloudflared: 2023.3.0 -> 2023.4.0 2023-04-11 11:44:37 +03:00
Piper McCorkle
e39ea4ca3d cloudflared: 2023.2.2 -> 2023.3.0
Diff: https://github.com/cloudflare/cloudflared/compare/refs/tags/2023.2.2...2023.3.0

Changelog: https://github.com/cloudflare/cloudflared/releases/tag/2023.3.0
2023-03-02 15:36:45 -06:00
Fabian Affolter
f0a620bd28
cloudflared: equalize 2023-03-02 09:01:47 +01:00
Fabian Affolter
a5e6496517
cloudflared: add changelog to meta 2023-03-02 08:59:13 +01:00
Piper McCorkle
8435101b64 cloudflared: 2023.2.1 -> 2023.2.2 2023-02-27 13:49:10 -06:00
Piper McCorkle
148bdd61e7 cloudflared: 2022.12.1 -> 2023.2.1 2023-02-09 08:35:59 -06:00
R. Ryantm
5a1bd09eda cloudflared: 2022.11.1 -> 2022.12.1 2022-12-22 03:40:49 +00:00
Piper McCorkle
91ccc07020 cloudflared: 2022.8.2 -> 2022.11.1, add tests and additional platforms 2022-12-13 18:31:54 -06:00
Piper McCorkle
36565b308b cloudflared: 2022.7.1 -> 2022.8.2 2022-08-27 20:05:42 -05:00
Crafterzman
785b28bee3
cloudflared: 2022.5.2 -> 2022.7.1 (#182768)
Co-authored-by: Winter <winter@winter.cafe>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-25 11:49:03 +02:00
Paul Tötterman
05135c973d cloudflared: isn't broken after all
Flaky tests resulted in broken status. Rebuilt fine.
2022-05-31 16:33:14 +03:00
techknowlogick
4bd0fe1e31 cloudflared: 2022.5.1 -> 2022.5.2 2022-05-30 10:21:05 -04:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Bruno Bigras
26d686cc86 cloudflared: 2022.5.0 -> 2022.5.1 2022-05-11 10:17:37 -04:00
techknowlogick
bb7bb2433e cloudflared: 2022.4.1 -> 2022.5.0 2022-05-03 11:52:25 -04:00
superherointj
db6a3b620a
cloudflared: 2022.4.0 -> 2022.4.1 + fix tests for linux (#167419)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-13 12:13:11 +02:00
techknowlogick
06438e6783 cloudflared: 2022.3.4 -> 2022.4.0 2022-04-07 14:29:44 -04:00
techknowlogick
7b4bd32ec2 cloudflared: 2022.3.1 -> 2022.3.4 2022-03-27 02:50:32 -04:00
techknowlogick
327391ceb0 cloudflared: 2022.2.1 -> 2022.3.1 2022-03-11 17:16:23 -05:00
Ivan Babrou
96c5741141 cloudflared: 2022.2.0 -> 2022.2.1 + license change 2022-02-18 10:53:10 -08:00