[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ntp: Update to 4.2.8p15 [security fixes].
From: |
guix-commits |
Subject: |
branch master updated: gnu: ntp: Update to 4.2.8p15 [security fixes]. |
Date: |
Sat, 11 Jul 2020 17:00:25 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bc332f0 gnu: ntp: Update to 4.2.8p15 [security fixes].
bc332f0 is described below
commit bc332f07173a277cdad17b30021dad0299a858f3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 11 22:57:52 2020 +0200
gnu: ntp: Update to 4.2.8p15 [security fixes].
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15.
[source]: Swap order of URIs.
---
gnu/packages/ntp.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index e37bf30..82754cb 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -107,20 +107,20 @@ time-stamping or reference clock, sub-microsecond
accuracy is possible.")
(define-public ntp
(package
(name "ntp")
- (version "4.2.8p14")
+ (version "4.2.8p15")
(source
(origin
(method url-fetch)
(uri (list (string-append
- "http://archive.ntp.org/ntp4/ntp-"
- (version-major+minor version)
- "/ntp-" version ".tar.gz")
+ "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-"
+ (version-major+minor version)
+ "/ntp-" version ".tar.gz")
(string-append
- "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-"
- (version-major+minor version)
- "/ntp-" version ".tar.gz")))
+ "http://archive.ntp.org/ntp4/ntp-"
+ (version-major+minor version)
+ "/ntp-" version ".tar.gz")))
(sha256
- (base32 "1dsfbrad5adwjnm3k0y0ip8dzs7r2nmw66vjil8gvapnh7qf8q0r"))
+ (base32 "06cwhimm71safmwvp6nhxp6hvxsg62whnbgbgiflsqb8mgg40n7n"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ntp: Update to 4.2.8p15 [security fixes].,
guix-commits <=