diff options
author | Graham Christensen <graham@grahamc.com> | 2016-12-14 18:07:52 -0500 |
---|---|---|
committer | Graham Christensen <graham@grahamc.com> | 2016-12-15 17:17:58 -0500 |
commit | 8800ea7617ab3899b2ed74c8c96849de1f0cf711 (patch) | |
tree | a16b0dfb5bffd015de99d181e92710b1a45e5362 | |
parent | 503c57237fa68140059d99fe8f6f12a7efe522a5 (diff) |
zabbix22: 2.2.2 -> 2.2.16 for CVE-2016-4338 CVE-2016-9140
-rw-r--r-- | pkgs/servers/monitoring/zabbix/2.2.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/zabbix/2.2.nix b/pkgs/servers/monitoring/zabbix/2.2.nix index 10375b9b1c1de..6429d3fae53f5 100644 --- a/pkgs/servers/monitoring/zabbix/2.2.nix +++ b/pkgs/servers/monitoring/zabbix/2.2.nix @@ -10,12 +10,12 @@ assert enableJabber -> minmay != null; let - version = "2.2.2"; + version = "2.2.16"; branch = "2.2"; src = fetchurl { url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz"; - sha256 = "1gmjbjmajdllzd7akihb5kg4l2gf0ii9c16fq8mlla37sshzj3p0"; + sha256 = "0hc0y3p8p6pxri7w3n311ry3m5hb440kgwwkiqlihbhsq73xiz1w"; }; preConfigure = |