pcre2: Patch for CVE-2017-8786

This commit is contained in:
adisbladis 2017-11-28 12:47:37 +08:00
parent c8a60e36e2
commit 93294fc5c8
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -29,6 +29,13 @@ stdenv.mkDerivation rec {
stripLen = 2;
addPrefixes = true;
})
(fetchpatch {
name = "CVE-2017-8786.patch";
url = "https://vcs.pcre.org/pcre2/code/trunk/src/pcre2test.c?r1=692&r2=697&view=patch";
sha256 = "1c629nzrk4il2rfclwyc1a373q58m4q9ys9wr91zhl4skfk7x19b";
stripLen = 2;
addPrefixes = true;
})
];
outputs = [ "bin" "dev" "out" "doc" "man" "devdoc" ];