committed, thanks On 14/07/26 10:11 +0200, Mark Patruck wrote: > Update to net/zabbix 7.0.28 released one week ago. > > Release notes 7.0.28: > https://www.zabbix.com/rn/rn7.0.28 > > Changes in 7.0.28: > https://www.zabbix.com/documentation/7.0/en/manual/introduction/whatsnew7028 > > Upgrade notes 7.0.28: > https://www.zabbix.com/documentation/7.0/en/manual/installation/upgrade_notes_7028 > > I've added support for TimescaleDB 2.28 which is a general bugfix update > and slightly increases performance, too. The diff for 2.28 has already > been sent to ports@ > > No issues spotted and running fine with PostgreSQL 18.4 + TimescaleDB 2.28.2. > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/zabbix/Makefile,v > retrieving revision 1.241 > diff -u -p -r1.241 Makefile > --- Makefile 2 Jun 2026 11:10:55 -0000 1.241 > +++ Makefile 7 Jul 2026 12:36:04 -0000 > @@ -3,7 +3,7 @@ COMMENT-server = network and application > COMMENT-proxy = network and application monitoring - proxy > COMMENT-web = network and application monitoring - web > frontend > -VERSION = 7.0.27 > +VERSION = 7.0.28 > DISTNAME = zabbix-${VERSION} > FULLPKGNAME-main = zabbix-agent-${VERSION} > FULLPKGPATH-main = net/zabbix,-main > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/zabbix/distinfo,v > retrieving revision 1.98 > diff -u -p -r1.98 distinfo > --- distinfo 2 Jun 2026 11:10:55 -0000 1.98 > +++ distinfo 7 Jul 2026 12:36:04 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (zabbix-7.0.27.tar.gz) = FeTCM+Zch5IoJNAautYk80Eou7SvAhp1446Jto4T6FE= > -SIZE (zabbix-7.0.27.tar.gz) = 46883404 > +SHA256 (zabbix-7.0.28.tar.gz) = AgomSaRQpkLD10V361g+wXX0vYXr4sPTnt45lIfh2jM= > +SIZE (zabbix-7.0.28.tar.gz) = 47456558 > Index: patches/patch-include_zbx_dbversion_constants_h > =================================================================== > RCS file: > /cvs/ports/net/zabbix/patches/patch-include_zbx_dbversion_constants_h,v > retrieving revision 1.16 > diff -u -p -r1.16 patch-include_zbx_dbversion_constants_h > --- patches/patch-include_zbx_dbversion_constants_h 2 Jun 2026 11:10:55 > -0000 1.16 > +++ patches/patch-include_zbx_dbversion_constants_h 7 Jul 2026 12:36:04 > -0000 > @@ -5,10 +5,10 @@ Index: include/zbx_dbversion_constants.h > #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_MAX_VERSION 22799 > +-#define ZBX_TIMESCALE_MAX_VERSION_STR "2.27" > ++#define ZBX_TIMESCALE_MAX_VERSION 22899 > ++#define ZBX_TIMESCALE_MAX_VERSION_STR "2.28" > #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" > > > -- > Mark Patruck ( mark at wrapped.cx ) > GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74 F644 0D3C F66F F286 5E51 > https://www.wrapped.cx >
-- Regards, Robert Nagy
