From 5eaff0b9c0017420a92042b785da228ebeaac1f8 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Wed, 25 Feb 2026 00:17:43 -0500 Subject: [PATCH] zabbix: bump version to 7.0.23 (LTS) Update version to 7.0.23 - latest LTS. Signed-off-by: Daniel F. Dickinson --- admin/zabbix/Makefile | 6 +++--- admin/zabbix/patches/010-change-agentd-config.patch | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index f0e4bbaf93..d0660f39c8 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -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 PKG_LICENSE:=AGPL-3.0-only diff --git a/admin/zabbix/patches/010-change-agentd-config.patch b/admin/zabbix/patches/010-change-agentd-config.patch index 9215ddc234..7450e81e62 100644 --- a/admin/zabbix/patches/010-change-agentd-config.patch +++ b/admin/zabbix/patches/010-change-agentd-config.patch @@ -56,7 +56,7 @@ Signed-off-by: Daniel F. Dickinson ##### 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 ### 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 ### 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 ####### 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