Skip to content

Commit

Permalink
p7zip: add patch to fix CVE-2017-17969
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 29, 2018
1 parent f8c4ccd commit eaaca14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/archivers/p7zip/default.nix
Expand Up @@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
url = "https://src.fedoraproject.org/cgit/rpms/p7zip.git/plain/${name}?id=4b3973f6a5d";
sha256 = "09wbkzai46bwm8zmplsz0m4jck3qn7snr68i9p1gsih300zidj0m";
})
(fetchpatch rec {
name = "CVE-2017-17969.patch";
url = "https://anonscm.debian.org/cgit/users/robert/p7zip.git/plain/debian/patches/13-${name}?h=debian/16.02%2bdfsg-5";
sha256 = "16lbf6rgyl7xwxfjgg1243jvi39yb3i5pgqfnxswyc0jzhxv81d7";
})
];

# Default makefile is full of impurities on Darwin. The patch doesn't hurt Linux so I'm leaving it unconditional
Expand Down

0 comments on commit eaaca14

Please sign in to comment.