Revert "Revert "bzip2: patch for CVE-2016-3189""

This reverts commit 6393ca650e.
This commit is contained in:
Graham Christensen
2016-11-30 19:30:52 -05:00
parent ea07ad6bd9
commit 390f6a985b
2 changed files with 19 additions and 1 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl
{ stdenv, fetchurl, fetchpatch
, linkStatic ? (stdenv.system == "i686-cygwin")
}:
@@ -20,10 +20,16 @@ stdenv.mkDerivation rec {
sha256 = "0b5b5p8c7bslc6fslcr1nj9136412v3qcvbg6yxi9argq9g72v8c";
};
patches = [
./CVE-2016-3189.patch
];
postPatch = ''
sed -i -e '/<sys\\stat\.h>/s|\\|/|' bzip2.c
'';
outputs = [ "bin" "dev" "out" "man" ];
configureFlags =