Skip to content

Commit

Permalink
libtasn1: apply patch to fix CVE-2017-6891
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed May 24, 2017
1 parent 105f51f commit 5479f74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/libtasn1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ stdenv.mkDerivation rec {
sha256 = "00jsix5hny0g768zv4hk78dib7w0qmk5fbizf4jj37r51nd4s6k8";
};

patches = [
(fetchurl {
name = "CVE-2017-6891.patch";
url = "https://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=patch;h=5520704d075802df25ce4ffccc010ba1641bd484";
sha256 = "000r6wb87zkx8yhzkf1c3h7p5akwhjw51cv8f1yjnplrqqrr7h2k";
})
];

outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";

Expand Down

0 comments on commit 5479f74

Please sign in to comment.