tar: patch for CVE-2016-6321

https://lwn.net/Vulnerabilities/705216/
This commit is contained in:
Shea Levy
2016-11-04 23:05:26 -04:00
parent ca4b43d180
commit ac59e2f184
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "097hx7sbzp8qirl4m930lw84kn0wmxhmq7v1qpra3mrg0b8cyba0";
};
patches = [ ]; # FIXME: remove on another stdenv rebuild
patches = [ ./CVE-2016-6321.patch ]; # FIXME: remove on another stdenv rebuild
# avoid retaining reference to CF during stdenv bootstrap
configureFlags = stdenv.lib.optionals stdenv.isDarwin [