GNU Guix consists of Scheme code that implements the deployment model of the Nix package management tool. In fact, it currently talks to a build daemon whose code comes from Nix (see the manual for details.) Nix was initially written by Eelco Dolstra; other people have been contributing to it. See `nix/AUTHORS' for details. The list of GNU Guix contributors is now generated from the output of 'git log' and written to this file, as can be seen in release tarballs. src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ntp.scm
AgeCommit message (Expand)Author
2019-03-18gnu: ntp: Update to 4.2.8p13....Tobias Geerinckx-Rice
2018-08-17gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327]....Tobias Geerinckx-Rice
2018-06-30gnu: tlsdate: Bump COMPILE_DATE....Tobias Geerinckx-Rice
2018-06-29gnu: tlsdate: Return #t from phases....Tobias Geerinckx-Rice
2018-04-11gnu: tlsdate: Fix compilation on aarch64-linux-gnu....Ludovic Courtès
2018-03-28gnu: ntp: Update to 4.2.8p11 [security-fixes]....Leo Famulari
2018-03-05services: Add openntpd service....Efraim Flashner