Archived
1
0
Fork 0

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

This fixes CVE-2021-44141, CVE-2021-44142, and CVE-2022-0336.

* gnu/packages/samba.scm (samba): Update to 4.15.5.
This commit is contained in:
Marius Bakke 2022-02-07 23:46:39 +01:00
parent 5cc9f84864
commit 03b8798df1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -183,14 +183,14 @@ external dependencies.")
(define-public samba (define-public samba
(package (package
(name "samba") (name "samba")
(version "4.15.3") (version "4.15.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.samba.org/pub/samba/stable/" (uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz")) "samba-" version ".tar.gz"))
(sha256 (sha256
(base32 "1nrp85aya0pbbqdqjaqcw82cnzzys16yls37hi2h6mci8d09k4si")))) (base32 "0zyid2np45kl8hzp9fjqwvn5lxj766a4f0mya58vldqrhcrmw4b9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list