db{48,53,60,62}: add patch to fix CVE-2017-10140

This commit is contained in:
Franz Pletz
2017-10-24 13:20:37 +02:00
parent 9bd9305602
commit 5072f4792e
6 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ import ./generic.nix (args // rec {
version = "6.2.23";
sha256 = "1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7";
license = stdenv.lib.licenses.agpl3;
extraPatches = [ ./clang-6.0.patch ];
extraPatches = [ ./clang-6.0.patch ./CVE-2017-10140-cwd-db_config.patch ];
})