diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-22 01:33:13 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-22 01:41:41 -0400 |
commit | 22f25392cf7afbefcfb13824a28f4f8722892481 (patch) | |
tree | 85550ca275420e32f32a0ceb96331884413cdc81 /gnu/packages/ntp.scm | |
parent | 8e7189634077367d6c7dae84b713fcd7f53fd328 (diff) | |
download | patches-22f25392cf7afbefcfb13824a28f4f8722892481.tar patches-22f25392cf7afbefcfb13824a28f4f8722892481.tar.gz |
gnu: ntp: Update to 4.2.8p10 [security fixes].
Fixes CVE-2016-9042 and CVE-2017-{6451,6452,6455,6458,6459,6460,6462,6463,6464}
and others. See 'NEWS' in the source code for more information.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p10.
Diffstat (limited to 'gnu/packages/ntp.scm')
-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 13781fbdad..00526f526f 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -39,7 +39,7 @@ (define-public ntp (package (name "ntp") - (version "4.2.8p9") + (version "4.2.8p10") (source (origin (method url-fetch) @@ -53,7 +53,7 @@ "/ntp-" version ".tar.gz"))) (sha256 (base32 - "0whbyf82lrczbri4adbsa4hg1ppfa6c7qcj7nhjwdfp1g1vjh95p")) + "17xrk7gxrl3hgg0i73n8qm53knyh01lf0f3l1zx9x6r1cip3dlnx")) (modules '((guix build utils))) (snippet '(begin |