gnu: samba: Update to 4.18.1 [security fixes].
Fixes CVE-2023-0922 and CVE-2023-0614. * gnu/packages/samba.scm (samba): Update to 4.18.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
a8e17eb8e5
commit
ff8fd73927
1 changed files with 3 additions and 5 deletions
|
|
@ -333,16 +333,14 @@ Desktops into Active Directory environments using the winbind daemon.")
|
||||||
(define samba/security-fixes
|
(define samba/security-fixes
|
||||||
(package
|
(package
|
||||||
(inherit samba/pinned)
|
(inherit samba/pinned)
|
||||||
;; This is 4.15.13, but we need to trim the store file name to have
|
(version "4.18.1")
|
||||||
;; the same length as the one we are grafting above.
|
|
||||||
(version "4.15.A")
|
|
||||||
(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-4.15.13.tar.gz"))
|
"samba-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s29vzn5f42vjhx6h25c7v67n14ymqxn8glqa97d0rajd99y64n4"))))))
|
(base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))))
|
||||||
|
|
||||||
(define-public talloc
|
(define-public talloc
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
Reference in a new issue