Skip to content

Commit

Permalink
openssh: security 7.3p1 -> 7.4p1
Browse files Browse the repository at this point in the history
The two removed patches were for issues that should've been fixed.
Minor vulnerabilities addressed: CVE-2016-{10009,10010,10011,10012}.
https://www.openssh.com/txt/release-7.4
  • Loading branch information
vcunat committed Dec 25, 2016
1 parent f2df4ce commit 277080f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.

This file was deleted.

6 changes: 2 additions & 4 deletions pkgs/tools/networking/openssh/default.nix
Expand Up @@ -29,11 +29,11 @@ stdenv.mkDerivation rec {
# Please ensure that openssh_with_kerberos still builds when
# bumping the version here!
name = "openssh-${version}";
version = "7.3p1";
version = "7.4p1";

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

prePatch = optionalString hpnSupport
Expand All @@ -44,13 +44,11 @@ stdenv.mkDerivation rec {

patches =
[
./RH-1380296-NEWKEYS-null-pointer-deref.patch
./locale_archive.patch
./fix-host-key-algorithms-plus.patch

# See discussion in https://github.com/NixOS/nixpkgs/pull/16966
./dont_create_privsep_path.patch
./fix-CVE-2016-8858.patch
]
++ optional withGssapiPatches gssapiSrc;

Expand Down
11 changes: 0 additions & 11 deletions pkgs/tools/networking/openssh/fix-CVE-2016-8858.patch

This file was deleted.

0 comments on commit 277080f

Please sign in to comment.