[bug#78314] Update zabbix package to 7.2.6

Message ID 87ldr7nz7n.fsf@lapenas.dev
State New
Headers
Series [bug#78314] Update zabbix package to 7.2.6 |

Commit Message

Ignas Lapėnas May 8, 2025, 11:01 a.m. UTC
  License changed from version 7.0 to AGPLv3

More info:
https://www.zabbix.com/license

Change-Id: I8ee61fc84d430c33e3afab6c6974065ba1bd9222
---
 gnu/packages/monitoring.scm | 64 ++++++++++++++++++-------------------
 1 file changed, 31 insertions(+), 33 deletions(-)


base-commit: 0ae79a787f81e680e3983813c684a7d82dc213f3
  

Patch

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 1009c32783..68c1ad8225 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -177,7 +177,7 @@  (define-public nagios
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "6.0.14")
+    (version "7.2.6")
     (source
      (origin
        (method url-fetch)
@@ -185,7 +185,7 @@  (define-public zabbix-agentd
              "https://cdn.zabbix.com/zabbix/sources/stable/"
              (version-major+minor version) "/zabbix-" version ".tar.gz"))
        (sha256
-        (base32 "0n6fqa9vbhh2syxii7ds2x6dnplrgrj98by1zl0ij1wfbnbxa6k3"))
+        (base32 "0hch7dbgwis3yng8mz6axczpr1v3d5l8hpwlxjrw26yw17crq2g8"))
        (modules '((guix build utils)))
        (snippet
         '(substitute* '("src/zabbix_proxy/proxy.c"
@@ -210,7 +210,7 @@  (define-public zabbix-agentd
     (synopsis "Distributed monitoring solution (client-side agent)")
     (description "This package provides a distributed monitoring
 solution (client-side agent)")
-    (license license:gpl2+)
+    (license license:agpl3)
     (properties
      '((release-monitoring-url . "https://www.zabbix.com/download_sources")
        (upstream-name . "zabbix")))))