mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
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
2d33e6d6e8
commit
9c15743c4a
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue