gnu: samba: Update to 4.10.2 [security fixes].

This release fixes CVE-2019-3870 and CVE-2019-3880.

* gnu/packages/samba.scm (samba): Update to 4.10.2.
This commit is contained in:
Marius Bakke 2019-04-09 19:48:22 +02:00
parent 46d072f02a
commit 012492aab9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -152,14 +152,14 @@ (define (install dir)
(define-public samba
(package
(name "samba")
(version "4.10.1")
(version "4.10.2")
(source (origin
(method url-fetch)
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
(base32
"0kf5v65xgz7z18ggj1k46yy5g5dy76k7ni04s79kalzqqs25scd7"))))
"112yizx9cpjhi8c7mh9znqg0c9dkj3383hwr8dhgpykl3g2zv347"))))
(build-system gnu-build-system)
(arguments
`(#:phases