# This is a "timer unit file" for the systemd init system to trigger # 'guix-gc.service' periodically. Drop it in /etc/systemd/system or similar # together with 'guix-gc.service' to set it up. [Unit] Description=Discard unused Guix store items [Timer] OnCalendar=weekly AccuracySec=1h Persistent=true RandomizedDelaySec=6000 [Install] WantedBy=timers.target ead>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gsasl.scm
AgeCommit message (Expand)Author
2020-04-30gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455]....Simon Josefsson
2020-01-23gnu: gsasl: Do not build 'libgsasl.a'....Marius Bakke
2020-01-23gnu: gsasl: Update to 1.8.1....Marius Bakke
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-26gnu: rmlint: Update to 2.9.0....Tobias Geerinckx-Rice
2019-05-14gnu: gsasl: Use the MIT Kerberos implementation instead of GSS....Marius Bakke