diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-04-02 23:50:31 +0200 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-04-04 01:58:26 +0200 |
commit | dda88cda120d75f7d139e54367c0d76e574091dc (patch) | |
tree | 91d4d6fecaed02972c39c3cf8cdd73859c6d9645 /gnu | |
parent | 3b6247ba6d531be61b85e8b0c02ff4d7118593f5 (diff) |
gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/monitoring.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 46e1903704..22b02a561b 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -160,7 +160,7 @@ etc. via a Web interface. Features include: (define-public zabbix-agentd (package (name "zabbix-agentd") - (version "5.2.5") + (version "5.2.6") (source (origin (method url-fetch) @@ -168,7 +168,7 @@ etc. via a Web interface. Features include: "https://cdn.zabbix.com/zabbix/sources/stable/" (version-major+minor version) "/zabbix-" version ".tar.gz")) (sha256 - (base32 "1iaby7rablakx91hajnkmjcc4zkvrq7xsvlhss3lw5drm12rf3ff")))) + (base32 "100n1rv7r4pqagxxifzpcza5bhrr2fklzx7gndxwiyq4597p1jvn")))) (build-system gnu-build-system) (arguments `(#:configure-flags |