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 (define-public openntpd
(package (package
(name "openntpd") (name "openntpd")
(version "6.2p3") (version "6.8p1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz")) "mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv")))) "0ijsylc7a4jlpxsqa0jq1w1c7333id8pcakzl7a5749ria1xp0l5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags `( "--with-privsep-user=ntpd" '(#:configure-flags `( "--with-privsep-user=ntpd"