1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

samba4: security update, CVE-2014-8143

Note: samba4_light fails just as before.
CC maintainer @wkennington.
This commit is contained in:
Vladimír Čunát 2015-02-05 11:54:47 +01:00
parent a50e21dcc7
commit 100f4a4660

View file

@ -31,14 +31,14 @@
}:
stdenv.mkDerivation rec {
name = "samba-4.1.14";
name = "samba-4.1.16";
src = fetchurl {
urls = [
"http://samba.org/samba/ftp/stable/${name}.tar.gz"
"http://distfiles.exherbo.org/distfiles/${name}.tar.gz"
];
sha256 = "1ficvglapxcw4zrgwkmmjbprsqrxks3ii29nblsr4wlrram4p8ay";
sha256 = "0yx840qg5q6syq81439v3pbwawacm7nwnnvph85za9gsgcb9r80j";
};
patches = [ ./4.x-no-persistent-install.patch ];