guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ntp: Update to 4.2.8p7 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: ntp: Update to 4.2.8p7 [security fixes].
Date: Thu, 05 May 2016 20:05:20 +0000

lfam pushed a commit to branch master
in repository guix.

commit ddba00cdf06df0a4bf7067b5d76d143cb3b1c93d
Author: Leo Famulari <address@hidden>
Date:   Thu May 5 12:09:22 2016 -0400

    gnu: ntp: Update to 4.2.8p7 [security fixes].
    
    This fixes CVE-2015-7704 and CVE-2016-{1547,1548,1549,1551,2516,2517,
    2518,2519}.
    
    * gnu/packages/ntp.scm (ntp): Update to 4.2.8.p7.
---
 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 f38fa22..6dbb93f 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -38,7 +38,7 @@
 (define-public ntp
   (package
    (name "ntp")
-   (version "4.2.8p6")
+   (version "4.2.8p7")
    (source (origin
            (method url-fetch)
            (uri (string-append
@@ -47,7 +47,7 @@
                   "/ntp-" version ".tar.gz"))
            (sha256
             (base32
-              "0j509gd0snj8dq15rhfv2v4wisfaabya1gmgqslk1kisawf0wgaq"))
+              "1p100856h17nb0kpnppy70nja57hbcc95h7shhxvw6mhl030rll1"))
             (modules '((guix build utils)))
             (snippet
              '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]