zabbix: Update from 2.2.1 to 2.2.2

Potentially fixes CVE-2012-0031, CVE-2012-0053, CVE-2012-0883,
CVE-2012-2687, CVE-2012-3499, CVE-2012-4558, CVE-2013-1862,
CVE-2013-1896, CVE-2013-2249, CVE-2013-1034, CVE-2013-5143.
This commit is contained in:
Eelco Dolstra 2014-02-13 18:31:37 +01:00
parent 5dfff3a970
commit 2ea4ec798b
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ assert enableJabber -> minmay != null;
let let
version = "2.2.1"; version = "2.2.2";
branch = "2.2"; branch = "2.2";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz"; url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
sha256 = "1yy7jbbnpr7qkvzqcspybdkmaz50v2hsa9kvg4lzjysjzg7f9j99"; sha256 = "1gmjbjmajdllzd7akihb5kg4l2gf0ii9c16fq8mlla37sshzj3p0";
}; };
preConfigure = preConfigure =