gnugrep: fix CVE-2015-1345 by upstream patch

This commit is contained in:
Vladimír Čunát
2015-03-09 15:55:22 +01:00
committed by Peter Simons
parent db847a3345
commit 263d5239d6
2 changed files with 62 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
sha256 = "1pp5n15qwxrw1pibwjhhgsibyv5cafhamf8lwzjygs6y00fa2i2j";
};
patches = [ ./cve-2015-1345.patch ];
buildInputs = [ pcre libiconv ];
doCheck = !stdenv.isDarwin;