diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-04-17 00:11:33 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:24:28 -0400 |
commit | 9c15743c4a389aa8765db864cd8398003b093e6a (patch) | |
tree | 20c98bab42901bb8b529ebaa4092c59f39156f2f /gnu | |
parent | 2d33e6d6e88110594d9b212a4c9ddc576fa238ed (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/samba.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 8b3e96e9c2..9b0a2f0ec5 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -295,8 +295,7 @@ Desktops into Active Directory environments using the winbind daemon.") (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 @@ Desktops into Active Directory environments using the winbind daemon.") (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 |