me
/
guix
Archived
1
0
Fork 0

gnu: samba: Update to 4.5.8.

This fixes a regression introduced by the security fixes for CVE-2017-2619.

* gnu/packages/samba.scm (samba): Update to 4.5.8.
master
Leo Famulari 2017-04-14 19:11:03 -04:00
parent 7736bae9b7
commit 9866cf1457
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -146,14 +146,14 @@ anywhere.")
(define-public samba
(package
(name "samba")
(version "4.5.7")
(version "4.5.8")
(source (origin
(method url-fetch)
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
(base32
"004lzl059bc2wvkmivxiy96y87l4ajjw16qvkqcdhf86z2dg0w5c"))))
"1w41pxszv5z6gjclg6zymn47mk8n51lnpgcx1k2q18i3i1nnafzn"))))
(build-system gnu-build-system)
(arguments
'(#:phases