summary refs log tree commit diff
path: root/pkgs/development/libraries/db/db-5.3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/db/db-5.3.nix')
-rw-r--r--pkgs/development/libraries/db/db-5.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/db/db-5.3.nix b/pkgs/development/libraries/db/db-5.3.nix
index 066eca4e63d8..7894e4c73262 100644
--- a/pkgs/development/libraries/db/db-5.3.nix
+++ b/pkgs/development/libraries/db/db-5.3.nix
@@ -3,5 +3,5 @@
 import ./generic.nix (args // rec {
   version = "5.3.28";
   sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
-  extraPatches = [ ./clang-5.3.patch ];
+  extraPatches = [ ./clang-5.3.patch ./CVE-2017-10140-cwd-db_config.patch ];
 })