curl: 7.56.1 -> 7.57.0

Fixes CVEs:
CVE-2017-8816
CVE-2017-8817
CVE-2017-8818
This commit is contained in:
adisbladis 2017-11-29 18:03:31 +08:00 committed by Orivej Desh
parent 3cb0103818
commit b7e6fd3b3a

View File

@ -21,11 +21,11 @@ assert scpSupport -> libssh2 != null;
assert c-aresSupport -> c-ares != null;
stdenv.mkDerivation rec {
name = "curl-7.56.1";
name = "curl-7.57.0";
src = fetchurl {
url = "http://curl.haxx.se/download/${name}.tar.bz2";
sha256 = "142zidvlmrz31yx480nrhh47hl01d7jbaagin23pspl7cw1ng515";
sha256 = "09j88lzqmi79rvvg2l7bjcs56330bq388f5p468hgblf6hdf6by9";
};
outputs = [ "bin" "dev" "out" "man" "devdoc" ];