diff options
author | Leo Famulari <leo@famulari.name> | 2018-03-28 14:27:27 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-03-28 14:59:47 -0400 |
commit | 935806b822d898737f80d73cc615fba85bf8b0a7 (patch) | |
tree | bd1297c147bf081e2f0a2889254a8fcdeed088f9 /gnu | |
parent | 590bdc149b28e03cfd1668e8026919e89e61f00f (diff) | |
download | patches-935806b822d898737f80d73cc615fba85bf8b0a7.tar patches-935806b822d898737f80d73cc615fba85bf8b0a7.tar.gz |
gnu: ntp: Update to 4.2.8p11 [security-fixes].
Fixes CVE-2016-1549 and CVE-2018-{7170,7182,7183,7184,7185}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p11.
Diffstat (limited to 'gnu')
-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 1c3b8cd313..28aabab740 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -39,7 +39,7 @@ (define-public ntp (package (name "ntp") - (version "4.2.8p10") + (version "4.2.8p11") (source (origin (method url-fetch) @@ -53,7 +53,7 @@ "/ntp-" version ".tar.gz"))) (sha256 (base32 - "17xrk7gxrl3hgg0i73n8qm53knyh01lf0f3l1zx9x6r1cip3dlnx")) + "13i7rp1va29ffjdk08fvsfl6n47zzwsp147zhgb550k8agvkjjpi")) (modules '((guix build utils))) (snippet '(begin |