[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: zabbix: Update to 6.0.8.
From: |
guix-commits |
Subject: |
01/11: gnu: zabbix: Update to 6.0.8. |
Date: |
Wed, 7 Sep 2022 11:42:49 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 379e66b64be3f45f30fab0b8798dfbde16e434f4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 11:46:31 2022 +0200
gnu: zabbix: Update to 6.0.8.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.8.
[native-inputs]: Add PKG-CONFIG.
---
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 c14d62c312..47845700ee 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -167,7 +167,7 @@ etc. via a Web interface. Features include:
(define-public zabbix-agentd
(package
(name "zabbix-agentd")
- (version "6.0.5")
+ (version "6.0.8")
(source
(origin
(method url-fetch)
@@ -175,7 +175,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 "1hmx6dgsag84dpv867p12bkln141nypgkp6zhipxbnn5xxip1sry"))
+ (base32 "0ijf5d0kl2wb6amlz3bqfh7xg4wy00n1prislhszclj01sn0gy1g"))
(modules '((guix build utils)))
(snippet
'(substitute* '("src/zabbix_proxy/proxy.c"
@@ -187,6 +187,8 @@ etc. via a Web interface. Features include:
(arguments
'(#:configure-flags
'("--enable-agent" "--enable-ipv6" "--with-libpcre2")))
+ (native-inputs
+ (list pkg-config))
(inputs
(list pcre2))
(home-page "https://www.zabbix.com/")
- branch master updated (2183db8d2a -> 453e7dd8c4), guix-commits, 2022/09/07
- 02/11: gnu: python-et-xmlfile: Update to 1.1.0., guix-commits, 2022/09/07
- 01/11: gnu: zabbix: Update to 6.0.8.,
guix-commits <=
- 04/11: gnu: python-xlsxwriter: Update to 3.0.3., guix-commits, 2022/09/07
- 08/11: gnu: python-fs: Update to 2.4.16., guix-commits, 2022/09/07
- 03/11: gnu: python-jdcal: Update to 1.4.1., guix-commits, 2022/09/07
- 05/11: gnu: python-cairocffi: Update to 1.3.0., guix-commits, 2022/09/07
- 09/11: gnu: python-cfgv: Update to 3.3.1., guix-commits, 2022/09/07
- 06/11: gnu: python-pytest-regressions: Update to 2.3.1., guix-commits, 2022/09/07
- 07/11: gnu: python-zopfli: Update to 0.2.1., guix-commits, 2022/09/07
- 11/11: gnu: tombo: Disable tests., guix-commits, 2022/09/07
- 10/11: gnu: guix-jupyter: Disable parallel tests., guix-commits, 2022/09/07