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
This commit is contained in:
Maxim Cournoyer 2024-10-19 17:21:16 +09:00
parent 48097f5119
commit 1d07e429d9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -149,7 +149,7 @@ (define-public ntp
"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'.)