about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-08-15 23:33:55 +0200
committerAndreas Rammhold <andreas@rammhold.de>2018-08-15 23:39:16 +0200
commit67ea2c0ffe9a39111b780ce2995eb46c68d26cce (patch)
tree8653a7cea0913aedf55052007ece58e5184b0c97 /pkgs/servers
parentd2b08c432cc9ec35691ab27085dfc7c6f404448b (diff)
downloadnixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.tar
nixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.tar.gz
nixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.tar.bz2
nixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.tar.lz
nixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.tar.xz
nixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.tar.zst
nixlib-67ea2c0ffe9a39111b780ce2995eb46c68d26cce.zip
samba: 4.7.6 -> 4.7.9
Version 4.7.9 is a security release. The versions 4.7.7 & 4.7.8 contain
numerous bug fixes.

This fixes a couple of security related issues:
 - https://www.samba.org/samba/security/CVE-2018-10858.html
 - https://www.samba.org/samba/security/CVE-2018-10918.html
 - https://www.samba.org/samba/security/CVE-2018-10919.html
 - https://www.samba.org/samba/security/CVE-2018-1139.html

Changelogs for the version upgrades can be found below.

 - https://www.samba.org/samba/history/samba-4.7.7.html
 - https://www.samba.org/samba/history/samba-4.7.8.html
 - https://www.samba.org/samba/history/samba-4.7.9.html
Diffstat (limited to 'pkgs/servers')
-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 eec80cb66bcc..385674c12a86 100644
--- a/pkgs/servers/samba/4.x.nix
+++ b/pkgs/servers/samba/4.x.nix
@@ -22,11 +22,11 @@ with lib;
 
 stdenv.mkDerivation rec {
   name = "samba-${version}";
-  version = "4.7.6";
+  version = "4.7.9";
 
   src = fetchurl {
     url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
-    sha256 = "0vkxqp3wh7bpn1fd45lznmrpn2ma1fq75yq28vi08rggr07y7v8y";
+    sha256 = "1v0pd2k4rfdzcqbzb3g5gjiy8rwqamppwzwy5swz4x5rxyr5567c";
   };
 
   outputs = [ "out" "dev" "man" ];