unzip: Patch for CVE-2014-81{39,40,41}.
This commit is contained in:
@@ -9,7 +9,11 @@ stdenv.mkDerivation {
|
||||
sha256 = "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional enableNLS
|
||||
patches = [
|
||||
./CVE-2014-8139.diff
|
||||
./CVE-2014-8140.diff
|
||||
./CVE-2014-8141.diff
|
||||
] ++ stdenv.lib.optional enableNLS
|
||||
(fetchurl {
|
||||
url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-arch/unzip/files/unzip-6.0-natspec.patch?revision=1.1";
|
||||
name = "unzip-6.0-natspec.patch";
|
||||
|
||||
Reference in New Issue
Block a user