Merge pull request #13919 from grahamc/samba

samba: 4.3.1 -> 4.3.6 for CVE-2015-7560 CVE-2016-0771
This commit is contained in:
Eelco Dolstra 2016-03-14 17:32:00 +01:00
commit 06bebedf66
3 changed files with 4 additions and 3 deletions

View file

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
description = "An international dictionary supporting fuzzy and glob style matching";
license = stdenv.lib.licenses.lgpl3;
maintainers = with stdenv.lib.maintainers; [qknight];
broken = true;
};
}

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "g-wrap-1.9.15";
src = fetchurl {
url = "mirror://savannah/g-wrap/${name}.tar.gz";
sha256 = "140fcvp24pqmfmiibhjxl3s75hj26ln7pkl2wxas84lnchbj9m4d";
sha256 = "0ak0bha37dfpj9kmyw1r8fj8nva639aw5xr66wr5gd3l1rqf5xhg";
};
# Note: Glib support is optional, but it's quite useful (e.g., it's

View file

@ -18,11 +18,11 @@
with lib;
stdenv.mkDerivation rec {
name = "samba-4.3.1";
name = "samba-4.3.6";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
sha256 = "10ic9pxsk3ml5ycmi0bql8wraxhbr2l4fhzd0qwmiqmrjl6sh24r";
sha256 = "0929fpk2pq4v389naai519xvsm9bzpar4jlgjxwlx1cnn6jyql9j";
};
patches =