]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
zabbix_agentd: Update to 7.0.24 (LTS)
authorRobin Roevens <robin.roevens@disroot.org>
Wed, 25 Mar 2026 19:26:31 +0000 (20:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Mar 2026 09:39:43 +0000 (09:39 +0000)
- Update of rootfile not required

Bugs fixed:
- ZBX-26111 Fixed JSON output for vfs.dev.discovery DEVTYPE field
- ZBX-26500 Fixed system.users.num metric incorrect returned value
- ZBX-26383 Fixed inability to return "not supported" via user parameters

Full changelogs:
- https://www.zabbix.com/rn/rn7.0.22
- https://www.zabbix.com/rn/rn7.0.23
- https://www.zabbix.com/rn/rn7.0.24

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/zabbix_agentd

index be61ca02e655c5b20d63133859e10a2890588da9..124f60ac042f12015964dba961f7a9ba45b55945 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Zabbix Agent
 
-VER        = 7.0.21
+VER        = 7.0.24
 
 THISAPP    = zabbix-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = zabbix_agentd
-PAK_VER    = 20
+PAK_VER    = 21
 
 DEPS       = fping
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = afc14329a5e97db6aca7f6dbd27921d8e6c1812f0c64e1e811bf41dd3fffe88cd0facd8afa56f06061aea74476f429b81ac55cbe5d6e325925dc0f0f45c354d9
+$(DL_FILE)_BLAKE2 = d508b84185493ce830ff2990569407c4e6ff03437c406e15258c1641e21c4c3b5195ca329903c44b73ec4fec022bd31c6bdd3883caa824e577e5044c0a5e840a
 
 install : $(TARGET)