/gnu/

lect>
path: root/gnu/packages/ntp.scm
AgeCommit message (Expand)Author
2022-02-07gnu: openntpd: Add release-monitoring-url....* gnu/packages/ntp.scm (openntpd)[properties]: New field. Efraim Flashner
2021-12-16gnu: chrony: Update to 4.2....* gnu/packages/ntp.scm (chrony): Update to 4.2. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-07-27gnu: Remove tlsdate....As discussed in <https://bugs.gnu.org/46602>, tlsdate does not support a current release of OpenSSL. * gnu/packages/ntp.scm (tlsdate): Remove variable. Leo Famulari
2021-06-17gnu: openntpd: Get libressl version from the inputs....* gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from the package inputs. Brice Waegeneire
2021-06-17gnu: libressl: Remove search paths....Unlike OpenSSL, LibreSSL hardcode it's certificate bundle and doesn't allow to specify it through a environment variable. * gnu/packages/tls.scm (libressl)[configure-flags]: Specify OpenSSL configuration directory. [native-search-paths]: Remove it. * gnu/packages/ntp.scm (openntpd)[configure-flags]: Adjust CAcert location. Brice Waegeneire