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.8p6.


From: Leo Famulari
Subject: 01/01: gnu: ntp: Update to 4.2.8p6.
Date: Tue, 02 Feb 2016 08:15:24 +0000

lfam pushed a commit to branch master
in repository guix.

commit 0889321b5e0c45f587af8b94f8f8c6fb1b39f659
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 2 03:06:23 2016 -0500

    gnu: ntp: Update to 4.2.8p6.
    
    Fixes CVE-2015-{7973, 7974, 7975, 7976, 7977, 7978, 7979, 8138, 8158}.
    
    * gnu/packages/ntp.scm (ntp): Update to 4.2.8p6.
---
 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 4ed2e3c..f38fa22 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -38,7 +38,7 @@
 (define-public ntp
   (package
    (name "ntp")
-   (version "4.2.8p4")
+   (version "4.2.8p6")
    (source (origin
            (method url-fetch)
            (uri (string-append
@@ -47,7 +47,7 @@
                   "/ntp-" version ".tar.gz"))
            (sha256
             (base32
-             "1fgxbhv0wyiivi6kh5zpzrd0yqmc48z7d3zmjspw9lj84mbn2s8d"))
+              "0j509gd0snj8dq15rhfv2v4wisfaabya1gmgqslk1kisawf0wgaq"))
             (modules '((guix build utils)))
             (snippet
              '(begin



reply via email to

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