openssh: Apply some Fedora security backports

This commit is contained in:
Eelco Dolstra
2015-08-20 14:08:21 +02:00
parent 401782cb67
commit 2d4b6405b3
2 changed files with 66 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
'';
patches = [ ./locale_archive.patch ];
patches = [ ./locale_archive.patch ./openssh-6.9p1-security-7.0.patch];
buildInputs = [ zlib openssl libedit pkgconfig pam ]
++ optional withKerberos [ kerberos ];