guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].
Date: Sat, 03 Apr 2021 20:36:43 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dda88cd  gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].
dda88cd is described below

commit dda88cda120d75f7d139e54367c0d76e574091dc
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Apr 2 23:50:31 2021 +0200

    gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927].
    
    * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.6.
---
 gnu/packages/monitoring.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 46e1903..22b02a5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]