mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
openldap: 2.4.42 -> 2.4.44
This commit is contained in:
parent
bd4fdfd722
commit
efe33d6e87
@ -1,25 +1,13 @@
|
||||
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openldap-2.4.42";
|
||||
name = "openldap-2.4.44";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
||||
sha256 = "0qwfpb5ipp2l76v11arghq5mr0sjc6xhjfg8a0kgsaw5qpib1dzf";
|
||||
sha256 = "0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp";
|
||||
};
|
||||
|
||||
# Should be removed with >=2.4.43
|
||||
patches = [
|
||||
./CVE-2015-6908.patch
|
||||
(
|
||||
fetchurl {
|
||||
sha256 = "5bcb3f9fb7186b380efa0a1c2d31ad755e190134b5c4dac07c65bbf7c0b6b3b3";
|
||||
url = "https://github.com/LMDB/lmdb/commit/3360cbad668f678fb23c064ca4efcc5c9ae95d10.patch";
|
||||
name = "openldap-clang-compilation.patch";
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
buildInputs = [ openssl cyrus_sasl db groff ];
|
||||
|
Loading…
Reference in New Issue
Block a user