Skip to content

Commit 0c1c07e

Browse files
adisbladisgrahamc
authored andcommittedJul 22, 2017
c-ares: 1.12.0 -> 1.13.0 for CVE-2017-1000381
(cherry picked from commit 66976bc)
1 parent d49a115 commit 0c1c07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/c-ares/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl }:
22

33
stdenv.mkDerivation rec {
4-
name = "c-ares-1.12.0";
4+
name = "c-ares-1.13.0";
55

66
src = fetchurl {
77
url = "http://c-ares.haxx.se/download/${name}.tar.gz";
8-
sha256 = "1yv5ygkd813glz8hbagykgp1hlb6450chig061hr7pyw7i0gk4l6";
8+
sha256 = "19qxhv9aiw903fr808y77r6l9js0fq9m3gcaqckan9jan7qhixq3";
99
};
1010

1111
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.