MFH: r542259
net-mgmt/zabbix5-*: Update to 5.0.2 Changelog: https://www.zabbix.com/rn/rn5.0.2 PR: 247972 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Approved by: ports-secteam (blanket, bugfix release)
This commit is contained in:
parent
c10a970aea
commit
99c38f7ad8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q3/; revision=542260
@ -2,7 +2,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zabbix5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -frontend
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zabbix5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -java
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zabbix5
|
||||
PORTVERSION= 5.0.1
|
||||
PORTVERSION= 5.0.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1590584638
|
||||
SHA256 (zabbix-5.0.1.tar.gz) = 20a19e5cf2354ffcbbe24521b04becfc9875e57289c00da71999de60c4a853b6
|
||||
SIZE (zabbix-5.0.1.tar.gz) = 18623104
|
||||
TIMESTAMP = 1594729054
|
||||
SHA256 (zabbix-5.0.2.tar.gz) = dc908703fa560e94bfdaf1d585234ef09795513b9aedc5c6b4ea44dce3d1d6b2
|
||||
SIZE (zabbix-5.0.2.tar.gz) = 18823956
|
||||
|
@ -6,6 +6,8 @@
|
||||
%%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerAutoregEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerActionOperationGet.php
|
||||
%%WWWDIR%%/app/controllers/CControllerActionOperationValidate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerCharts.php
|
||||
%%WWWDIR%%/app/controllers/CControllerChartsView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerChartsViewJson.php
|
||||
@ -71,9 +73,6 @@
|
||||
%%WWWDIR%%/app/controllers/CControllerPopup.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeCreate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupActionAcknowledge.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupActionOperation.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupActionRecovery.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupConditionActions.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupConditionCommon.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupConditionEventCorr.php
|
||||
@ -92,7 +91,6 @@
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupMediatypeMessage.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestSend.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupOperationCommon.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupServices.php
|
||||
%%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php
|
||||
@ -186,6 +184,7 @@
|
||||
%%WWWDIR%%/app/partials/dataoverview.table.top.php
|
||||
%%WWWDIR%%/app/partials/hostmacros.inherited.list.html.php
|
||||
%%WWWDIR%%/app/partials/hostmacros.list.html.php
|
||||
%%WWWDIR%%/app/partials/popup.operations.php
|
||||
%%WWWDIR%%/app/partials/js/common.filter.trigger.js.php
|
||||
%%WWWDIR%%/app/partials/js/configuration.tags.tab.js.php
|
||||
%%WWWDIR%%/app/partials/js/massupdate.macros.tab.js.php
|
||||
@ -262,6 +261,7 @@
|
||||
%%WWWDIR%%/app/views/js/popup.mediatype.message.js.php
|
||||
%%WWWDIR%%/app/views/js/popup.mediatypetest.edit.js.php
|
||||
%%WWWDIR%%/app/views/js/popup.triggerwizard.js.php
|
||||
%%WWWDIR%%/app/views/js/reports.auditlog.list.js.php
|
||||
%%WWWDIR%%/app/views/layout.csv.php
|
||||
%%WWWDIR%%/app/views/layout.htmlpage.php
|
||||
%%WWWDIR%%/app/views/layout.javascript.php
|
||||
@ -315,7 +315,6 @@
|
||||
%%WWWDIR%%/app/views/popup.media.php
|
||||
%%WWWDIR%%/app/views/popup.mediatype.message.php
|
||||
%%WWWDIR%%/app/views/popup.mediatypetest.edit.php
|
||||
%%WWWDIR%%/app/views/popup.operation.common.php
|
||||
%%WWWDIR%%/app/views/popup.scriptexec.php
|
||||
%%WWWDIR%%/app/views/popup.services.php
|
||||
%%WWWDIR%%/app/views/popup.testtriggerexpr.php
|
||||
@ -394,6 +393,7 @@
|
||||
%%WWWDIR%%/include/classes/api/helpers/CApiHostHelper.php
|
||||
%%WWWDIR%%/include/classes/api/helpers/CApiTagHelper.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CApplicationManager.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CDiscoveryRuleManager.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CGraphManager.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php
|
||||
|
Loading…
Reference in New Issue
Block a user