mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "samba-4.1.14";
|
name = "samba-4.1.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"http://samba.org/samba/ftp/stable/${name}.tar.gz"
|
"http://samba.org/samba/ftp/stable/${name}.tar.gz"
|
||||||
"http://distfiles.exherbo.org/distfiles/${name}.tar.gz"
|
"http://distfiles.exherbo.org/distfiles/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "1ficvglapxcw4zrgwkmmjbprsqrxks3ii29nblsr4wlrram4p8ay";
|
sha256 = "0yx840qg5q6syq81439v3pbwawacm7nwnnvph85za9gsgcb9r80j";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./4.x-no-persistent-install.patch ];
|
patches = [ ./4.x-no-persistent-install.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user