update to 7.0.27; from Mark Patruck

This commit is contained in:
robert
2026-06-02 11:10:55 +00:00
parent 603547484c
commit e72ebf2d61
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
@@ -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"