# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Publish the GNU Guix store" start on runlevel [2345] stop on runlevel [016] task exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/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