gnu: openntpd: Update to 6.8p1.

* gnu/packages/ntp.scm (openntpd): Update to 6.8p1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-12 23:32:34 +01:00
parent 593b3a9da6
commit 9faee1e645
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -166,14 +166,14 @@ (define-public ntp
(define-public openntpd
(package
(name "openntpd")
(version "6.2p3")
(version "6.8p1")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz"))
(sha256
(base32
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
"0ijsylc7a4jlpxsqa0jq1w1c7333id8pcakzl7a5749ria1xp0l5"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags `( "--with-privsep-user=ntpd"