Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libidn2: 2.0.3 -> 2.0.4 for multiple CVEs

Fixes CVE-2017-14061, CVE-2017-14062.

+2 -2
+2 -2
pkgs/development/libraries/libidn2/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "libidn2-${version}"; 7 - version = "2.0.3"; 7 + version = "2.0.4"; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://gnu/gnu/libidn/${name}.tar.gz"; 11 - sha256 = "1k88acdf242a6lbznr0h6f02frsqyqw4smw1nznibim5wyf18da3"; 11 + sha256 = "1w6jycr5bbawimhb72wxf9ic92yrhfadahfj0b70myw5n81nnjv4"; 12 12 }; 13 13 14 14 outputs = [ "bin" "dev" "out" "info" "devdoc" ];