guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: Zabbix: Update to 5.4.10.


From: guix-commits
Subject: 04/08: gnu: Zabbix: Update to 5.4.10.
Date: Sun, 13 Feb 2022 07:35:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b1fb01e659d04bec54675616ed4b1502376cb6e7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 13 09:39:05 2022 +0100

    gnu: Zabbix: Update to 5.4.10.
    
    * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.10.
    [source](snippet): Simplify fping substitution.
---
 gnu/packages/monitoring.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 6647d3bbc3..8c4012f004 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -164,7 +164,7 @@ etc. via a Web interface.  Features include:
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "5.4.9")
+    (version "5.4.10")
     (source
      (origin
        (method url-fetch)
@@ -172,13 +172,13 @@ etc. via a Web interface.  Features include:
              "https://cdn.zabbix.com/zabbix/sources/stable/";
              (version-major+minor version) "/zabbix-" version ".tar.gz"))
        (sha256
-        (base32 "0hf9qygjy4vyknsin6qmgpna6z4c4mdrglifgkpxbs3nvwl6cs0r"))
+        (base32 "0xwqwmq811fgxl6j9a9527i55jcpq98gqvwcda8la9gj0rsiqas6"))
        (modules '((guix build utils)))
        (snippet
         '(substitute* '("src/zabbix_proxy/proxy.c"
                         "src/zabbix_server/server.c")
            ;; 'fping' must be setuid, so look for it in the usual location.
-           (("/usr/sbin/fping[[:digit:]]?")
+           (("/usr/sbin/fping6?")
             "/run/setuid-programs/fping")))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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