samba: Update to 3.6.22

CVE-2012-6150, CVE-2013-4408.
This commit is contained in:
Eelco Dolstra 2014-01-06 17:48:39 +01:00
parent 72feb8e011
commit 9d3d42406b

View File

@ -18,11 +18,11 @@
assert useKerberos -> kerberos != null;
stdenv.mkDerivation rec {
name = "samba-3.6.20";
name = "samba-3.6.22";
src = fetchurl {
url = "http://us3.samba.org/samba/ftp/stable/${name}.tar.gz";
sha256 = "03rs02743slfbfws9rl053z5m520rbd31z9qr76r1j06bjkdmdaz";
sha256 = "1sny3irf1p4fjli5qa29swr3l217grg90cva35rmay48fw7g5g9h";
};
buildInputs = [ readline pam openldap popt iniparser libunwind fam acl cups ]