libssh: security update 0.7.2 -> 0.7.3

It's supposed to fix CVE-2016-0739: weak secret with diffie-hellman.
This commit is contained in:
Vladimír Čunát 2016-02-24 15:02:19 +01:00
parent 454ba67c60
commit 0ee46ddffb

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:
stdenv.mkDerivation rec {
name = "libssh-0.7.2";
name = "libssh-0.7.3";
src = fetchurl {
url = "https://red.libssh.org/attachments/download/177/${name}.tar.xz";
sha256 = "0qmfxgx88dbzcbyvh40gddn0fcg9adyyskg8pnsclha1cywlab53";
url = "https://red.libssh.org/attachments/download/195/${name}.tar.xz";
sha256 = "165g49i4kmm3bfsjm0n8hm21kadv79g9yjqyq09138jxanz4dvr6";
};
postPatch = ''