diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 15:55:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 16:04:20 +0100 |
commit | db34ab735011b597d8e8cdfd40017b0957b128d8 (patch) | |
tree | 839fdc18a72d9f7ce2ee7fb2708de7710773ab87 | |
parent | e4a9f135f7b06dd154059d8a170e92797187f0c4 (diff) | |
download | patches-db34ab735011b597d8e8cdfd40017b0957b128d8.tar patches-db34ab735011b597d8e8cdfd40017b0957b128d8.tar.gz |
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.
-rw-r--r-- | gnu/packages/ntp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index 0b750347de..84790cf112 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -41,7 +41,7 @@ (define-public ntp (package (name "ntp") - (version "4.2.8p13") + (version "4.2.8p14") (source (origin (method url-fetch) @@ -54,7 +54,7 @@ (version-major+minor version) "/ntp-" version ".tar.gz"))) (sha256 - (base32 "0f1a4fya7v5s0426nim8ydvvlcashb8hicgs9xlm76ndrz7751r8")) + (base32 "1dsfbrad5adwjnm3k0y0ip8dzs7r2nmw66vjil8gvapnh7qf8q0r")) (modules '((guix build utils))) (snippet '(begin |