Commit 3d87d858 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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
parent b4ea70f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];