Merge pull request #13824 from aneeshusa/update-openssh-to-7.2p2

openssh: 7.2p1 -> 7.2p2 for OSA x11fwd.adv
This commit is contained in:
Eelco Dolstra 2016-03-11 10:52:14 +01:00
commit b7fe9712dd

View File

@ -27,11 +27,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
# Please ensure that openssh_with_kerberos still builds when
# bumping the version here!
name = "openssh-7.2p1";
name = "openssh-7.2p2";
src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/${name}.tar.gz";
sha256 = "1hsa1f3641pdj57a55gmnvcya3wwww2fc2cvb77y95rm5xxw6g4p";
sha256 = "132lh9aanb0wkisji1d6cmsxi520m8nh7c7i9wi6m1s3l38q29x7";
};
prePatch = optionalString hpnSupport
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = "http://www.openssh.org/";
homepage = "http://www.openssh.com/";
description = "An implementation of the SSH protocol";
license = stdenv.lib.licenses.bsd2;
platforms = platforms.unix;