Skip to content

Commit

Permalink
curl: 7.52.1 -> 7.53.0 (#23063)
Browse files Browse the repository at this point in the history
(cherry picked from commit b1c6a9b)
I believe this fixes CVE-2017-2629:
https://curl.haxx.se/docs/adv_20170222.html
  • Loading branch information
NeQuissimus authored and vcunat committed Feb 22, 2017
1 parent 6e17350 commit 6fcd2d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/curl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ assert scpSupport -> libssh2 != null;
assert c-aresSupport -> c-ares != null;

stdenv.mkDerivation rec {
name = "curl-7.52.1";
name = "curl-7.53.0";

src = fetchurl {
url = "http://curl.haxx.se/download/${name}.tar.bz2";
sha256 = "16rqhyzlpnivifin8n7l2fr9ihay9v2nw2drsniinb6bcykqaqfi";
sha256 = "008833dd9w4l2277q9r0bsq1vqmm0fr7qqyzvqlw5d47xy5mld5j";
};

patches = [ ./issue-1174.patch ];
patches = [ ];

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

Expand Down
34 changes: 0 additions & 34 deletions pkgs/tools/networking/curl/issue-1174.patch

This file was deleted.

0 comments on commit 6fcd2d2

Please sign in to comment.