samba4: security update, CVE-2014-8143
Note: samba4_light fails just as before. CC maintainer @wkennington.
This commit is contained in:
parent
a50e21dcc7
commit
100f4a4660
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user