openssh: 7.2p1 -> 7.2p2 for OSA x11fwd.adv

Fixes OpenSSH Security Advisory x11fwd.adv, which is available at
http://www.openssh.com/txt/x11fwd.adv.
This commit is contained in:
Aneesh Agrawal 2016-03-10 18:01:33 -05:00
parent cc53e62644
commit e5ca25eb7a

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