summary refs log tree commit diff
path: root/pkgs/development/libraries/openldap
Commit message (Collapse)AuthorAge
* openldap: add licenseMarkus Kowalewski2018-08-18
|
* openldap: 2.4.45 -> 2.4.46Tim Steinbach2018-08-05
| | | | LibreSSL patch no longer needed
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* openldap: Use a global localstatedirShea Levy2017-09-21
|
* openldap: Fix build with LibreSSL.Matthew Robbetts2017-08-30
|
* openldap: enable cryptTim Digel2017-08-08
|
* openldap: 2.4.44 -> 2.4.45Tim Steinbach2017-06-22
|
* openldap: load configuration files from global sysconfdir /etc (#21648)Alexander Kahl2017-01-10
|
* openldap: fixup build on Darwin, probablyVladimír Čunát2016-10-29
| | | | Introduced by #19288.
* Add package-option to enable module-supportTim Digel2016-10-28
|
* Merge commit 'adaee73' from staging into masterTuomas Tynkkynen2016-09-03
|\ | | | | | | | | | | | | | | | | | | This one was already merged into release-16.09, so let's not have the stable branch is ahead of master and confuse things. In addition to that, currently we have an odd situation that master has less things actually finished building than in staging. Conflicts: pkgs/data/documentation/man-pages/default.nix
| * docdev -> devdocEelco Dolstra2016-09-01
| | | | | | | | | | It's "developer documentation", not "documentation developer" after all.
* | Merge staging into masterTuomas Tynkkynen2016-09-01
|\| | | | | | | | | | | | | | | | | | | | | Brings in: - changed output order for multiple outputs: https://github.com/NixOS/nixpkgs/pull/14766 - audit disabled by default https://github.com/NixOS/nixpkgs/pull/17916 Conflicts: pkgs/development/libraries/openldap/default.nix
| * openldap: do strip, with proper fixGuillaume Maudoux2016-08-31
| | | | | | | | [dezgeg: Add comment about the proper fix in patchelf]
| * treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | | | | | Make either 'bin' or 'out' the first output.
* | openldap: Get rid of runtime dependency on gccEelco Dolstra2016-09-01
|/ | | | | | | | The problem here was that the openldap binaries had /tmp/... in their RPATH *before* $out/lib, so patchelf --shrink-rpath considered the $out/lib entry unused. As a workaround, use NIX_LDFLAGS_BEFORE to ensure a proper order.
* openldap: Remove unused patchRickard Nilsson2016-05-25
|
* Revert "openldap: Remove dontPatchELF"Rickard Nilsson2016-05-25
| | | | | | This reverts commit 366c1e88fc811e1ceb03e897d883b7bd765e7627, that caused OpenLDAP to not find its own libs. See discussion in https://github.com/NixOS/nixpkgs/commit/366c1e88fc811e1ceb03e897d883b7bd765e7627
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * openldap: 2.4.42 -> 2.4.44Rickard Nilsson2016-04-01
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, ↵janus2016-01-01
| | | | | | | | libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep
* | openldap: Split into multiple outputsTuomas Tynkkynen2015-10-28
| | | | | | | | Also fix the incorrect .la file fixups.
* | openldap: Remove dontPatchELFTuomas Tynkkynen2015-10-28
|/ | | | Everything still seems to build fine.
* openldap: Fix CVE-2015-6908William A. Kennington III2015-09-17
|
* openldap: Fix hashWilliam A. Kennington III2015-08-18
|
* openldap: 2.4.41 -> 2.4.42William A. Kennington III2015-08-18
|
* More docs/manpages in separate outputsEelco Dolstra2015-07-27
|
* openldap: 2.4.40 -> 2.4.41William A. Kennington III2015-07-01
|
* openldap: Add gcc5 compat patchWilliam A. Kennington III2015-06-17
|
* openldap: fix broken .la filesLuca Bruno2015-05-05
|
* Update OpenLDAP from 2.4.39 to 2.4.40Michael Weiss2014-10-25
|
* openldap: fix build on darwinJason "Don" O'Conal2014-09-01
|
* openldap - speedup buildFlorian Friesdorf2014-08-27
|
* Changed URL to upstream, as the old URL was deadLengyel Balázs2014-05-04
|
* openldap: Update from 2.4.38 to 2.4.39Rickard Nilsson2014-04-10
|
* Move all db4 packages to the default db5William A. Kennington III2014-02-15
|
* openldap: update from 2.4.35 to 2.4.38Evgeny Egorochkin2014-02-04
|
* Adopt more packages.Petr Rockai2014-01-28
|
* openldap: Upgrade to 2.4.35Rickard Nilsson2013-07-10
|
* openldap: support building without cyrus-sasl and tlsFlorian Friesdorf2013-03-19
|
* openldap-2.4.34Florian Friesdorf2013-03-19
|
* openldap: update to version 2.4.31Peter Simons2012-07-07
|
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* * OpenLDAP updated to 2.4.13. Also a workaround for a header problem.Eelco Dolstra2009-02-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14050
* Added slapd to openldapYury G. Kudryashov2007-10-12
| | | | svn path=/nixpkgs/trunk/; revision=9456
* * Added openldap and pam_ldap.Eelco Dolstra2007-01-11
svn path=/nixpkgs/trunk/; revision=7641