guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327].


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327].
Date: Thu, 16 Aug 2018 21:52:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e2749d7576bedb8c4a322a26c23bcc4f10cfbb61
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 17 03:38:26 2018 +0200

    gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327].
    
    * gnu/packages/ntp.scm (ntp): Update to 4.2.8p12.
---
 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 8fc0a1e..6227bca 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -40,7 +40,7 @@
 (define-public ntp
   (package
    (name "ntp")
-   (version "4.2.8p11")
+   (version "4.2.8p12")
    (source
      (origin
        (method url-fetch)
@@ -54,7 +54,7 @@
                     "/ntp-" version ".tar.gz")))
        (sha256
         (base32
-         "13i7rp1va29ffjdk08fvsfl6n47zzwsp147zhgb550k8agvkjjpi"))
+         "0m04ndn0674kcf9x0aggjya07a3hlig2nlzzpwk7vmqka0mj56vh"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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