From 97d31d0eb14dcd8fc5c38a50d2af6232e8bacbf1 Mon Sep 17 00:00:00 2001 From: Bart Oostveen Date: Wed, 29 Jul 2026 15:15:22 +0200 Subject: [PATCH] samba: 4.23.8 -> 4.23.10 Changelog: https://www.samba.org/samba/history/samba-4.23.9.html, https://www.samba.org/samba/history/samba-4.23.10.html Fixes: CVE-2026-6949, CVE-2026-58216, CVE-2026-58218, CVE-2026-58221, CVE-2026-58222, CVE-2026-58224 See also: https://www.openwall.com/lists/oss-security/2026/07/29/2 (cherry picked from commit bc93deee131821a9782225f4739484ff13af9aa3) --- pkgs/servers/samba/4.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix index 5ca73ec6c351..0501e150e708 100644 --- a/pkgs/servers/samba/4.x.nix +++ b/pkgs/servers/samba/4.x.nix @@ -81,11 +81,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "samba"; - version = "4.23.8"; + version = "4.23.10"; src = fetchurl { url = "https://download.samba.org/pub/samba/stable/samba-${finalAttrs.version}.tar.gz"; - hash = "sha256-l2EphHRW3Ft4wA+P+3ncYFxJ1qrKiyqncv0i27afrgE="; + hash = "sha256-50s/SV1+SOZxC1Aas4HIDd88uZxmBHMtNgQCZdnK9FI="; }; outputs = [