guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: openntpd: Enable use of TLS-based time constraints.


From: Leo Famulari
Subject: 01/01: gnu: openntpd: Enable use of TLS-based time constraints.
Date: Mon, 27 Nov 2017 13:29:38 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 080e023d45d4553ad419ee9f09088ad3a110a512
Author: Leo Famulari <address@hidden>
Date:   Mon Nov 27 13:28:53 2017 -0500

    gnu: openntpd: Enable use of TLS-based time constraints.
    
    * gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
---
 gnu/packages/ntp.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index b3b4453..d270f51 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -107,6 +107,8 @@ computers over a network.")
                (base32
                 "0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
     (build-system gnu-build-system)
+    (inputs
+     `(("libressl" ,libressl))) ; enable TLS time constraints. See 
ntpd.conf(5).
     (home-page "http://www.openntpd.org/";)
     (synopsis "NTP client and server by the OpenBSD Project")
     (description "OpenNTPD is the OpenBSD Project's implementation of a client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]