Skip to content

Commit

Permalink
openssh: add patch for openssl 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 11, 2017
1 parent 406e983 commit 37bd721
Show file tree
Hide file tree
Showing 3 changed files with 3,448 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/tools/networking/openssh/default.nix
Expand Up @@ -46,6 +46,8 @@ stdenv.mkDerivation rec {

# See discussion in https://github.com/NixOS/nixpkgs/pull/16966
./dont_create_privsep_path.patch
# originally from https://src.fedoraproject.org/rpms/openssh/blob/fffad0579c5aa8c634ef50cd7b290d743e1a5471/f/openssh-7.3p1-openssl-1.1.0.patch
./openssl-1.1.0.patch
]
++ optional withGssapiPatches gssapiSrc;

Expand Down

0 comments on commit 37bd721

Please sign in to comment.