libarchive: fix CVE-2015-1197 by upstream patch

Fixes #6799.
This commit is contained in:
Vladimír Čunát
2015-06-16 18:35:13 +02:00
parent b333a2cb19
commit f2c84ffeb2
2 changed files with 144 additions and 0 deletions
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
patches = [
./CVE-2013-0211.patch # https://github.com/libarchive/libarchive/commit/22531545
./CVE-2015-1197.patch # https://github.com/NixOS/nixpkgs/issues/6799
];
buildInputs = [ sharutils libxml2 zlib bzip2 openssl xz ] ++