Skip to content

Commit 5479f74

Browse files
committedMay 24, 2017
libtasn1: apply patch to fix CVE-2017-6891
1 parent 105f51f commit 5479f74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎pkgs/development/libraries/libtasn1/default.nix

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ stdenv.mkDerivation rec {
88
sha256 = "00jsix5hny0g768zv4hk78dib7w0qmk5fbizf4jj37r51nd4s6k8";
99
};
1010

11+
patches = [
12+
(fetchurl {
13+
name = "CVE-2017-6891.patch";
14+
url = "https://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=patch;h=5520704d075802df25ce4ffccc010ba1641bd484";
15+
sha256 = "000r6wb87zkx8yhzkf1c3h7p5akwhjw51cv8f1yjnplrqqrr7h2k";
16+
})
17+
];
18+
1119
outputs = [ "out" "dev" "devdoc" ];
1220
outputBin = "dev";
1321

0 commit comments

Comments
 (0)