about summary refs log tree commit diff
path: root/pkgs/servers/ldap
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25_389-ds-base: 2.0.6 -> 2.0.7R. RyanTM1-2/+2
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-1/+1
2021-07-01_389-ds-base: 2.0.5 -> 2.0.6R. RyanTM1-2/+2
2021-06-16_389-ds-base: 1.3.9.1 -> 2.0.5Bernardo Meurer1-32/+120
2021-06-08389-base: Add CVE-2021-3514Janne Heß1-0/+3
2021-04-04kerberos: deprecate aliasSandro Jäckel1-2/+2
2021-03-25_389-ds-base: use python3Frederik Rietdijk1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2019-12-21net-snmp: rename from net_snmpJörg Thalheim1-3/+5
2019-05-21389-ds-base: 1.3.5.19 -> 1.3.9.1 (#61675)Renaud2-55/+24
http://www.port389.org/docs/389ds/releases/release-notes.html + fix build failure with <nss.h> + enable parallel building (faster)
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-22db: Use more conventional outputs, also split binTuomas Tynkkynen1-1/+3
2017-10-28389-ds-base: fix homepage urlmimadrid1-1/+1
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2017-08-20389-ds-base: 1.3.5.17 -> 1.3.5.19Tim Steinbach1-2/+2
2017-02-05389-ds-base: 1.3.5.4 -> 1.3.5.15Graham Christensen1-10/+3
2016-11-10389-ds-base: add patch to fix CVE-2016-5416Franz Pletz1-3/+11
cc #20274
2016-09-24389-ds-base: 1.3.3.9 -> 1.3.5.4Franz Pletz1-2/+2
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-19treewide: Make explicit that 'dev' output of cyrus_sasl is usedTuomas Tynkkynen1-1/+1
2016-04-18389-ds-base: fix compilationRobert Helgesson1-1/+1
Multiple outputs in openldap made this package confused. Remove the explicit reference to the openldap library and let configure sort it out.
2015-06-04Revert "Fix krb5 reference"Eelco Dolstra1-2/+2
This reverts commit 9f0da5315b4595c45ace01727808e2ae8750efc0.
2015-05-29Fix krb5 referenceWilliam A. Kennington III1-2/+2
2015-04-17389-ds-base: 1.3.3.5 -> 1.3.3.9William A. Kennington III2-65/+8
2015-01-09389-ds-base: Fix perl scriptsWilliam A. Kennington III3-5/+66
2015-01-09389-ds-base: Fix buildWilliam A. Kennington III2-2/+60
2014-12-31389-ds-base: Add derivationWilliam A. Kennington III1-0/+33