aboutsummaryrefslogtreecommitdiff

log/gnu/packages/sssd.scm?id=d8d4b585e7aece4d65fb4350e71d5a3dc43352b7'>sssd.scm
AgeCommit message (Expand)Author
2022-10-16gnu: adcli: Update to 0.9.2....* gnu/packages/sssd.scm (adcli): Update to 0.9.2. Tobias Geerinckx-Rice
2022-10-06gnu: sssd: Update to 2.7.4....* gnu/packages/sssd.scm (sssd): Update to 2.7.4. * gnu/packages/patches/sssd-optional-systemd.patch: Update patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2022-07-08gnu: sssd: Update to 2.7.3....* gnu/packages/sssd.scm (sssd): Update to 2.7.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2022-05-29gnu: ding-libs: Omit static library....* gnu/packages/sssd.scm (ding-libs)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2022-05-29gnu: ding-libs: Update to 0.6.2....* gnu/packages/sssd.scm (ding-libs): Update to 0.6.2. [native-inputs]: Add gettext-minimal. Tobias Geerinckx-Rice
2022-05-29gnu: ding-libs: Build from Git....* gnu/packages/sssd.scm (ding-libs)[source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Tobias Geerinckx-Rice
2022-05-24gnu: sssd: Update to 2.7.0....Add support for renewing AD membership with adcli. Wrap binaries with LDB_MODULES_PATH. Fix the sss_analyze utility to run without systemd libraries. Add native inputs to generate man pages and run additional tests during build. * gnu/packages/sssd.scm (sssd): Update to 2.7.0. [patches]: Drop patches applied upstream. Add a patch for sss_analyze. [inputs]: Add adcli, bash-minimal, jose, keyutils, libnl, pcre2, python. Drop augeas, pcre. [native-inputs]: Add cmocka, doxygen, gettext-minimal, libfaketime, libtool, openssh, po4a, softhsm. [arguments]: Rewrite in gexp style. Fix configure checks. Remove static library from install. Wrap binaries to set correct paths. * gnu/packages/patches/sssd-collision-with-external-nss-symbol.patch, gnu/packages/patches/sssd-fix-samba-4.15.3.patch, gnu/packages/patches/sssd-fix-samba.patch: Delete files. * gnu/packages/patches/sssd-optional-systemd.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2022-01-22gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH....This commit follows a7fb50b577760e8409f40c7038a7c9a53ba98db6. * gnu/packages/sssd.scm [arguments]: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH in add-config-in phase. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Remco van 't Veer
2022-01-22gnu: sssd: Fix build with samba-4.15.3....* gnu/packages/patches/sssd-fix-samba-4.15.3.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this. * gnu/packages/sssd.scm [source]: Add this. [native-inputs]: Add AUTOCONF. [arguments]: Add add-config-in phase. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Remco van 't Veer