From 8830690924d800e3bef08870e3d9f2dc773721ac Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 14 May 2020 12:14:28 +0200 Subject: [PATCH] samba: 4.11.5 -> 4.11.9 Release notes: * https://www.samba.org/samba/history/samba-4.11.6.html * https://www.samba.org/samba/history/samba-4.11.7.html * https://www.samba.org/samba/history/samba-4.11.8.html * https://www.samba.org/samba/history/samba-4.11.9.html The 4.11.8 release fixes: * https://nvd.nist.gov/vuln/detail/CVE-2020-10700 * https://nvd.nist.gov/vuln/detail/CVE-2020-10704 --- 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 27139ed846c1..77004870c825 100644 --- a/pkgs/servers/samba/4.x.nix +++ b/pkgs/servers/samba/4.x.nix @@ -20,11 +20,11 @@ with lib; stdenv.mkDerivation rec { pname = "samba"; - version = "4.11.5"; + version = "4.11.9"; src = fetchurl { url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz"; - sha256 = "0gyr773dl0krcra6pvyp8i9adj3r16ihrrm2b71c0974cbzrkqpk"; + sha256 = "1k4dxjspl0xgabdl3nb3wyz714l3df89dj04bf1siwzk9hsyz35d"; }; outputs = [ "out" "dev" "man" ];