summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh
Commit message (Collapse)AuthorAge
* Merge pull request #259459 from jcgruenhage/openssh-ldnsJanne Heß2023-10-30
|\ | | | | openssh: enable ldns
| * openssh: enable ldnsJan Christian Grünhage2023-10-06
| | | | | | | | | | | | ldns is used for validating DNSSEC responses. With ldns enabled, using SSHFP records on DNSSEC signed zones allows connecting to ssh servers with host keys being automatically validated.
* | openssh_gssapi: 9.4p1 -> 9.5p1Janne Heß2023-10-04
| |
* | openssh_hpn: 9.4p1 -> 9.5p1Janne Heß2023-10-04
| |
* | openssh: 9.4p1 -> 9.5p1Janne Heß2023-10-04
|/
* Merge pull request #247443 from amjoseph-nixpkgs/pr/openssh/withPAMArtturi2023-08-28
|\
| * openssh: add withPAM parameterAdam Joseph2023-08-28
| |
* | openssh: backport zlib-1.3 supportSergei Trofimovich2023-08-19
| |
* | openssh_gssapi: 9.3p2 -> 9.4p1Janne Heß2023-08-11
| |
* | openssh_hpn: 9.3p2 -> 9.4p1Janne Heß2023-08-11
| |
* | openssh: 9.3p2 -> 9.4p1Janne Heß2023-08-11
| |
* | openssh_gssapi: 9.0p1 -> 9.3p2Elliot Cameron2023-08-07
|/
* pkgs/tools/networking: remove dead codefigsoda2023-07-25
|
* openssh: 9.3p1 -> 9.3p2 (#244402)Janne Heß2023-07-20
| | | | | Changelog: https://www.openssh.com/txt/release-9.3p2 This also updates openssh_hpn because the patches still apply on 9.3p2.
* openssh_hpn: 9.2p1 -> 9.3p1Ashish SHUKLA2023-05-24
|
* openssh_*: Add knownVulnerabilitiesJanne Heß2023-03-21
|
* openssh: 9.2p1 -> 9.3p1Janne Heß2023-03-21
|
* openssh: enable strictDepsAlexandre Iooss2023-03-03
|
* openssh_hpn: 9.1p1 -> 9.2p1Ashish SHUKLA2023-02-18
| | | | | | The latest patch has diffs with mixed strip prefixes counts (i.e. patch -pX) so it needs to be split into two diffs, one that can be applied with -p1 and one that needs to be fixed up
* openssh: 9.1p1 -> 9.2p1Janne Heß2023-02-14
|
* treewide: remove global with lib; in pkgs/toolsShawn89012023-01-24
|
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | 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.
* openssh_hpn: 9.0p1 -> 9.1p1Ashish SHUKLA2022-10-27
|
* openssh: 9.0p1 -> 9.1p1Janne Heß2022-10-04
|
* openssh: enable kerberos on aarch64-darwinBernardo Meurer2022-07-14
|
* openssh_gssapi: 8.4p1 -> 9.0p1Jairo Llopis2022-07-06
| | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/142999, CVE-2021-28041, CVE-2021-41617, CVE-2016-20012 @moduon MT-904
* pkgsMusl.openssh: fix buildwyndon2022-04-24
|
* Merge pull request #168326 from wahjava/update-openssh-hpnGuillaume Girol2022-04-16
|\ | | | | openssh_hpn: 8.9p1 -> 9.0p1
| * openssh_hpn: 8.9p1 -> 9.0p1Ashish SHUKLA2022-04-12
| |
* | Merge #167852: openssh: 8.9p1 -> 9.0p1Janne Heß2022-04-10
|/ | | | | (cherry picked from commit 830b4daeb1f3f4791e1e4965acaeb910aeaee3d4) > This release is focused on bug fixing.
* Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2022-03-04
|\ | | | | | | | | Conflicts: pkgs/development/python-modules/hypothesmith/default.nix
| * openssh_hpn: 8.8p1 -> 8.9p1Ashish SHUKLA2022-03-04
| |
* | openssh: 8.8p1 -> 8.9p1Janne Heß2022-02-23
|/
* pkgsStatic.openssh: fix buildDmitry Kalinkin2022-01-19
| | | | | 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
* openssh_hpn: 8.4p1 -> 8.8p1Ashish SHUKLA2022-01-05
| | | | | | | - Switch to using patch from the FreeBSD port security/openssh-portable which is regularly maintained - Add myself as maintainer for openssh_hpn
* openssh: disable t-exec tests on muslRyan Burns2021-12-30
| | | | | | | 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.
* openssh: set enableParallelChecking = falseRobert Scott2021-11-07
| | | | this should hopefully make the tests more reliable
* Merge pull request #140317 from risicle/ris-openssh-testsJanne Heß2021-11-06
|\
| * openssh: enable testsRobert Scott2021-10-03
| |
* | Merge staging-next into staginggithub-actions[bot]2021-10-03
|\ \ | |/ |/|
| * openssh_hpn/openssh_gssapi: Add CVE-2021-41617Janne Heß2021-10-03
| |
* | openssh: Add myself as maintainerJanne Heß2021-09-30
| |
* | openssh: 8.7p1 -> 8.8p1Janne Heß2021-09-30
|/
* Merge master into staging-nextgithub-actions[bot]2021-09-23
|\
| * openssh-portable: switch to fetchFromGitHubFelix Buehler2021-09-22
| |
* | Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross2021-09-19
|\| | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-2111.section.md
| * openssh: add meta.mainProgramSamuel Gräfenstein2021-09-19
| | | | | | | | | | 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
* | openssh: 8.6p1 -> 8.7p1Janne Heß2021-08-20
|/
* treewide: runCommandNoCC -> runCommandRobert Hensing2021-08-15
| | | | This has been synonymous for ~5y.
* openssh: disable kerberos on Apple SiliconAndrew Childs2021-05-17
|