guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: zabbix-agentd: Update to 4.0.2.


From: guix-commits
Subject: 07/07: gnu: zabbix-agentd: Update to 4.0.2.
Date: Mon, 17 Dec 2018 14:17:56 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit f2f956010c64503daa18cf8138a3264212969c3d
Author: Oleg Pykhalov <address@hidden>
Date:   Fri Nov 30 20:27:23 2018 +0300

    gnu: zabbix-agentd: Update to 4.0.2.
    
    * gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.0.2.
---
 gnu/packages/monitoring.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 35fe4c76..4161354 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -151,7 +151,7 @@ etc. via a Web interface.  Features include:
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "3.4.11")
+    (version "4.0.2")
     (source
      (origin
        (method url-fetch)
@@ -160,7 +160,7 @@ etc. via a Web interface.  Features include:
              "/zabbix-" version ".tar.gz"))
        (sha256
         (base32
-         "0qxgf6hx7ibhjmxd2sxizkjc8df4c9d31wz5hhql409ws98qf173"))))
+         "033qb4b9y02jp2ijj8ny0a0yk1mzj0a8ihxrv11h7ln8kpl55vqw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -220,6 +220,8 @@ solution (client-side agent)")
                 (string-append "--with-gnutls="
                                (assoc-ref %build-inputs "gnutls"))
                 "--with-libcurl"
+                (string-append "--with-zlib="
+                               (assoc-ref %build-inputs "zlib"))
                 ,flags))))
     (inputs
      `(("curl" ,curl)



reply via email to

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