me
/
guix
Archived
1
0
Fork 0

gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].

* gnu/packages/ntp.scm (chrony): Update to 3.5.1.
master
Tobias Geerinckx-Rice 2020-08-20 12:51:34 +02:00
parent 3c8ab1f3bf
commit 2ca5b4858f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)