mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
samba: 4.17.5 -> 4.17.7
Fixes CVE-2023-0225, CVE-2023-0922 and CVE-2023-0614. Release notes: https://www.samba.org/samba/history/samba-4.17.7.html https://www.samba.org/samba/history/samba-4.17.6.html
This commit is contained in:
parent
b4ea70f759
commit
3d87d858cb
@ -51,11 +51,11 @@ with lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "samba";
|
||||
version = "4.17.5";
|
||||
version = "4.17.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-67eIDUdP/AnXO1/He8vWV/YjWRAzczGpwk1/acoRRCs=";
|
||||
hash = "sha256-lcnBa2VKiM+u/ZWAUt1XPi+F7N8RTk7Owxh1N6CU2Rk=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user