zabbix: bump version to 7.0.23 (LTS)
authorDaniel F. Dickinson <redacted>
Wed, 25 Feb 2026 05:17:43 +0000 (00:17 -0500)
committerHannu Nyman <redacted>
Wed, 4 Mar 2026 18:27:09 +0000 (20:27 +0200)
Update version to 7.0.23 - latest LTS.

Signed-off-by: Daniel F. Dickinson <redacted>
admin/zabbix/Makefile
admin/zabbix/patches/010-change-agentd-config.patch

index f0e4bbaf9364cd1f1397ab5ffbfd65accb16fa24..d0660f39c8d7fb1487cbdc5c157c72d3a0fcdabe 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zabbix
-PKG_VERSION:=7.0.22
-PKG_RELEASE:=7
+PKG_VERSION:=7.0.23
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(PKG_VERSION))/ \
        https://cdn.zabbix.com/zabbix/sources/oldstable/$(basename $(PKG_VERSION))/
-PKG_HASH:=7a74794b2124607d8036be36cc104da056a2fb653811c84acbe29f3f6d97860a
+PKG_HASH:=43ea5fcb1e5db25e74bdc83ea8936d79b8093b614af4e889417485bc74f061e2
 
 PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
 PKG_LICENSE:=AGPL-3.0-only
index 9215ddc23448df04f5beeccb6abce55746a360a8..7450e81e623261ff96757c386fdd300a79253e8b 100644 (file)
@@ -56,7 +56,7 @@ Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
  
  ##### Active checks related
  
-@@ -164,8 +162,6 @@ Server=127.0.0.1
+@@ -166,8 +164,6 @@ Server=127.0.0.1
  # Default:
  # ServerActive=
  
@@ -65,7 +65,7 @@ Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
  ### Option: Hostname
  #     List of comma delimited unique, case sensitive hostnames.
  #     Required for active checks and must match hostnames as configured on the server.
-@@ -175,8 +171,6 @@ ServerActive=127.0.0.1
+@@ -177,8 +173,6 @@ ServerActive=127.0.0.1
  # Default:
  # Hostname=
  
@@ -74,7 +74,7 @@ Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
  ### Option: HostnameItem
  #     Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
  #     Does not support UserParameters or aliases.
-@@ -315,7 +309,7 @@ Hostname=Zabbix server
+@@ -317,7 +311,7 @@ Hostname=Zabbix server
  #
  # Mandatory: no
  # Default:
@@ -83,7 +83,7 @@ Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
  
  ####### USER-DEFINED MONITORED PARAMETERS #######
  
-@@ -545,5 +539,5 @@ Hostname=Zabbix server
+@@ -547,5 +541,5 @@ Hostname=Zabbix server
  # Include=
  
  # Include=/usr/local/etc/zabbix_agentd.userparams.conf
git clone https://git.99rst.org/PROJECT