Age | Commit message (Expand) | Author |
2022-07-08 | gnu: 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-29 | gnu: ding-libs: Omit static library....* gnu/packages/sssd.scm (ding-libs)[arguments]:
Add "--disable-static" to #:configure-flags.
| Tobias Geerinckx-Rice |
2022-05-29 | gnu: 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-29 | gnu: 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-24 | gnu: 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-22 | gnu: 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-22 | gnu: 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 |