Skip to content

Commit

Permalink
libidn2: 2.0.3 -> 2.0.4 for multiple CVEs
Browse files Browse the repository at this point in the history
Fixes CVE-2017-14061, CVE-2017-14062.

(cherry picked from commit 1ff1c6a)
  • Loading branch information
fpletz committed Oct 2, 2017
1 parent d865778 commit b592012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libidn2/default.nix
Expand Up @@ -4,11 +4,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "libidn2-${version}";
version = "2.0.3";
version = "2.0.4";

src = fetchurl {
url = "mirror://gnu/gnu/libidn/${name}.tar.gz";
sha256 = "1k88acdf242a6lbznr0h6f02frsqyqw4smw1nznibim5wyf18da3";
sha256 = "1w6jycr5bbawimhb72wxf9ic92yrhfadahfj0b70myw5n81nnjv4";
};

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

0 comments on commit b592012

Please sign in to comment.