libtasn1: apply patch to fix CVE-2017-6891

wip/yesman
Franz Pletz 7 years ago
parent 105f51f151
commit 5479f742e6
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 8
      pkgs/development/libraries/libtasn1/default.nix

@ -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";

Loading…
Cancel
Save