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:
John Kehayias 2023-04-17 00:11:33 -04:00 committed by Maxim Cournoyer
parent 2d33e6d6e8
commit 9c15743c4a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -295,8 +295,7 @@ (define-public samba/pinned
(define-public samba
(package
(inherit samba/pinned)
(name "samba")
(version "4.17.0")
(version "4.18.1")
(source
;; For updaters: the current PGP fingerprint is
;; 81F5E2832BD2545A1897B713AA99442FB680B620.
@ -305,7 +304,7 @@ (define-public samba
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
(base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
(base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))
(properties (alist-delete 'hidden? (package-properties samba/pinned)))))
(define-public talloc