openssh: Patch CVE-2016-8858

Also add myself as a maintainer.
This commit is contained in:
Aneesh Agrawal
2016-10-20 14:55:14 -04:00
parent 4de7cbdf04
commit 7374105a96
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
# See discussion in https://github.com/NixOS/nixpkgs/pull/16966
./dont_create_privsep_path.patch
./fix-CVE-2016-8858.patch
]
++ optional withGssapiPatches gssapiSrc;
@@ -92,7 +93,7 @@ stdenv.mkDerivation rec {
description = "An implementation of the SSH protocol";
license = stdenv.lib.licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ eelco ];
maintainers = with maintainers; [ eelco aneeshusa ];
broken = hpnSupport; # probably after 6.7 update
};
}