about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sssd
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12sssd: add meta.pkgConfigModules, passthru.tests.pkg-configAnthony Roussel1-0/+7
2024-04-06sssd: fix buildAnthony Roussel1-1/+9
Samba has been updated to 4.20 with PR #300156 However, sssd 2.9.4 is incompatible with Samba 4.20 A resolution is to backport an unreleased fix to make the build work with Samba 4.20. Fixes #302062
2024-01-12sssd: 2.9.3 -> 2.9.4R. Ryantm1-2/+2
2023-11-22sssd: add adcli pathWanja Zaeske1-2/+5
Fixes #268924
2023-11-14sssd: 2.9.2 -> 2.9.3R. Ryantm1-2/+2
2023-10-18sssd: add passthru.updateScript and passthru.tests.versionAnthony Roussel1-7/+16
2023-10-18sssd: 2.9.1 -> 2.9.2Anthony Roussel1-2/+2
https://github.com/SSSD/sssd/releases/tag/2.9.2
2023-06-26sssd: 2.9.0 -> 2.9.1Nick Cao1-2/+2
Diff: https://github.com/SSSD/sssd/compare/2.9.0...2.9.1 Changelog: https://sssd.io/release-notes/sssd-2.9.1.html
2023-05-07sssd: 2.8.2 -> 2.9.0R. Ryantm1-2/+2
2023-02-26sssd: disable parallel installsSergei Trofimovich1-0/+3
Without the change parallel install fails as: install flags: -j16 ... libbtool: error: error: relink '_py3sss.la' with the above command before installing it libtool: warning: '/build/source/libsss_cert.la' has not been installed in '/nix/store/apyk9a6q7bc7d1fnn81vqrwil4waw9cd-sssd-2.8.2/lib/sssd' make[3]: *** [Makefile:13362: install-py3execLTLIBRARIES] Error 1
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-23Merge pull request #205600 from r-ryantm/auto-update/sssdWeijia Wang1-2/+2
sssd: 2.8.1 -> 2.8.2
2022-12-12treewide: remove e-user from maintainersAndersonTorres1-1/+1
According to https://github.com/NixOS/nixpkgs/pull/22789#issuecomment-757687683, the maintainer doesn't use NixOS anymore.
2022-12-11sssd: 2.8.1 -> 2.8.2R. Ryantm1-2/+2
2022-11-10sssd: 2.8.0 -> 2.8.1R. Ryantm1-2/+2
2022-10-08sssd: 2.7.4 -> 2.8.0R. Ryantm1-2/+2
2022-09-19python3Packages.python-ldap: rename from ldapMartin Weinelt1-2/+2
2022-08-29sssd: 2.7.3 -> 2.7.4R. Ryantm1-2/+2
2022-07-30sssd: 2.7.0 -> 2.7.3R. Ryantm1-2/+2
2022-05-18sssd: 2.6.3 -> 2.7.0Wanja Zaeske1-4/+4
2022-05-18sssd: fix #151597Wanja Zaeske1-2/+7
this adds a call to makeWrapper, that sets an env var to let some of sssd binaries discover required modules
2022-01-27sssd: 2.6.2 -> 2.6.3R. Ryantm1-2/+2
2021-12-31sssd: 2.6.1 -> 2.6.2R. Ryantm1-2/+2
2021-12-14sssd: link NixOS module testsillustris1-0/+3
2021-12-14sssd: 2.6.0 -> 2.6.1, fix broken buildillustris1-8/+7
python2Packages.ldap fails to build since https://github.com/NixOS/nixpkgs/pull/149010 This PR drops python2 bindings for sssd.
2021-10-30sssd: 1.16.5 -> 2.6.0, fix broken buildillustris1-21/+13
2021-05-22sssd: 1.16.4 -> 1.16.5Thomas Gerbet1-9/+13
Fixes CVE-2018-16838. https://sssd.io/release-notes/sssd-1.16.5.html
2021-04-04kerberos: deprecate aliasSandro Jäckel1-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-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-1/+1
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
2020-11-24sssd: fix nss collision with upstream patchSandro Jäckel1-10/+5
2020-11-24sssd: fix build on glibc-2.32Graham Christensen1-0/+10
For https://hydra.nixos.org/build/128488320 which errored with: src/responder/nss/nss_cmd.c:733:16: error: 'nss_setnetgrent' redeclared as different kind of symbol 733 | static errno_t nss_setnetgrent(struct cli_ctx *cli_ctx, | ^~~~~~~~~~~~~~~ In file included from ./src/sss_client/sss_cli.h:28, from ./src/db/sysdb.h:27, from src/responder/nss/nss_cmd.c:26: /nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include/nss.h:184:25: note: previous declaration of 'nss_setnetgrent' was here 184 | typedef enum nss_status nss_setnetgrent (const char *, struct __netgrent *); | ^~~~~~~~~~~~~~~ make[2]: *** [Makefile:17818: src/responder/nss/nss_cmd.o] Error 1 make[2]: Leaving directory '/build/sssd-1.16.4' make[1]: *** [Makefile:33824: all-recursive] Error 1 make[1]: Leaving directory '/build/sssd-1.16.4' make: *** [Makefile:10123: all] Error 2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-31sssd: Port to samba-4.12gtgteq1-1/+8
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-03-21sssd: 1.16.3 -> 1.16.4Will Dietz1-10/+2
https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_4.html CVE-2019-3811, see notes.
2018-12-07sssd: 1.16.2 -> 1.16.3 (security!)Will Dietz1-2/+2
https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_3.html
2018-11-27sssd: style nitpick - don't use pkgs parameterVladimír Čunát1-5/+6
2018-11-27sssd: fix build with updated curl-7.62Vladimír Čunát1-1/+9
Fixes #51106.
2018-08-30nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmapUli Baum1-2/+2
- switch source to kernel.org - libnfsidmap 2.3.2 is built from the nfs-utils source, put it in nfs-utils.lib - split outputs - adapt sssd, the only other package using libnfsidmap
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-3/+3
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-4/+4
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-17sssd: 1.16.1 -> 1.16.2 (#41963)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sssd/versions. These checks were done: - built on NixOS - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_ssh_authorizedkeys passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_ssh_knownhostsproxy passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_cache passed the binary check. - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_debuglevel had a zero exit code or showed the expected version - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupadd passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupdel passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupmod passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_groupshow passed the binary check. - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_obfuscate had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_override had a zero exit code or showed the expected version - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_seed passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_useradd passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_userdel passed the binary check. - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sss_usermod passed the binary check. - Warning: no invocation of /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sssctl had a zero exit code or showed the expected version - /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2/bin/sssd passed the binary check. - 12 of 16 passed binary check by having a zero exit code. - 1 of 16 passed binary check by having the new version present in output. - found 1.16.2 with grep in /nix/store/i0srimsn8chzyqblbf6jvzxndw0w35lg-sssd-1.16.2 - directory tree listing: https://gist.github.com/842245741e6082400e50d4fd7e764d2c - du listing: https://gist.github.com/e4b7c96457a7134ffcc6ecf385b7c5c6
2018-03-12sssd: 1.16.0 -> 1.16.1Tuomas Tynkkynen1-2/+2
2017-10-25sssd: 1.14.2 -> 1.16.0Tuomas Tynkkynen1-6/+6
2017-10-21sssd: Add optional bindings for building sssd library that sudo can use to ↵Daniel Kuehn1-1/+4
fetch sudoers rules from SSSD
2017-02-10sssd: Cleanup a bitTuomas Tynkkynen1-7/+7
2017-01-09sssd: fixup build after bind output changes #21685Vladimír Čunát1-2/+2