summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nss_ldap
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* nss_ldap: fix buildUli Baum2018-08-24
| | | | an upstream perl script needed during build wasn't found, fix path
* nss_ldap: update meta dataMarkus Kowalewski2018-08-17
|
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* nss_ldap: fixing crash with glibc >= 2.16Lluís Batlle i Rossell2013-05-17
| | | | | | | | | I update it to the latest version, 265. Then I use some patches: The nss_ldap-265-glibc-2.16.patch is the one that fixes the crash. The crashes.patch is another one that I took from RH that said to fixes somes crashes, but it didn't fix the crash I was seeing. But I guess it fixes something.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\ | | | | | | | | | | | | (https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
| * * nss_ldap: purity fix: don't try to install /etc/ldap.conf.Eelco Dolstra2008-05-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11850
* | * Purity: nss_ldap build failed when /etc/ldap.conf did not exist.Eelco Dolstra2008-03-24
|/ | | | svn path=/nixpkgs/trunk/; revision=11271
* * LDAP NSS module for glibc.Eelco Dolstra2007-01-15
svn path=/nixpkgs/trunk/; revision=7682