samba: 4.6.7 -> 4.6.8 for multiple CVEs

Fixes CVE-2017-12150, CVE-2017-12151, CVE-2017-12163.
This commit is contained in:
Franz Pletz 2017-09-28 13:37:14 +02:00
parent 8a5b8aeaf5
commit 15a6c2c4fc
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -19,11 +19,11 @@ with lib;
stdenv.mkDerivation rec {
name = "samba-${version}";
version = "4.6.7";
version = "4.6.8";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
sha256 = "1ynxndfk45zkkylz3jsrx42a7kmm42jddk5bdhihyf88vs9l7wly";
sha256 = "0pap686cl0j5c9v1v09krpqdk416x3851fbcap5ysp1zajrfw7aq";
};
outputs = [ "out" "dev" "man" ];