mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
samba: 4.3.1 -> 4.3.6 for CVE-2015-7560 CVE-2016-0771
This commit is contained in:
parent
87189b06ec
commit
fb0fcdddd5
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user