Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -23,11 +23,11 @@ let
|
||||
in
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openssh-7.1p2";
|
||||
name = "openssh-7.2p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://openbsd/OpenSSH/portable/${name}.tar.gz";
|
||||
sha256 = "1gbbvszz74lkc7b2mqr3ccgpm65zj0k5h7a2ssh0c7pjvhjg0xfx";
|
||||
sha256 = "1hsa1f3641pdj57a55gmnvcya3wwww2fc2cvb77y95rm5xxw6g4p";
|
||||
};
|
||||
|
||||
prePatch = optionalString hpnSupport
|
||||
@@ -37,15 +37,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
patches =
|
||||
[ ./locale_archive.patch
|
||||
|
||||
# Fix "HostKeyAlgoritms +...", which we need to enable DSA
|
||||
# host key support.
|
||||
(fetchurl {
|
||||
url = "https://pkgs.fedoraproject.org/cgit/rpms/openssh.git/plain/openssh-7.1p1-hostkeyalgorithms.patch?id=c98f5597250d6f9a8e8d96960beb6306d150ef0f";
|
||||
sha256 = "029lzp9qv1af8wdm0wwj7qwjj1nimgsjj214jqm3amwz0857qgvp";
|
||||
})
|
||||
]
|
||||
[ ./locale_archive.patch ]
|
||||
++ optional withGssapiPatches gssapiSrc;
|
||||
|
||||
buildInputs = [ zlib openssl libedit pkgconfig pam ]
|
||||
|
||||
Reference in New Issue
Block a user