From 1d07e429d94b48bc4d97710307c07d9b7724d59b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 19 Oct 2024 17:21:16 +0900 Subject: gnu: ntp: Update to 4.2.8p18. * gnu/packages/ntp.scm (ntp): Update to 4.2.8p18. [inputs]: Replace openssl-1.1 with openssl. Change-Id: Ife0395b2e865093819807d4ebbb85abe8b9ea17c --- gnu/packages/ntp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index 8f18cd89ea..f7f76400a2 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -149,7 +149,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.") "sntp/libevent/build-aux"))))) (native-inputs (list which pkg-config)) (inputs - (cons* openssl-1.1 + (cons* openssl libevent ;; Build with POSIX capabilities support on GNU/Linux. This allows ;; 'ntpd' to run as non-root (when invoked with '-u'.) -- cgit v1.2.3