Commit graph

26 commits

Author SHA1 Message Date
Yurii Matsiuk 7614ffb774
teleport: 6.2.7 -> 6.2.8
Patch tests to lower the number of active connections to fix:
--- FAIL: TestResolveDefaultAddrTimeoutBeforeAllRacersLaunched (0.28s)
panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: socket: too many open files
2021-08-04 14:06:51 +02:00
Fabian Affolter 7b58fcf2a5 teleport: 6.2.5 -> 6.2.7 2021-07-04 00:28:31 +02:00
Yurii Matsiuk d2db3b84df
teleport: 6.2.3 -> 6.2.5 2021-06-21 20:29:43 +02:00
Anders Kaseorg 4be2fcb69e teleport: 6.1.3 → 6.2.3
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-06-08 19:11:42 -07:00
Yurii Matsiuk abc4290fa1
teleport: patch os.Executable() call in tsh 2021-05-03 13:37:48 +02:00
Yurii Matsiuk 2b3ac063a4
teleport: 6.1.2 -> 6.1.3 2021-05-03 13:37:48 +02:00
Justinas Stankevicius 8e2d3f941e teleport: 5.2.1 -> 6.1.2 2021-04-25 18:49:21 +03:00
Yurii Matsiuk db3e568d98
teleport: 5.1.2 -> 5.2.1 2021-04-08 12:20:46 +02:00
Yurii Matsiuk 2fca2fcb22
teleport: wrap tsh with xdg-utils 2021-04-08 12:12:59 +02:00
freezeboy 64d7dad3fa teleport,teleport.client: 4.2.11 -> 5.1.2 2021-02-23 15:58:12 +01:00
Yurii Matsiuk 7681353213
teleport: 5.1.0 -> 5.1.2 2021-02-01 15:45:17 +01:00
Yurii Matsiuk a34b599add
teleport: 4.2.11 -> 5.1.0 2021-01-26 20:37:15 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
R. RyanTM 2fed8df61d teleport: 4.2.10 -> 4.2.11 2020-07-02 17:36:30 -07:00
R. RyanTM f37b4d24d8 teleport: 4.1.0 -> 4.2.10 2020-06-19 15:22:59 +00:00
Jörg Thalheim ae08790703
teleport: fix build with strict deps 2020-03-18 11:29:40 +00:00
Yann Hodique b8a5f7fd9e teleport: 4.0.4 -> 4.1.0 2019-10-06 21:21:53 -07:00
Yann Hodique fbb69716b1 teleport: 4.0.2 -> 4.0.4 2019-09-02 15:11:28 -07: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
Vaibhav Sagar 01cdf214e0 teleport: 3.1.8 -> 4.0.2 2019-07-16 15:25:30 -04:00
Tom Bereknyei 0c60f5626a teleport: 2.4.1 -> 3.1.8 2019-03-18 13:31:20 -04:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Ryan Mulligan 0320175ade teleport: 2.4.0 -> 2.4.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin/bin/tsh help` got 0 exit code
- ran `/nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin/bin/tsh version` and found version 2.4.1
- ran `/nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin/bin/tctl help` got 0 exit code
- ran `/nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin/bin/tctl version` and found version 2.4.1
- ran `/nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin/bin/teleport help` got 0 exit code
- ran `/nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin/bin/teleport version` and found version 2.4.1
- found 2.4.1 with grep in /nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin
- found 2.4.1 in filename of file in /nix/store/kp6byd77bjr0k67js1z2a24p8kb81ddb-teleport-2.4.1-bin

cc "@tomberek @ehmry @lethalman"
2018-02-27 17:15:21 -08:00
Jörg Thalheim adfeacc547 teleport: use fetchFromGitHub instead of fetchurl 2018-02-01 10:27:07 +00:00
Tom Bereknyei 256d147931 teleport: init at v2.4.0 2018-01-16 20:34:40 -05:00