git: 9f03421310cc - 2025Q1 - net-mgmt/zabbix72-server: Update to 7.2.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Mar 2025 21:37:27 UTC
The branch 2025Q1 has been updated by otis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9f03421310cc8c4cf3304f8802063f72c233aacb
commit 9f03421310cc8c4cf3304f8802063f72c233aacb
Author: Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-01-13 10:03:10 +0000
Commit: Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-03-03 21:29:14 +0000
net-mgmt/zabbix72-server: Update to 7.2.4
This commit has also intermediate fixes between 7.2.2 and 7.2.4 pulled
in.
Release notes: https://www.zabbix.com/rn/rn7.2.4
PR: 285090
(cherry picked from commit bde6ce995c02320273ec9d7b196b9a1f8b55560e)
---
net-mgmt/zabbix72-server/Makefile | 3 ++-
net-mgmt/zabbix72-server/distinfo | 6 +++---
net-mgmt/zabbix72-server/pkg-plist.frontend | 8 +++++---
net-mgmt/zabbix72-server/pkg-plist.java | 10 +++++-----
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/net-mgmt/zabbix72-server/Makefile b/net-mgmt/zabbix72-server/Makefile
index e8a38cb70f9b..7fe126a5c8bd 100644
--- a/net-mgmt/zabbix72-server/Makefile
+++ b/net-mgmt/zabbix72-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zabbix72
-DISTVERSION= 7.2.1
+DISTVERSION= 7.2.4
PORTREVISION?= 0
CATEGORIES= net-mgmt
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
@@ -166,6 +166,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
.if ${ZABBIX_BUILD} == "java"
USES+= java
+JAVA_VERSION= 11+
.endif
.include <bsd.port.pre.mk>
diff --git a/net-mgmt/zabbix72-server/distinfo b/net-mgmt/zabbix72-server/distinfo
index 8a21a3c1fd1d..562e56d730df 100644
--- a/net-mgmt/zabbix72-server/distinfo
+++ b/net-mgmt/zabbix72-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734730378
-SHA256 (zabbix-7.2.1.tar.gz) = 41c596f6b935dfa371f8d86d3c11867eaf61a3b635474baed7029c9f1d053570
-SIZE (zabbix-7.2.1.tar.gz) = 40360084
+TIMESTAMP = 1741027094
+SHA256 (zabbix-7.2.4.tar.gz) = 635bc949907ad4ac7102801b22b42f22d6d0e4f8b042d1445902b1dd1a9d0b05
+SIZE (zabbix-7.2.4.tar.gz) = 41031413
diff --git a/net-mgmt/zabbix72-server/pkg-plist.frontend b/net-mgmt/zabbix72-server/pkg-plist.frontend
index 9e5978b56c7c..1a41390e40a8 100644
--- a/net-mgmt/zabbix72-server/pkg-plist.frontend
+++ b/net-mgmt/zabbix72-server/pkg-plist.frontend
@@ -519,7 +519,6 @@
%%WWWDIR%%/app/views/js/monitoring.charts.view.js.php
%%WWWDIR%%/app/views/js/monitoring.dashboard.print.js.php
%%WWWDIR%%/app/views/js/monitoring.dashboard.view.js.php
-%%WWWDIR%%/app/views/js/monitoring.discovery.view.js.php
%%WWWDIR%%/app/views/js/monitoring.host.dashboard.view.js.php
%%WWWDIR%%/app/views/js/monitoring.host.view.js.php
%%WWWDIR%%/app/views/js/monitoring.latest.view.js.php
@@ -560,7 +559,6 @@
%%WWWDIR%%/app/views/js/reports.scheduledreport.edit.js.php
%%WWWDIR%%/app/views/js/reports.toptriggers.list.js.php
%%WWWDIR%%/app/views/js/script.userinput.edit.js.php
-%%WWWDIR%%/app/views/js/search.js.php
%%WWWDIR%%/app/views/js/service.edit.js.php
%%WWWDIR%%/app/views/js/service.list.js.php
%%WWWDIR%%/app/views/js/sla.edit.js.php
@@ -1399,6 +1397,7 @@
%%WWWDIR%%/js/class.dashboard.print.js
%%WWWDIR%%/js/class.dashboard.widget.placeholder.js
%%WWWDIR%%/js/class.event-hub.js
+%%WWWDIR%%/js/class.event-hub.event.js
%%WWWDIR%%/js/class.expandable.subfilter.js
%%WWWDIR%%/js/class.form.fieldset.collapsible.js
%%WWWDIR%%/js/class.geomaps.js
@@ -1412,7 +1411,8 @@
%%WWWDIR%%/js/class.notifications.js
%%WWWDIR%%/js/class.overlay.js
%%WWWDIR%%/js/class.overlaycollection.js
-%%WWWDIR%%/js/class.popupmanager.js
+%%WWWDIR%%/js/class.popup-manager.event.js
+%%WWWDIR%%/js/class.popup-manager.js
%%WWWDIR%%/js/class.rpc.js
%%WWWDIR%%/js/class.script.js
%%WWWDIR%%/js/class.scrollable.js
@@ -1547,6 +1547,8 @@
%%WWWDIR%%/locale/sr/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/frontend.mo
%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/frontend.po
+%%WWWDIR%%/locale/th/LC_MESSAGES/frontend.mo
+%%WWWDIR%%/locale/th/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.mo
%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po
%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.mo
diff --git a/net-mgmt/zabbix72-server/pkg-plist.java b/net-mgmt/zabbix72-server/pkg-plist.java
index 3c583b91a9e9..0cb736eba4b7 100644
--- a/net-mgmt/zabbix72-server/pkg-plist.java
+++ b/net-mgmt/zabbix72-server/pkg-plist.java
@@ -1,10 +1,10 @@
sbin/zabbix_java/shutdown.sh
-sbin/zabbix_java/lib/logback-console.xml
-sbin/zabbix_java/lib/logback-core-1.2.9.jar
-sbin/zabbix_java/lib/logback-classic-1.2.9.jar
-sbin/zabbix_java/lib/logback.xml
-sbin/zabbix_java/lib/slf4j-api-1.7.32.jar
sbin/zabbix_java/lib/android-json-4.3_r3.1.jar
+sbin/zabbix_java/lib/logback.xml
+sbin/zabbix_java/lib/logback-classic-1.5.16.jar
+sbin/zabbix_java/lib/logback-console.xml
+sbin/zabbix_java/lib/logback-core-1.5.16.jar
+sbin/zabbix_java/lib/slf4j-api-2.0.16.jar
@sample sbin/zabbix_java/settings.sh.sample
sbin/zabbix_java/startup.sh
sbin/zabbix_java/bin/zabbix-java-gateway-%%DISTVERSION%%.jar