[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: ntp: Update to 4.2.8p14 [fixes Sec 3610, Sec 3596, Sec 3592]
From: |
guix-commits |
Subject: |
02/07: gnu: ntp: Update to 4.2.8p14 [fixes Sec 3610, Sec 3596, Sec 3592]. |
Date: |
Sat, 7 Mar 2020 10:05:36 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit db34ab735011b597d8e8cdfd40017b0957b128d8
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:55:34 2020 +0100
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.
---
gnu/packages/ntp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 0b75034..84790cf 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
- branch master updated (e7ba60d -> 322ea25), guix-commits, 2020/03/07
- 02/07: gnu: ntp: Update to 4.2.8p14 [fixes Sec 3610, Sec 3596, Sec 3592].,
guix-commits <=
- 01/07: gnu: ntp: Use HTTPS in metadata URIs, guix-commits, 2020/03/07
- 03/07: gnu: scm: Update to 5f3., guix-commits, 2020/03/07
- 06/07: gnu: s6-portable-utils: Update to 2.2.2.2., guix-commits, 2020/03/07
- 05/07: gnu: s6-networking: Update to 2.3.1.2., guix-commits, 2020/03/07
- 04/07: gnu: s6-linux-utils: Update to 2.5.1.2., guix-commits, 2020/03/07
- 07/07: gnu: s6-rc: Update to 0.5.1.2., guix-commits, 2020/03/07