GNU bug report logs - #78314
[PATCH] Update zabbix package to 7.2.6

Previous Next

Package: guix-patches;

Reported by: Ignas Lapėnas <ignas <at> lapenas.dev>

Date: Thu, 8 May 2025 11:02:01 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ignas Lapėnas <ignas <at> lapenas.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update zabbix package to 7.2.6
Date: Thu, 08 May 2025 14:01:16 +0300
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(-)

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")))))

base-commit: 0ae79a787f81e680e3983813c684a7d82dc213f3
-- 
2.49.0




This bug report was last modified 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.