Skip to content

Commit

Permalink
curl: 7.57.0 -> 7.58.0 (security)
Browse files Browse the repository at this point in the history
Fixes: CVE-2018-1000005, CVE-2018-1000007
(cherry picked from commit 60331e6)
  • Loading branch information
fpletz committed Jan 29, 2018
1 parent 245d627 commit 853a6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/curl/default.nix
Expand Up @@ -21,11 +21,11 @@ assert scpSupport -> libssh2 != null;
assert c-aresSupport -> c-ares != null;

stdenv.mkDerivation rec {
name = "curl-7.57.0";
name = "curl-7.58.0";

src = fetchurl {
url = "http://curl.haxx.se/download/${name}.tar.bz2";
sha256 = "09j88lzqmi79rvvg2l7bjcs56330bq388f5p468hgblf6hdf6by9";
sha256 = "0cg7klhf1ksnbw5wvwa802qir877zv4y3dj7swz1xh07g3wq3c0w";
};

outputs = [ "bin" "dev" "out" "man" "devdoc" ];
Expand Down

0 comments on commit 853a6fe

Please sign in to comment.