* [PATCH] zabbix_agentd: Update to 7.0.29 (LTS)
@ 2026-07-30 22:00 Robin Roevens
2026-07-31 8:56 ` Robin Roevens
0 siblings, 1 reply; 2+ messages in thread
From: Robin Roevens @ 2026-07-30 22:00 UTC (permalink / raw)
To: development; +Cc: Robin Roevens
- 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 = d508b84185493ce830ff2990569407c4e6ff03437c406e15258c1641e21c4c3b5195ca329903c44b73ec4fec022bd31c6bdd3883caa824e577e5044c0a5e840a
+$(DL_FILE)_BLAKE2 = d013d271842464658bdb05f5d60ee591e60cfd7a9406c30f91ed96da8ec3a24c8f145154541190bf09d2819cba8c57cc7e264eb5148d257177f81d40b307cbb4
install : $(TARGET)
--
2.55.0
--
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] zabbix_agentd: Update to 7.0.29 (LTS)
2026-07-30 22:00 [PATCH] zabbix_agentd: Update to 7.0.29 (LTS) Robin Roevens
@ 2026-07-31 8:56 ` Robin Roevens
0 siblings, 0 replies; 2+ messages in thread
From: Robin Roevens @ 2026-07-31 8:56 UTC (permalink / raw)
To: development; +Cc: robin.roevens
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
>
--
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-31 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 22:00 [PATCH] zabbix_agentd: Update to 7.0.29 (LTS) Robin Roevens
2026-07-31 8:56 ` Robin Roevens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox