about summary refs log tree commit diff
path: root/pkgs/servers/teleport
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16teleport: resolve broken for non-wasm buildstechknowlogick1-2/+5
2024-06-09rustc: disable wasm32 if some gcc options are setAlyssa Ross1-1/+4
This is a temporary fix to get rustc building again with these configurations (which notably include the default aarch64-darwin one) without causing a stdenv rebuild. The real fix will be to avoid passing these options through the Clang wrapper when the target is overridden. It could be that there are packages that need wasm32-unknown-unknown beyond those I've marked as broken here — it's impossible to be sure without a full rebuild. But this should be most of them.
2024-05-29rustc: don't try to use non-existent rust-lldAlyssa Ross1-4/+0
This removes the need to manually override Rust's default linker for every package that builds for wasm32-unknown-unknown.
2024-05-26teleport_13: removeJustinas Stankevicius3-1974/+0
2024-05-25teleport_14: 14.3.0 -> 14.3.20Justinas Stankevicius2-14/+14
2024-05-25teleport_15: 15.2.2 -> 15.3.7Justinas Stankevicius2-22/+36
2024-04-17treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessarySandro Jäckel1-2/+2
2024-04-16teleport_12: removeJustinas Stankevicius3-1905/+0
EOL as v15 has been released.
2024-04-16teleport_15: init at 15.2.2Justinas Stankevicius7-15/+3433
2024-04-14teleport_14: fix vendorHash for go1.22Yongun Seong1-1/+1
2024-04-14teleport_13: fix vendorHash for go1.22Yongun Seong1-1/+1
2024-04-14teleport_12: fix vendorHash for go1.22Yongun Seong1-1/+1
2024-01-02teleport_12: 12.4.23 -> 12.4.32Justinas Stankevicius3-66/+77
2024-01-02teleport_13: 13.4.5 -> 13.4.14Justinas Stankevicius3-43/+71
2024-01-02teleport: 14.1.1 -> 14.3.0Justinas Stankevicius2-15/+34
2023-12-01Merge pull request #267049 from justinas/justinas/remove-teleport-11Robert Scott2-1704/+0
teleport_11: remove
2023-11-27teleport_11: removeJustinas Stankevicius2-1704/+0
2023-11-22teleport: migrate to prefetch-yarn-depsFelix Buehler1-3/+3
2023-11-13teleport_12: 12.4.22 -> 12.4.23Justinas Stankevicius1-4/+4
2023-11-13teleport_13: 13.4.3 -> 13.4.5Justinas Stankevicius2-21/+10
2023-11-13teleport: 14.0.3 -> 14.1.1Justinas Stankevicius2-22/+35
2023-10-15teleport: 14.0.1 -> 14.0.3Robert Scott2-6/+6
2023-10-15teleport_13: 13.4.1 -> 13.4.3Robert Scott2-6/+6
2023-10-15teleport_12: 12.4.20 -> 12.4.22Robert Scott2-6/+6
2023-10-14teleport_11: 11.3.25 -> 11.3.27Robert Scott1-2/+2
2023-10-04teleport_14: init at 14.0.1techknowlogick7-5/+2036
2023-10-04teleport_13: init at 13.4.1techknowlogick2-0/+1950
2023-10-04teleport_12: 12.4.7 -> 12.4.20techknowlogick1-4/+4
2023-10-04teleport_11: 11.3.10 -> 11.3.25techknowlogick1-4/+4
2023-10-04teleport: add techknowlogick to maintainerstechknowlogick1-1/+1
2023-06-19teleport_12: 12.1.5 -> 12.4.7Justinas Stankevicius1-4/+4
2023-05-27teleport: mark as broken on <64 bit platformsLorenz Brun1-0/+3
2023-04-08teleport_11: 11.3.5 -> 11.3.10Justinas Stankevicius2-5/+1695
2023-04-02teleport: 12.1.0 -> 12.1.5Justinas Stankevicius5-13/+1878
2023-03-07teleport: add arianvp to maintainersJustinas Stankevicius1-1/+1
2023-03-07teleport: add justinas to maintainersJustinas Stankevicius1-1/+1
2023-03-07teleport: 12.0.2 -> 12.1.0Justinas Stankevicius1-5/+5
2023-02-28teleport_11: init at 11.3.5Justinas Stankevicius3-5/+27
2023-02-23teleport: 11.3.4 -> 12.0.2Justinas Stankevicius1-5/+5
2023-02-16teleport: 11.2.3 -> 11.3.4Justinas Stankevicius1-14/+45
2023-01-24teleport: 11.1.4 -> 11.2.3Justinas Stankevicius1-7/+7
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-02teleport: 10.3.1 -> 11.1.4Justinas Stankevicius1-7/+7
2022-10-11teleport: fix for darwin06kellyjac1-1/+2
2022-10-05teleport: Enable libfido2 supportAnders Kaseorg1-3/+4
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-10-05teleport: 9.1.2 -> 10.3.106kellyjac2-52/+37
Dropped the roletester since it doesn't exist anymore Co-authored-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-08-19treewide: inject xdg-open into wrappers as $PATH suffixEmery Hemingway1-2/+3
The xdg-open utility is only ever a runtime dependency and its dependents only expect that it accept a URI as a command line argument and do something with it that the user would expect. For such as a trivial relationship it should be possible for users to override xdg-open with something else in their PATH.
2022-05-09teleport: add rdpclientJustinas Stankevicius2-11/+66
2022-05-09teleport: 8.1.3 -> 9.1.2Justinas Stankevicius1-16/+14
2022-03-29teleport: fix suid exec problem5aaee91-2/+2