Date: Thu, 8 Apr 2021 07:01:11 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9b341b5f2b57 - main - net-mgmt/zabbix52-*: Update to 5.2.6 Message-ID: <202104080701.13871BJB059467@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b341b5f2b5765e1acefbd86c98248ea1b5824bd commit 9b341b5f2b5765e1acefbd86c98248ea1b5824bd Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-08 06:59:51 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-08 07:00:45 +0000 net-mgmt/zabbix52-*: Update to 5.2.6 Changes https://www.zabbix.com/rn/rn5.2.6 PR: 254659 Approved by: pg@pakhom.spb.ru (maintainer) --- net-mgmt/zabbix52-server/Makefile | 2 +- net-mgmt/zabbix52-server/distinfo | 6 +++--- net-mgmt/zabbix52-server/pkg-plist.frontend | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net-mgmt/zabbix52-server/Makefile b/net-mgmt/zabbix52-server/Makefile index 21afb6170e9c..e10104d74703 100644 --- a/net-mgmt/zabbix52-server/Makefile +++ b/net-mgmt/zabbix52-server/Makefile @@ -1,7 +1,7 @@ # Created by: Pakhom Golynga <pg@pakhom.spb.ru> PORTNAME= zabbix52 -DISTVERSION= 5.2.5 +DISTVERSION= 5.2.6 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ diff --git a/net-mgmt/zabbix52-server/distinfo b/net-mgmt/zabbix52-server/distinfo index 8913c0e28e07..5ce53ac4f1a9 100644 --- a/net-mgmt/zabbix52-server/distinfo +++ b/net-mgmt/zabbix52-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614196592 -SHA256 (zabbix-5.2.5.tar.gz) = ce0d9745a8b9154e87d6906edd0fce7b7ec298acd34a0543ea53d1a5f2f14bc5 -SIZE (zabbix-5.2.5.tar.gz) = 20039761 +TIMESTAMP = 1617103487 +SHA256 (zabbix-5.2.6.tar.gz) = 76cb704f2a04fbc87bb3eff44fa71339c355d467f7bbd8fb53f8927c760e1680 +SIZE (zabbix-5.2.6.tar.gz) = 20602665 diff --git a/net-mgmt/zabbix52-server/pkg-plist.frontend b/net-mgmt/zabbix52-server/pkg-plist.frontend index fbfe1fc165f9..2b58346d290e 100644 --- a/net-mgmt/zabbix52-server/pkg-plist.frontend +++ b/net-mgmt/zabbix52-server/pkg-plist.frontend @@ -18,6 +18,7 @@ %%WWWDIR%%/app/controllers/CControllerCharts.php %%WWWDIR%%/app/controllers/CControllerChartsView.php %%WWWDIR%%/app/controllers/CControllerChartsViewJson.php +%%WWWDIR%%/app/controllers/CControllerHintBox.php %%WWWDIR%%/app/controllers/CControllerDashboardDelete.php %%WWWDIR%%/app/controllers/CControllerDashboardList.php %%WWWDIR%%/app/controllers/CControllerDashboardPropertiesCheck.php @@ -308,6 +309,7 @@ %%WWWDIR%%/app/views/layout.json.php %%WWWDIR%%/app/views/layout.warning.php %%WWWDIR%%/app/views/layout.widget.php +%%WWWDIR%%/app/views/hint.box.php %%WWWDIR%%/app/views/monitoring.charts.view.json.php %%WWWDIR%%/app/views/monitoring.charts.view.php %%WWWDIR%%/app/views/monitoring.dashboard.list.php @@ -549,6 +551,7 @@ %%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php %%WWWDIR%%/include/classes/helpers/CEncryptHelper.php %%WWWDIR%%/include/classes/helpers/CHousekeepingHelper.php +%%WWWDIR%%/include/classes/helpers/CHintBoxHelper.php %%WWWDIR%%/include/classes/helpers/CHtml.php %%WWWDIR%%/include/classes/helpers/CMapHelper.php %%WWWDIR%%/include/classes/helpers/CMathHelper.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104080701.13871BJB059467>