Skip to content

Commit

Permalink
curl: 7.56.0 -> 7.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Oct 23, 2017
1 parent f906d6d commit 9bd9305
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.56.0";
name = "curl-7.56.1";

src = fetchurl {
url = "http://curl.haxx.se/download/${name}.tar.bz2";
sha256 = "1pvr2bqfhk46bzq2x2hskmnq3wc8qxlps7apm9q1qiixb9ra8q6y";
sha256 = "142zidvlmrz31yx480nrhh47hl01d7jbaagin23pspl7cw1ng515";
};

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

4 comments on commit 9bd9305

@fpletz
Copy link
Member

@fpletz fpletz commented on 9bd9305 Oct 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a security update: https://curl.haxx.se/docs/adv_20171023.html

Could you please mark such commits or cherry-pick them yourself into the release branches in the future?

@NeQuissimus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The past couple of updates we just threw curl into staging, so I didn't but I can in the future.

@fpletz
Copy link
Member

@fpletz fpletz commented on 9bd9305 Oct 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, somebody has to cherry-pick it into the release branches eventually. Most of the times I did this. I don't know if anybody else is also monitoring master for such changes but you could help out this way. Not sure how long I can keep this up.

@NeQuissimus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, will do!

Please sign in to comment.