gnu: ntp: Update to 4.2.8p15 [security fixes].
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15. [source]: Swap order of URIs.master
parent
183f069858
commit
bc332f0717
|
@ -107,20 +107,20 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.")
|
||||||
(define-public ntp
|
(define-public ntp
|
||||||
(package
|
(package
|
||||||
(name "ntp")
|
(name "ntp")
|
||||||
(version "4.2.8p14")
|
(version "4.2.8p15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append
|
||||||
"http://archive.ntp.org/ntp4/ntp-"
|
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-"
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/ntp-" version ".tar.gz")
|
"/ntp-" version ".tar.gz")
|
||||||
(string-append
|
(string-append
|
||||||
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-"
|
"http://archive.ntp.org/ntp4/ntp-"
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/ntp-" version ".tar.gz")))
|
"/ntp-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dsfbrad5adwjnm3k0y0ip8dzs7r2nmw66vjil8gvapnh7qf8q0r"))
|
(base32 "06cwhimm71safmwvp6nhxp6hvxsg62whnbgbgiflsqb8mgg40n7n"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue