We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 105f51f commit 5479f74Copy full SHA for 5479f74
pkgs/development/libraries/libtasn1/default.nix
@@ -8,6 +8,14 @@ stdenv.mkDerivation rec {
8
sha256 = "00jsix5hny0g768zv4hk78dib7w0qmk5fbizf4jj37r51nd4s6k8";
9
};
10
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
+
19
outputs = [ "out" "dev" "devdoc" ];
20
outputBin = "dev";
21
0 commit comments