guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: chrony: Update to 3.5.1 [fixes CVE-2020-1436


From: guix-commits
Subject: branch master updated: gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].
Date: Thu, 20 Aug 2020 06:53:26 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ca5b48  gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].
2ca5b48 is described below

commit 2ca5b4858f52d15599b4b477a40579603a1b39f7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 12:51:34 2020 +0200

    gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].
    
    * gnu/packages/ntp.scm (chrony): Update to 3.5.1.
---
 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 82754cb..6b725c2 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -43,14 +43,14 @@
 (define-public chrony
   (package
     (name "chrony")
-    (version "3.5")
+    (version "3.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.tuxfamily.org/chrony/";
                            "chrony-" version ".tar.gz"))
        (sha256
-        (base32 "1d9r2dhslll4kzdmxrj0qfgwq1b30d4l3s5cwr8yr93029dpj0jf"))))
+        (base32 "19ywl8a3lb2id7lcna5hp2g4pjnfwdc9ihr0fk6i9m45vdq2za0v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)



reply via email to

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