From e72ebf2d617399be82f58079db1c4faaed1ec140 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 2 Jun 2026 11:10:55 +0000 Subject: [PATCH] update to 7.0.27; from Mark Patruck --- net/zabbix/Makefile | 2 +- net/zabbix/distinfo | 4 ++-- .../patch-include_zbx_dbversion_constants_h | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 net/zabbix/patches/patch-include_zbx_dbversion_constants_h diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index 173a1add1ee..24325c4c919 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/Makefile @@ -3,7 +3,7 @@ COMMENT-server = network and application monitoring - server COMMENT-proxy = network and application monitoring - proxy COMMENT-web = network and application monitoring - web frontend -VERSION = 7.0.26 +VERSION = 7.0.27 DISTNAME = zabbix-${VERSION} FULLPKGNAME-main = zabbix-agent-${VERSION} FULLPKGPATH-main = net/zabbix,-main diff --git a/net/zabbix/distinfo b/net/zabbix/distinfo index 2744ce9eb33..377b0026d2d 100644 --- a/net/zabbix/distinfo +++ b/net/zabbix/distinfo @@ -1,2 +1,2 @@ -SHA256 (zabbix-7.0.26.tar.gz) = PCepe1LHXi7M+kPexeP9fVKHb1/dlBcklbAl7J8qE6g= -SIZE (zabbix-7.0.26.tar.gz) = 46875037 +SHA256 (zabbix-7.0.27.tar.gz) = FeTCM+Zch5IoJNAautYk80Eou7SvAhp1446Jto4T6FE= +SIZE (zabbix-7.0.27.tar.gz) = 46883404 diff --git a/net/zabbix/patches/patch-include_zbx_dbversion_constants_h b/net/zabbix/patches/patch-include_zbx_dbversion_constants_h new file mode 100644 index 00000000000..579644fc4c6 --- /dev/null +++ b/net/zabbix/patches/patch-include_zbx_dbversion_constants_h @@ -0,0 +1,14 @@ +Index: include/zbx_dbversion_constants.h +--- include/zbx_dbversion_constants.h.orig ++++ include/zbx_dbversion_constants.h +@@ -58,8 +58,8 @@ + #define ZBX_TIMESCALE_MIN_VERSION_STR "2.0.1" + #define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION 21300 + #define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION_STR "2.13.0" +-#define ZBX_TIMESCALE_MAX_VERSION 22699 +-#define ZBX_TIMESCALE_MAX_VERSION_STR "2.26" ++#define ZBX_TIMESCALE_MAX_VERSION 22799 ++#define ZBX_TIMESCALE_MAX_VERSION_STR "2.27" + #define ZBX_TIMESCALE_LICENSE_APACHE_STR "TimescaleDB Apache 2 Edition" + #define ZBX_TIMESCALE_LICENSE_COMMUNITY "timescale" + #define ZBX_TIMESCALE_LICENSE_COMMUNITY_STR "TimescaleDB Community Edition"