Skip to content

Commit

Permalink
openssh: 7.2p2 -> 7.3p1 (#17493)
Browse files Browse the repository at this point in the history
Also remove patch for CVE-2015-8325 that has been fixed upstream.
(cherry picked from commit f6eae2e)
  • Loading branch information
aneeshusa authored and sorokin committed Nov 12, 2016
1 parent 759faee commit 9366a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
28 changes: 0 additions & 28 deletions pkgs/tools/networking/openssh/CVE-2015-8325.patch

This file was deleted.

6 changes: 3 additions & 3 deletions pkgs/tools/networking/openssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
# Please ensure that openssh_with_kerberos still builds when
# bumping the version here!
name = "openssh-7.2p2";
name = "openssh-${version}";
version = "7.3p1";

src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/${name}.tar.gz";
sha256 = "132lh9aanb0wkisji1d6cmsxi520m8nh7c7i9wi6m1s3l38q29x7";
sha256 = "1k5y1wi29d47cgizbryxrhc1fbjsba2x8l5mqfa9b9nadnd9iyrz";
};

prePatch = optionalString hpnSupport
Expand All @@ -43,7 +44,6 @@ stdenv.mkDerivation rec {
[
./locale_archive.patch
./fix-host-key-algorithms-plus.patch
./CVE-2015-8325.patch
]
++ optional withGssapiPatches gssapiSrc;

Expand Down

0 comments on commit 9366a9b

Please sign in to comment.