gnu: ntp: Update to 4.2.8p14 [fixes Sec 3610, Sec 3596, Sec 3592].
https://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities * gnu/packages/ntp.scm (ntp): Update to 4.2.8p14.
This commit is contained in:
parent
e4a9f135f7
commit
db34ab7350
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
(define-public ntp
|
(define-public ntp
|
||||||
(package
|
(package
|
||||||
(name "ntp")
|
(name "ntp")
|
||||||
(version "4.2.8p13")
|
(version "4.2.8p14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/ntp-" version ".tar.gz")))
|
"/ntp-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f1a4fya7v5s0426nim8ydvvlcashb8hicgs9xlm76ndrz7751r8"))
|
(base32 "1dsfbrad5adwjnm3k0y0ip8dzs7r2nmw66vjil8gvapnh7qf8q0r"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue