Skip to content

Commit

Permalink
libarchive: Patch for CVE-2017-14166
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Sep 14, 2017
1 parent 446f185 commit 53b9546
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/libarchive/default.nix
Expand Up @@ -17,6 +17,14 @@ stdenv.mkDerivation rec {
sha256 = "1km0mzfl6in7l5vz9kl09a88ajx562rw93ng9h2jqavrailvsbgd";
};

patches = [
# CVE-2017-14166
(fetchurl {
url = "https://github.com/libarchive/libarchive/commit/fa7438a0ff4033e4741c807394a9af6207940d71.patch";
sha256 = "1f1np428qzdc8w290swcjrk63sr9fk2fqm4fj1zvvsr6b96qk705";
})
];

outputs = [ "out" "lib" "dev" ];

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 53b9546

Please sign in to comment.