3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: samba: Update to 4.3.8.

Fixes CVE-2015-5730, CVE-2016-2110, CVE-2016-2111, CVE-2016-2112,
CVE-2016-2113, CVE-2016-2114, CVE-2016-2115, CVE-2016-2118.

* gnu/packages/samba.scm (samba): Update to 4.3.8.
This commit is contained in:
Leo Famulari 2016-04-12 19:38:21 -04:00
parent ec8c7e4734
commit 645deac326

View file

@ -99,14 +99,14 @@ anywhere.")
(define-public samba
(package
(name "samba")
(version "4.3.6")
(version "4.3.8")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/samba/ftp/stable/samba-"
version ".tar.gz"))
(sha256
(base32
"0929fpk2pq4v389naai519xvsm9bzpar4jlgjxwlx1cnn6jyql9j"))))
"041b5frh4ikcka922aqhqjvlv4w2s7jycyykpvsknj0a79ncd79p"))))
(build-system gnu-build-system)
(arguments
'(#:phases