nagios: 4.2.3 -> 4.2.4 for CVE-2016-9566

This commit is contained in:
Graham Christensen 2016-12-20 08:36:57 -05:00
parent 72faac9d35
commit 2f17c3628e
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nagios-${version}";
version = "4.2.3";
version = "4.2.4";
src = fetchurl {
url = "mirror://sourceforge/nagios/nagios-4.x/${name}/${name}.tar.gz";
sha256 = "0p16sm5pkbzf4py30hwzm38194cl23wfzsvkhk4jkf3p1fq7xvl3";
sha256 = "0w0blbwiw0ps04b7gkyyk89qkgwsxh6gydhmggbm1kl3ar3mq1dh";
};
patches = [ ./nagios.patch ];