openldap: Fix CVE-2015-6908

This commit is contained in:
William A. Kennington III
2015-09-17 14:22:51 -07:00
parent bc54ecd811
commit 6634bdc93c
2 changed files with 28 additions and 0 deletions
@@ -8,6 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "0qwfpb5ipp2l76v11arghq5mr0sjc6xhjfg8a0kgsaw5qpib1dzf";
};
# Should be removed with >=2.4.43
patches = [ ./CVE-2015-6908.patch ];
outputs = [ "out" "man" ];
buildInputs = [ openssl cyrus_sasl db groff ];