summary refs log tree commit diff
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-10-14 14:50:53 +0000
committerYaya <github@uwu.is>2023-10-21 18:54:51 +0200
commit3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5 (patch)
treecb643895820d5015215ac4d088b3d6570c15c77d
parent7e1ecbc27989eed033a37e6459d5859d8b763aca (diff)
downloadnixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.tar
nixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.tar.gz
nixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.tar.bz2
nixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.tar.lz
nixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.tar.xz
nixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.tar.zst
nixpkgs-3b9c240c73c0d23cc7d0cc6405a6eec1ed519ab5.zip
samba: 4.18.6 -> 4.19.1
https://lists.samba.org/archive/samba-announce/2023/000651.html

Fixes CVE-2023-3961
Fixes CVE-2023-4091
Fixes CVE-2023-4154
Fixes CVE-2023-42669
Fixes CVE-2023-42670
-rw-r--r--pkgs/servers/samba/4.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix
index ed8744ef3c6..4665402361d 100644
--- a/pkgs/servers/samba/4.x.nix
+++ b/pkgs/servers/samba/4.x.nix
@@ -51,11 +51,11 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "samba";
-  version = "4.18.6";
+  version = "4.19.1";
 
   src = fetchurl {
     url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
-    hash = "sha256-KEyKmUzpich81oCMOQ/LnQDDayGg3BqKdUdLZ8nnFec=";
+    hash = "sha256-zjt/DRi/kapf1kbouzhaOzU3W3A8blEjsCuFoavIGHk=";
   };
 
   outputs = [ "out" "dev" "man" ];