zabbix_agentd: Update to 7.0.29 (LTS)

Message ID 20260730220008.708048-1-robin.roevens@disroot.org
State New
Headers
Series zabbix_agentd: Update to 7.0.29 (LTS) |

Commit Message

Robin Roevens 30 Jul 2026, 10 p.m. UTC
- Update of rootfile not required

Bugs fixed:
- ZBX-27495 Fixed excessive history upload delay for both Zabbix agents

Full changelogs:
- https://www.zabbix.com/rn/rn7.0.25
- https://www.zabbix.com/rn/rn7.0.26
- https://www.zabbix.com/rn/rn7.0.27
- https://www.zabbix.com/rn/rn7.0.28
- https://www.zabbix.com/rn/rn7.0.29

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
---
 lfs/zabbix_agentd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Robin Roevens 31 Jul 2026, 8:56 a.m. UTC | #1
For reference, source file for 7.0.29 is found here:
https://cdn.zabbix.com/zabbix/sources/stable/7.0/zabbix-7.0.29.tar.gz

Regards
Robin

Robin Roevens schreef op vr 31-07-2026 om 00:00 [+0200]:
> - Update of rootfile not required
> 
> Bugs fixed:
> - ZBX-27495 Fixed excessive history upload delay for both Zabbix
> agents
> 
> Full changelogs:
> - https://www.zabbix.com/rn/rn7.0.25
> - https://www.zabbix.com/rn/rn7.0.26
> - https://www.zabbix.com/rn/rn7.0.27
> - https://www.zabbix.com/rn/rn7.0.28
> - https://www.zabbix.com/rn/rn7.0.29
> 
> Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
> ---
>  lfs/zabbix_agentd | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd
> index cbf4b246c..199fb78db 100644
> --- a/lfs/zabbix_agentd
> +++ b/lfs/zabbix_agentd
> @@ -26,7 +26,7 @@ include Config
>  
>  SUMMARY    = Zabbix Agent
>  
> -VER        = 7.0.24
> +VER        = 7.0.29
>  
>  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    = 23
> +PAK_VER    = 24
>  
>  DEPS       = fping
>  
> @@ -48,7 +48,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 =
> d508b84185493ce830ff2990569407c4e6ff03437c406e15258c1641e21c4c3b5195c
> a329903c44b73ec4fec022bd31c6bdd3883caa824e577e5044c0a5e840a
> +$(DL_FILE)_BLAKE2 =
> d013d271842464658bdb05f5d60ee591e60cfd7a9406c30f91ed96da8ec3a24c8f145
> 154541190bf09d2819cba8c57cc7e264eb5148d257177f81d40b307cbb4
>  
>  install : $(TARGET)
>  
> -- 
> 2.55.0
>
  

Patch

diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd
index cbf4b246c..199fb78db 100644
--- a/lfs/zabbix_agentd
+++ b/lfs/zabbix_agentd
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = Zabbix Agent
 
-VER        = 7.0.24
+VER        = 7.0.29
 
 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    = 23
+PAK_VER    = 24
 
 DEPS       = fping
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = d508b84185493ce830ff2990569407c4e6ff03437c406e15258c1641e21c4c3b5195ca329903c44b73ec4fec022bd31c6bdd3883caa824e577e5044c0a5e840a
+$(DL_FILE)_BLAKE2 = d013d271842464658bdb05f5d60ee591e60cfd7a9406c30f91ed96da8ec3a24c8f145154541190bf09d2819cba8c57cc7e264eb5148d257177f81d40b307cbb4
 
 install : $(TARGET)