Download raw body.
net/zabbix 7.0.24
Update net/zabbix to 7.0.24 released today.
TimescaleDB 2.25.x is supported upstream now, so my patch can be
removed.
Release notes 7.0.24:
https://www.zabbix.com/rn/rn7.0.24
Changes in 7.0.24:
https://www.zabbix.com/documentation/7.0/en/manual/introduction/whatsnew7024
Upgrade notes 7.0.24:
https://www.zabbix.com/documentation/7.0/en/manual/installation/upgrade_notes_7024
No issues spotted and running fine with PostgreSQL 18.3 + TimescaleDB 2.25.2.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/zabbix/Makefile,v
retrieving revision 1.237
diff -u -p -r1.237 Makefile
--- Makefile 18 Feb 2026 09:04:18 -0000 1.237
+++ Makefile 13 Mar 2026 08:49:05 -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.23
+VERSION = 7.0.24
DISTNAME = zabbix-${VERSION}
FULLPKGNAME-main = zabbix-agent-${VERSION}
FULLPKGPATH-main = net/zabbix,-main
@@ -12,8 +12,6 @@ PKGNAME-proxy = zabbix-proxy-${VERSION}
FULLPKGNAME-web = zabbix-web-${VERSION}
FULLPKGPATH-web = net/zabbix,-web
CATEGORIES = net
-
-REVISION-server = 0
MAJV = ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/zabbix/distinfo,v
retrieving revision 1.94
diff -u -p -r1.94 distinfo
--- distinfo 15 Feb 2026 15:03:57 -0000 1.94
+++ distinfo 13 Mar 2026 08:49:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (zabbix-7.0.23.tar.gz) = Q+pfyx5dsl50vcg+qJNtebgJO2FK9OiJQXSFvHTwYeI=
-SIZE (zabbix-7.0.23.tar.gz) = 46779807
+SHA256 (zabbix-7.0.24.tar.gz) = b4rpkLmyV2fk//vLXMfEVdZ04qOS3CFHhIil0cDn1Zc=
+SIZE (zabbix-7.0.24.tar.gz) = 46808058
Index: patches/patch-include_zbx_dbversion_constants_h
===================================================================
RCS file: patches/patch-include_zbx_dbversion_constants_h
diff -N patches/patch-include_zbx_dbversion_constants_h
--- patches/patch-include_zbx_dbversion_constants_h 18 Feb 2026 09:04:18 -0000 1.14
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-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 22499
--#define ZBX_TIMESCALE_MAX_VERSION_STR "2.24"
-+#define ZBX_TIMESCALE_MAX_VERSION 22599
-+#define ZBX_TIMESCALE_MAX_VERSION_STR "2.25"
- #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"
Index: pkg/PLIST-web
===================================================================
RCS file: /cvs/ports/net/zabbix/pkg/PLIST-web,v
retrieving revision 1.67
diff -u -p -r1.67 PLIST-web
--- pkg/PLIST-web 31 Jul 2025 11:44:03 -0000 1.67
+++ pkg/PLIST-web 13 Mar 2026 08:49:05 -0000
@@ -1812,6 +1812,9 @@ zabbix/vendor/firebase/php-jwt/src/Key.p
zabbix/vendor/firebase/php-jwt/src/SignatureInvalidException.php
zabbix/vendor/onelogin/
zabbix/vendor/onelogin/php-saml/
+zabbix/vendor/onelogin/php-saml/.github/
+zabbix/vendor/onelogin/php-saml/.github/workflows/
+zabbix/vendor/onelogin/php-saml/.github/workflows/php-package.yml
zabbix/vendor/onelogin/php-saml/CHANGELOG
zabbix/vendor/onelogin/php-saml/LICENSE
zabbix/vendor/onelogin/php-saml/README.md
@@ -1893,10 +1896,14 @@ zabbix/vendor/pragmarx/google2fa/src/Sup
zabbix/vendor/pragmarx/google2fa/src/Support/QRCode.php
zabbix/vendor/robrichards/
zabbix/vendor/robrichards/xmlseclibs/
+zabbix/vendor/robrichards/xmlseclibs/.github/
+zabbix/vendor/robrichards/xmlseclibs/.github/workflows/
+zabbix/vendor/robrichards/xmlseclibs/.github/workflows/ci.yml
zabbix/vendor/robrichards/xmlseclibs/CHANGELOG.txt
zabbix/vendor/robrichards/xmlseclibs/LICENSE
zabbix/vendor/robrichards/xmlseclibs/README.md
zabbix/vendor/robrichards/xmlseclibs/composer.json
+zabbix/vendor/robrichards/xmlseclibs/phpunit.xml
zabbix/vendor/robrichards/xmlseclibs/src/
zabbix/vendor/robrichards/xmlseclibs/src/Utils/
zabbix/vendor/robrichards/xmlseclibs/src/Utils/XPath.php
--
Mark Patruck ( mark at wrapped.cx )
GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74 F644 0D3C F66F F286 5E51
https://www.wrapped.cx
net/zabbix 7.0.24