summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27openssh_hpn: 9.0p1 -> 9.1p1Ashish SHUKLA1-2/+2
2022-10-04openssh: 9.0p1 -> 9.1p1Janne Heß1-2/+2
2022-07-14openssh: enable kerberos on aarch64-darwinBernardo Meurer1-1/+1
2022-07-06openssh_gssapi: 8.4p1 -> 9.0p1Jairo Llopis3-63/+5
Fixes https://github.com/NixOS/nixpkgs/issues/142999, CVE-2021-28041, CVE-2021-41617, CVE-2016-20012 @moduon MT-904
2022-04-24pkgsMusl.openssh: fix buildwyndon1-0/+5
2022-04-16Merge pull request #168326 from wahjava/update-openssh-hpnGuillaume Girol1-2/+2
openssh_hpn: 8.9p1 -> 9.0p1
2022-04-12openssh_hpn: 8.9p1 -> 9.0p1Ashish SHUKLA1-2/+2
2022-04-10Merge #167852: openssh: 8.9p1 -> 9.0p1Janne Heß1-2/+2
(cherry picked from commit 830b4daeb1f3f4791e1e4965acaeb910aeaee3d4) > This release is focused on bug fixing.
2022-03-04Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-4/+4
Conflicts: pkgs/development/python-modules/hypothesmith/default.nix
2022-03-04openssh_hpn: 8.8p1 -> 8.9p1Ashish SHUKLA1-4/+4
2022-02-23openssh: 8.8p1 -> 8.9p1Janne Heß1-2/+2
2022-01-19pkgsStatic.openssh: fix buildDmitry Kalinkin1-17/+3
Remove reference to libredirect for cross builds, as for those the tests are disabled: https://github.com/NixOS/nixpkgs/blob/4818f809a92b2ef8d8c002c10a29f1080106ee81/pkgs/stdenv/generic/make-derivation.nix#L103
2022-01-05openssh_hpn: 8.4p1 -> 8.8p1Ashish SHUKLA2-14/+17
- Switch to using patch from the FreeBSD port security/openssh-portable which is regularly maintained - Add myself as maintainer for openssh_hpn
2021-12-30openssh: disable t-exec tests on muslRyan Burns1-1/+2
These tests fail on musl, as encountered by Alpine: https://github.com/alpinelinux/aports/blob/04d4e07ad8bd54fe49fe32c117c47d91f31ae937/main/openssh/APKBUILD#L132 We can exclude this test category for now, similarly to darwin.
2021-11-07openssh: set enableParallelChecking = falseRobert Scott1-0/+1
this should hopefully make the tests more reliable
2021-11-06Merge pull request #140317 from risicle/ris-openssh-testsJanne Heß1-0/+54
2021-10-03Merge staging-next into staginggithub-actions[bot]1-0/+2
2021-10-03openssh_hpn/openssh_gssapi: Add CVE-2021-41617Janne Heß1-0/+2
2021-10-03openssh: enable testsRobert Scott1-0/+54
2021-09-30openssh: Add myself as maintainerJanne Heß2-2/+3
2021-09-30openssh: 8.7p1 -> 8.8p1Janne Heß1-2/+2
2021-09-23Merge master into staging-nextgithub-actions[bot]1-6/+9
2021-09-22openssh-portable: switch to fetchFromGitHubFelix Buehler1-6/+9
2021-09-19Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross1-0/+1
Conflicts: nixos/doc/manual/release-notes/rl-2111.section.md
2021-09-19openssh: add meta.mainProgramSamuel Gräfenstein1-0/+1
Fix the following error when running `nix run .#openssh`: error: unable to execute '/nix/store/bzxxfx0a774vqa3cbz66c2172smc317a-openssh-8.6p1/bin/openssh': No such file or directory
2021-08-20openssh: 8.6p1 -> 8.7p1Janne Heß1-2/+2
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-2/+2
This has been synonymous for ~5y.
2021-05-17openssh: disable kerberos on Apple SiliconAndrew Childs1-1/+1
2021-05-09Merge branch 'master' into staging-nextVladimír Čunát1-0/+5
(a trivial conflict in transmission)
2021-05-08openssh: add link to related nixos testLéo Gaspard1-0/+5
It'd certainly be better to have an openssh-specific integration test, but it's not there yet and this is better than nothing.
2021-04-19openssh: 8.5p1 -> 8.6p1Janne Heß1-2/+2
2021-04-08ssh-copy-id: init at 8.4p1 (#105896)midchildan1-0/+11
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-04kerberos: deprecate aliasSandro Jäckel1-6/+6
2021-03-21openssh: Fix cross-compile regression from c99c499 (#117053)Matthew Mazzanti1-1/+7
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-11openssh: Remove useless .devJanne Heß1-1/+1
2021-03-11openssh_hpn/openssh_gssapi: Add CVE-2021-28041Janne Heß2-1/+10
2021-03-03openssh: 8.4p1 -> 8.5p1 and refactorJanne Heß4-122/+183
Also split out the variants of the package because I'm sick of waiting for random patches to be updated before I can update my unpatched openssh. Also make pname correspond to the attribute name.
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-3/+3
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-12-25openssh: fix cross-compilation after #100906Ben Wolsieffer1-1/+2
krb5-config from the host platform needs to be added to PATH so it can be run during build. This works because krb5-config is a platform independent shell-script. Before #100906, krb5-config was not used, so we didn't run into this problem.
2020-12-09Merge pull request #100906 from KAction/opensshNiklas Hambüchen1-1/+19
openssh: fix static build
2020-11-27Merge master into staging-nextFrederik Rietdijk1-1/+1
2020-11-24[staging] openssh: Fix EOF: command not foundyoctocell2-0/+24
2020-11-14openssh: fix hpn sha256SCOTT-HAMILTON1-1/+1
2020-10-29openssh: 8.3p1 -> 8.4p1Janne Heß1-5/+5
Fixes CVE-2020-15778, CVE-2020-14145
2020-10-20openssh: fix static buildDmitry Bogatov1-1/+19
2020-09-20openssh_hpn: fix sourceRyan Burns1-1/+1
2020-07-31openssh: 8.2p1 -> 8.3p1Pavol Rusnak1-9/+20
compile openssh_hpn with recent openssl
2020-06-08openssh: don’t include fido2 on muslMatthew Bauer1-1/+1
libselinux pulls in openssh transitively, so can’t use fido here Fixes #89246
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1