Update zabbix 6.0.5 -> 6.2.0

Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/release_notes

Port changes:
* remove unsupported --with-jabber from CONFIGURE_ARGS
* add bin/zabbix_js to PLIST-server
* regen patches
* sort PLISTs

ok robert@
This commit is contained in:
pvk 2022-07-11 17:22:41 +00:00
parent aee32a0384
commit a18f849c21
11 changed files with 128 additions and 80 deletions

View File

@ -3,7 +3,7 @@ COMMENT-server = network and application monitoring - server
COMMENT-proxy = network and application monitoring - proxy
COMMENT-web = network and application monitoring - web frontend
VERSION = 6.0.5
VERSION = 6.2.0
DISTNAME = zabbix-${VERSION}
FULLPKGNAME-main = zabbix-agent-${VERSION}
FULLPKGPATH-main = net/zabbix,-main
@ -62,7 +62,6 @@ CONFIGURE_ARGS = --enable-server \
--with-libxml2 \
--with-net-snmp \
--with-ldap \
--with-jabber="${LOCALBASE}" \
--with-ssh2 \
--with-openssl
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
@ -109,8 +108,6 @@ WANTLIB-server += event pq
MULTI_PACKAGES += -proxy
CONFIGURE_ARGS += --with-sqlite3 \
--disable-server
# The proxy does not use jabber, so just disable the check
CONFIGURE_ARGS += --without-jabber
WANTLIB-proxy += event sqlite3
LIB_DEPENDS-proxy += databases/sqlite3

View File

@ -1,2 +1,2 @@
SHA256 (zabbix-6.0.5.tar.gz) = PutwY+/F2tVvhN/c+a63gQRL5xLhHoP2bQQ9pV8zvcI=
SIZE (zabbix-6.0.5.tar.gz) = 33778804
SHA256 (zabbix-6.2.0.tar.gz) = LefLaKDQ8Jv+9mMoq4hZIK+mo7C1fObm/GInsQor4Co=
SIZE (zabbix-6.2.0.tar.gz) = 34472773

View File

@ -27,7 +27,7 @@ Index: conf/zabbix_proxy.conf
# Option: DBPort
# Database port when not using local socket. Ignored for SQLite.
@@ -540,6 +541,7 @@ Timeout=4
@@ -530,6 +531,7 @@ Timeout=4
# Mandatory: no
# Default:
# ExternalScripts=${datadir}/zabbix/externalscripts
@ -35,7 +35,7 @@ Index: conf/zabbix_proxy.conf
### Option: FpingLocation
# Location of fping.
@@ -548,6 +550,7 @@ Timeout=4
@@ -538,6 +540,7 @@ Timeout=4
# Mandatory: no
# Default:
# FpingLocation=/usr/sbin/fping
@ -43,7 +43,7 @@ Index: conf/zabbix_proxy.conf
### Option: Fping6Location
# Location of fping6.
@@ -557,6 +560,7 @@ Timeout=4
@@ -547,6 +550,7 @@ Timeout=4
# Mandatory: no
# Default:
# Fping6Location=/usr/sbin/fping6

View File

@ -1,7 +1,7 @@
Index: configure
--- configure.orig
+++ configure
@@ -6670,6 +6670,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6676,6 +6676,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
#include <stdlib.h>
#include <sys/queue.h>
@ -9,7 +9,7 @@ Index: configure
#include <sys/sensors.h>
int
main ()
@@ -15533,16 +15534,16 @@ LIBS="$LIBS $ICONV_LIBS"
@@ -17010,16 +17011,16 @@ LIBS="$LIBS $ICONV_LIBS"
RANLIB="ranlib"

View File

@ -2,9 +2,9 @@ quick hack to fix building following if.h split; should really have an
autoconf check for it but that's harder because AC_CHECK_HEADERS isn't enough
for this file
Index: include/sysinc.h
--- include/sysinc.h.orig
+++ include/sysinc.h
Index: include/common/zbxsysinc.h
--- include/common/zbxsysinc.h.orig
+++ include/common/zbxsysinc.h
@@ -305,6 +305,7 @@
#ifdef HAVE_NET_IF_H

View File

@ -1,9 +1,9 @@
Index: src/libs/zbxcrypto/tls.h
--- src/libs/zbxcrypto/tls.h.orig
+++ src/libs/zbxcrypto/tls.h
@@ -33,7 +33,7 @@
# include <openssl/rand.h>
#endif
Index: include/zbxcomms.h
--- include/zbxcomms.h.orig
+++ include/zbxcomms.h
@@ -210,7 +210,7 @@ int zbx_telnet_execute(ZBX_SOCKET socket_fd, const cha
/* TLS BLOCK */
#if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
-#if defined(HAVE_OPENSSL) && OPENSSL_VERSION_NUMBER < 0x1010000fL || defined(LIBRESSL_VERSION_NUMBER)
+#if defined(HAVE_OPENSSL) && OPENSSL_VERSION_NUMBER < 0x1010000fL

View File

@ -1,7 +1,7 @@
Index: src/libs/zbxnix/daemon.c
--- src/libs/zbxnix/daemon.c.orig
+++ src/libs/zbxnix/daemon.c
@@ -329,7 +329,7 @@ int daemon_start(int allow_root, const char *user, uns
@@ -337,7 +337,7 @@ int zbx_daemon_start(int allow_root, const char *user,
if (0 == allow_root && 0 == getuid()) /* running as root? */
{
if (NULL == user)

View File

@ -6,24 +6,24 @@
@newgroup _zabbix:623
@newuser _zabbix:623:_zabbix::zabbix user:/nonexistent:/sbin/nologin
@extraunexec rm -rf /var/log/zabbix/*
@rcscript ${RCDIR}/zabbix_agentd
@sample ${SYSCONFDIR}/zabbix/
@bin bin/zabbix_get
@bin bin/zabbix_sender
@comment lib/modules/
@man man/man1/zabbix_get.1
@man man/man1/zabbix_sender.1
@man man/man8/zabbix_agentd.8
@bin sbin/zabbix_agentd
share/examples/zabbix/
@sample ${SYSCONFDIR}/zabbix/
share/examples/zabbix/zabbix_agentd.conf
@mode 640
@group _zabbix
@sample ${SYSCONFDIR}/zabbix/zabbix_agentd.conf
@comment share/examples/zabbix/zabbix_agentd.win.conf
@mode
@group
@mode 0755
@owner _zabbix
@group
@sample /var/log/zabbix/
@owner
@comment share/examples/zabbix/zabbix_agentd.win.conf
@mode
@rcscript ${RCDIR}/zabbix_agentd
@owner

View File

@ -1,8 +1,9 @@
@pkgpath net/zabbix,-proxy
@extraunexec rm -rf /var/log/zabbix/*
@rcscript ${RCDIR}/zabbix_proxy
@sample ${SYSCONFDIR}/zabbix/
@man man/man8/zabbix_proxy.8
@bin sbin/zabbix_proxy
@sample ${SYSCONFDIR}/zabbix/
share/examples/zabbix/zabbix_proxy.conf
@mode 640
@group _zabbix
@ -12,23 +13,6 @@ share/examples/zabbix/zabbix_proxy.conf
share/zabbix-proxy/
share/zabbix-proxy/schema/
share/zabbix-proxy/schema/mysql/
@comment share/zabbix-server/schema/mysql/Makefile
@comment share/zabbix-server/schema/mysql/Makefile.am
@comment share/zabbix-server/schema/mysql/Makefile.in
share/zabbix-server/schema/mysql/
share/zabbix-server/schema/mysql/data.sql
share/zabbix-server/schema/mysql/double.sql
share/zabbix-server/schema/mysql/images.sql
share/zabbix-server/schema/mysql/schema.sql
share/zabbix-server/schema/postgresql/
@comment share/zabbix-server/schema/postgresql/Makefile
@comment share/zabbix-server/schema/postgresql/Makefile.am
@comment share/zabbix-server/schema/postgresql/Makefile.in
share/zabbix-server/schema/postgresql/data.sql
share/zabbix-server/schema/postgresql/double.sql
share/zabbix-server/schema/postgresql/images.sql
share/zabbix-server/schema/postgresql/schema.sql
share/zabbix-server/schema/postgresql/timescaledb.sql
share/zabbix-proxy/schema/sqlite3/
@comment share/zabbix-proxy/schema/sqlite3/Makefile
@comment share/zabbix-proxy/schema/sqlite3/Makefile.am
@ -40,10 +24,27 @@ share/zabbix-proxy/schema/sqlite3/schema.sql
@owner _zabbix
@group _zabbix
@sample /var/db/zabbix/
@mode
@group
@mode 0755
@group
@sample /var/log/zabbix/
@owner
@mode
@rcscript ${RCDIR}/zabbix_proxy
@owner
share/zabbix-server/schema/mysql/
@comment share/zabbix-server/schema/mysql/Makefile
@comment share/zabbix-server/schema/mysql/Makefile.am
@comment share/zabbix-server/schema/mysql/Makefile.in
share/zabbix-proxy/schema/mysql/data.sql
share/zabbix-proxy/schema/mysql/double.sql
share/zabbix-proxy/schema/mysql/history_pk_prepare.sql
share/zabbix-proxy/schema/mysql/images.sql
share/zabbix-proxy/schema/mysql/schema.sql
share/zabbix-proxy/schema/postgresql/
@comment share/zabbix-proxy/schema/postgresql/Makefile
@comment share/zabbix-proxy/schema/postgresql/Makefile.am
@comment share/zabbix-proxy/schema/postgresql/Makefile.in
share/zabbix-proxy/schema/postgresql/data.sql
share/zabbix-proxy/schema/postgresql/double.sql
share/zabbix-proxy/schema/postgresql/history_pk_prepare.sql
share/zabbix-proxy/schema/postgresql/images.sql
share/zabbix-proxy/schema/postgresql/schema.sql
share/zabbix-proxy/schema/postgresql/timescaledb.sql

View File

@ -1,7 +1,9 @@
@conflict zabbix-agent-<=1.8.3p5
@extraunexec rm -rf /var/log/zabbix/*
@man man/man8/zabbix_server.8
@rcscript ${RCDIR}/zabbix_server
@sample ${SYSCONFDIR}/zabbix/
@man man/man8/zabbix_server.8
@bin bin/zabbix_js
@bin sbin/zabbix_server
share/doc/pkg-readmes/${PKGSTEM}
share/doc/zabbix/
@ -13,12 +15,13 @@ share/examples/zabbix/zabbix_server.conf
@group
share/zabbix-server/
share/zabbix-server/schema/
share/zabbix-server/schema/mysql/
@comment share/zabbix-server/schema/mysql/Makefile
@comment share/zabbix-server/schema/mysql/Makefile.am
@comment share/zabbix-server/schema/mysql/Makefile.in
share/zabbix-server/schema/mysql/
share/zabbix-server/schema/mysql/data.sql
share/zabbix-server/schema/mysql/double.sql
share/zabbix-server/schema/mysql/history_pk_prepare.sql
share/zabbix-server/schema/mysql/images.sql
share/zabbix-server/schema/mysql/schema.sql
share/zabbix-server/schema/postgresql/
@ -27,12 +30,10 @@ share/zabbix-server/schema/postgresql/
@comment share/zabbix-server/schema/postgresql/Makefile.in
share/zabbix-server/schema/postgresql/data.sql
share/zabbix-server/schema/postgresql/double.sql
share/zabbix-server/schema/postgresql/history_pk_prepare.sql
share/zabbix-server/schema/postgresql/images.sql
share/zabbix-server/schema/postgresql/schema.sql
share/zabbix-server/schema/postgresql/timescaledb.sql
@mode 0755
@owner _zabbix
@sample /var/log/zabbix/
@owner
@mode
@rcscript ${RCDIR}/zabbix_server

View File

@ -64,6 +64,13 @@ zabbix/app/controllers/CControllerHost.php
zabbix/app/controllers/CControllerHostCreate.php
zabbix/app/controllers/CControllerHostDashboardView.php
zabbix/app/controllers/CControllerHostEdit.php
zabbix/app/controllers/CControllerHostGroupCreate.php
zabbix/app/controllers/CControllerHostGroupDelete.php
zabbix/app/controllers/CControllerHostGroupDisable.php
zabbix/app/controllers/CControllerHostGroupEdit.php
zabbix/app/controllers/CControllerHostGroupEnable.php
zabbix/app/controllers/CControllerHostGroupList.php
zabbix/app/controllers/CControllerHostGroupUpdate.php
zabbix/app/controllers/CControllerHostList.php
zabbix/app/controllers/CControllerHostMacrosList.php
zabbix/app/controllers/CControllerHostMassDelete.php
@ -83,6 +90,7 @@ zabbix/app/controllers/CControllerImageDelete.php
zabbix/app/controllers/CControllerImageEdit.php
zabbix/app/controllers/CControllerImageList.php
zabbix/app/controllers/CControllerImageUpdate.php
zabbix/app/controllers/CControllerItemMassCheckNow.php
zabbix/app/controllers/CControllerLatest.php
zabbix/app/controllers/CControllerLatestView.php
zabbix/app/controllers/CControllerLatestViewRefresh.php
@ -123,6 +131,10 @@ zabbix/app/controllers/CControllerPopupItemTest.php
zabbix/app/controllers/CControllerPopupItemTestEdit.php
zabbix/app/controllers/CControllerPopupItemTestGetValue.php
zabbix/app/controllers/CControllerPopupItemTestSend.php
zabbix/app/controllers/CControllerPopupLdapCheck.php
zabbix/app/controllers/CControllerPopupLdapEdit.php
zabbix/app/controllers/CControllerPopupLdapTestEdit.php
zabbix/app/controllers/CControllerPopupLdapTestSend.php
zabbix/app/controllers/CControllerPopupLldOperation.php
zabbix/app/controllers/CControllerPopupLldOverride.php
zabbix/app/controllers/CControllerPopupMaintenancePeriod.php
@ -136,6 +148,7 @@ zabbix/app/controllers/CControllerPopupMedia.php
zabbix/app/controllers/CControllerPopupMediatypeMessage.php
zabbix/app/controllers/CControllerPopupMediatypeTestEdit.php
zabbix/app/controllers/CControllerPopupMediatypeTestSend.php
zabbix/app/controllers/CControllerPopupProxyEdit.php
zabbix/app/controllers/CControllerPopupScheduledReportCreate.php
zabbix/app/controllers/CControllerPopupScheduledReportEdit.php
zabbix/app/controllers/CControllerPopupScheduledReportList.php
@ -151,6 +164,8 @@ zabbix/app/controllers/CControllerPopupTabFilterDelete.php
zabbix/app/controllers/CControllerPopupTabFilterEdit.php
zabbix/app/controllers/CControllerPopupTabFilterUpdate.php
zabbix/app/controllers/CControllerPopupTestTriggerExpr.php
zabbix/app/controllers/CControllerPopupTokenEdit.php
zabbix/app/controllers/CControllerPopupTokenView.php
zabbix/app/controllers/CControllerPopupTopHostsColumnEdit.php
zabbix/app/controllers/CControllerPopupTriggerExpr.php
zabbix/app/controllers/CControllerPopupValueMapEdit.php
@ -159,9 +174,9 @@ zabbix/app/controllers/CControllerProblem.php
zabbix/app/controllers/CControllerProblemView.php
zabbix/app/controllers/CControllerProblemViewRefresh.php
zabbix/app/controllers/CControllerProfileUpdate.php
zabbix/app/controllers/CControllerProxyConfigRefresh.php
zabbix/app/controllers/CControllerProxyCreate.php
zabbix/app/controllers/CControllerProxyDelete.php
zabbix/app/controllers/CControllerProxyEdit.php
zabbix/app/controllers/CControllerProxyHostDisable.php
zabbix/app/controllers/CControllerProxyHostEnable.php
zabbix/app/controllers/CControllerProxyList.php
@ -213,15 +228,18 @@ zabbix/app/controllers/CControllerTemplateDashboardDelete.php
zabbix/app/controllers/CControllerTemplateDashboardEdit.php
zabbix/app/controllers/CControllerTemplateDashboardList.php
zabbix/app/controllers/CControllerTemplateDashboardUpdate.php
zabbix/app/controllers/CControllerTemplateGroupCreate.php
zabbix/app/controllers/CControllerTemplateGroupDelete.php
zabbix/app/controllers/CControllerTemplateGroupEdit.php
zabbix/app/controllers/CControllerTemplateGroupList.php
zabbix/app/controllers/CControllerTemplateGroupUpdate.php
zabbix/app/controllers/CControllerTimeSelectorUpdate.php
zabbix/app/controllers/CControllerTokenCreate.php
zabbix/app/controllers/CControllerTokenDelete.php
zabbix/app/controllers/CControllerTokenDisable.php
zabbix/app/controllers/CControllerTokenEdit.php
zabbix/app/controllers/CControllerTokenEnable.php
zabbix/app/controllers/CControllerTokenList.php
zabbix/app/controllers/CControllerTokenUpdate.php
zabbix/app/controllers/CControllerTokenView.php
zabbix/app/controllers/CControllerTrigDisplayEdit.php
zabbix/app/controllers/CControllerTrigDisplayUpdate.php
zabbix/app/controllers/CControllerUserCreate.php
@ -231,9 +249,7 @@ zabbix/app/controllers/CControllerUserEditGeneral.php
zabbix/app/controllers/CControllerUserList.php
zabbix/app/controllers/CControllerUserProfileEdit.php
zabbix/app/controllers/CControllerUserProfileUpdate.php
zabbix/app/controllers/CControllerUserTokenEdit.php
zabbix/app/controllers/CControllerUserTokenList.php
zabbix/app/controllers/CControllerUserTokenView.php
zabbix/app/controllers/CControllerUserUnblock.php
zabbix/app/controllers/CControllerUserUpdate.php
zabbix/app/controllers/CControllerUserUpdateGeneral.php
@ -244,6 +260,7 @@ zabbix/app/controllers/CControllerUsergroupGrouprightAdd.php
zabbix/app/controllers/CControllerUsergroupList.php
zabbix/app/controllers/CControllerUsergroupMassUpdate.php
zabbix/app/controllers/CControllerUsergroupTagfilterAdd.php
zabbix/app/controllers/CControllerUsergroupTemplateGrouprightAdd.php
zabbix/app/controllers/CControllerUsergroupUpdate.php
zabbix/app/controllers/CControllerUserroleCreate.php
zabbix/app/controllers/CControllerUserroleDelete.php
@ -285,10 +302,13 @@ zabbix/app/partials/administration.ha.nodes.php
zabbix/app/partials/administration.system.info.php
zabbix/app/partials/administration.usergroup.grouprights.html.php
zabbix/app/partials/administration.usergroup.tagfilters.html.php
zabbix/app/partials/administration.usergroup.templategrouprights.html.php
zabbix/app/partials/configuration.filter.items.php
zabbix/app/partials/configuration.host.edit.html.php
zabbix/app/partials/configuration.host.interface.row.php
zabbix/app/partials/configuration.hostgroup.edit.html.php
zabbix/app/partials/configuration.tags.tab.php
zabbix/app/partials/configuration.templategroup.edit.html.php
zabbix/app/partials/configuration.valuemap.php
zabbix/app/partials/dataoverview.table.left.php
zabbix/app/partials/dataoverview.table.top.php
@ -339,8 +359,6 @@ zabbix/app/views/administration.mediatype.list.php
zabbix/app/views/administration.miscconfig.edit.php
zabbix/app/views/administration.module.edit.php
zabbix/app/views/administration.module.list.php
zabbix/app/views/administration.proxy.edit.php
zabbix/app/views/administration.proxy.list.php
zabbix/app/views/administration.queue.details.php
zabbix/app/views/administration.queue.overview.php
zabbix/app/views/administration.queue.overview.proxy.php
@ -348,19 +366,16 @@ zabbix/app/views/administration.regex.edit.php
zabbix/app/views/administration.regex.list.php
zabbix/app/views/administration.script.edit.php
zabbix/app/views/administration.script.list.php
zabbix/app/views/administration.token.edit.php
zabbix/app/views/administration.token.list.php
zabbix/app/views/administration.token.view.php
zabbix/app/views/administration.trigdisplay.edit.php
zabbix/app/views/administration.user.edit.php
zabbix/app/views/administration.user.list.php
zabbix/app/views/administration.user.token.edit.php
zabbix/app/views/administration.user.token.list.php
zabbix/app/views/administration.user.token.view.php
zabbix/app/views/administration.usergroup.edit.php
zabbix/app/views/administration.usergroup.grouprights.php
zabbix/app/views/administration.usergroup.list.php
zabbix/app/views/administration.usergroup.tagfilters.php
zabbix/app/views/administration.usergroup.templategrouprights.php
zabbix/app/views/administration.userrole.edit.php
zabbix/app/views/administration.userrole.list.php
zabbix/app/views/configuration.correlation.edit.php
@ -371,6 +386,10 @@ zabbix/app/views/configuration.discovery.edit.php
zabbix/app/views/configuration.discovery.list.php
zabbix/app/views/configuration.host.edit.php
zabbix/app/views/configuration.host.list.php
zabbix/app/views/configuration.hostgroup.edit.php
zabbix/app/views/configuration.hostgroup.list.php
zabbix/app/views/configuration.templategroup.edit.php
zabbix/app/views/configuration.templategroup.list.php
zabbix/app/views/dashboard.page.properties.edit.php
zabbix/app/views/dashboard.properties.edit.php
zabbix/app/views/hintbox.actionlist.php
@ -389,17 +408,13 @@ zabbix/app/views/js/administration.image.list.js.php
zabbix/app/views/js/administration.macros.edit.js.php
zabbix/app/views/js/administration.mediatype.edit.js.php
zabbix/app/views/js/administration.miscconfig.edit.js.php
zabbix/app/views/js/administration.proxy.edit.js.php
zabbix/app/views/js/administration.proxy.list.js.php
zabbix/app/views/js/administration.regex.edit.js.php
zabbix/app/views/js/administration.script.edit.js.php
zabbix/app/views/js/administration.token.edit.js.php
zabbix/app/views/js/administration.token.list.js.php
zabbix/app/views/js/administration.trigdisplay.edit.js.php
zabbix/app/views/js/administration.user.edit.common.js.php
zabbix/app/views/js/administration.user.edit.js.php
zabbix/app/views/js/administration.user.list.js.php
zabbix/app/views/js/administration.user.token.edit.js.php
zabbix/app/views/js/administration.user.token.list.js.php
zabbix/app/views/js/administration.usergroup.edit.js.php
zabbix/app/views/js/administration.userprofile.edit.js.php
@ -409,6 +424,10 @@ zabbix/app/views/js/configuration.dashboard.edit.js.php
zabbix/app/views/js/configuration.discovery.edit.js.php
zabbix/app/views/js/configuration.host.edit.js.php
zabbix/app/views/js/configuration.host.list.js.php
zabbix/app/views/js/configuration.hostgroup.edit.js.php
zabbix/app/views/js/configuration.hostgroup.list.js.php
zabbix/app/views/js/configuration.templategroup.edit.js.php
zabbix/app/views/js/configuration.templategroup.list.js.php
zabbix/app/views/js/monitoring.charts.view.js.php
zabbix/app/views/js/monitoring.dashboard.print.js.php
zabbix/app/views/js/monitoring.dashboard.view.js.php
@ -423,9 +442,12 @@ zabbix/app/views/js/popup.dashboard.share.edit.js.php
zabbix/app/views/js/popup.discovery.check.js.php
zabbix/app/views/js/popup.generic.js.php
zabbix/app/views/js/popup.host.edit.js.php
zabbix/app/views/js/popup.hostgroup.edit.js.php
zabbix/app/views/js/popup.import.compare.js.php
zabbix/app/views/js/popup.import.js.php
zabbix/app/views/js/popup.itemtestedit.view.js.php
zabbix/app/views/js/popup.ldap.edit.js.php
zabbix/app/views/js/popup.ldap.test.edit.js.php
zabbix/app/views/js/popup.maintenance.period.js.php
zabbix/app/views/js/popup.massupdate.item.js.php
zabbix/app/views/js/popup.massupdate.js.php
@ -435,6 +457,7 @@ zabbix/app/views/js/popup.massupdate.trigger.js.php
zabbix/app/views/js/popup.media.js.php
zabbix/app/views/js/popup.mediatype.message.js.php
zabbix/app/views/js/popup.mediatypetest.edit.js.php
zabbix/app/views/js/popup.proxy.edit.js.php
zabbix/app/views/js/popup.scheduledreport.edit.js.php
zabbix/app/views/js/popup.scheduledreport.subscription.js.php
zabbix/app/views/js/popup.scriptexec.js.php
@ -444,9 +467,12 @@ zabbix/app/views/js/popup.services.js.php
zabbix/app/views/js/popup.sla.edit.js.php
zabbix/app/views/js/popup.sla.excludeddowntime.edit.js.php
zabbix/app/views/js/popup.tabfilter.edit.js.php
zabbix/app/views/js/popup.templategroup.edit.js.php
zabbix/app/views/js/popup.token.edit.js.php
zabbix/app/views/js/popup.tophosts.column.edit.js.php
zabbix/app/views/js/popup.triggerexpr.js.php
zabbix/app/views/js/popup.valuemap.edit.js.php
zabbix/app/views/js/proxy.list.js.php
zabbix/app/views/js/reports.auditlog.list.js.php
zabbix/app/views/js/reports.scheduledreport.edit.js.php
zabbix/app/views/js/search.js.php
@ -505,10 +531,13 @@ zabbix/app/views/popup.dashboard.share.edit.php
zabbix/app/views/popup.discovery.check.php
zabbix/app/views/popup.generic.php
zabbix/app/views/popup.host.edit.php
zabbix/app/views/popup.hostgroup.edit.php
zabbix/app/views/popup.httpstep.php
zabbix/app/views/popup.import.compare.php
zabbix/app/views/popup.import.php
zabbix/app/views/popup.itemtestedit.view.php
zabbix/app/views/popup.ldap.edit.php
zabbix/app/views/popup.ldap.test.edit.php
zabbix/app/views/popup.lldoperation.php
zabbix/app/views/popup.lldoverride.php
zabbix/app/views/popup.maintenance.period.php
@ -520,6 +549,7 @@ zabbix/app/views/popup.massupdate.trigger.php
zabbix/app/views/popup.media.php
zabbix/app/views/popup.mediatype.message.php
zabbix/app/views/popup.mediatypetest.edit.php
zabbix/app/views/popup.proxy.edit.php
zabbix/app/views/popup.scheduledreport.edit.php
zabbix/app/views/popup.scheduledreport.list.php
zabbix/app/views/popup.scheduledreport.subscription.php
@ -531,11 +561,15 @@ zabbix/app/views/popup.services.php
zabbix/app/views/popup.sla.edit.php
zabbix/app/views/popup.sla.excludeddowntime.edit.php
zabbix/app/views/popup.tabfilter.edit.php
zabbix/app/views/popup.templategroup.edit.php
zabbix/app/views/popup.testtriggerexpr.php
zabbix/app/views/popup.token.edit.php
zabbix/app/views/popup.token.view.php
zabbix/app/views/popup.tophosts.column.edit.php
zabbix/app/views/popup.triggerexpr.php
zabbix/app/views/popup.valuemap.edit.php
zabbix/app/views/popup.view.php
zabbix/app/views/proxy.list.php
zabbix/app/views/report.status.php
zabbix/app/views/reports.auditlog.list.php
zabbix/app/views/reports.scheduledreport.edit.php
@ -608,7 +642,6 @@ zabbix/graphs.php
zabbix/history.php
zabbix/host_discovery.php
zabbix/host_prototypes.php
zabbix/hostgroups.php
zabbix/hostinventories.php
zabbix/hostinventoriesoverview.php
zabbix/httpconf.php
@ -699,12 +732,14 @@ zabbix/include/classes/api/services/CSla.php
zabbix/include/classes/api/services/CTask.php
zabbix/include/classes/api/services/CTemplate.php
zabbix/include/classes/api/services/CTemplateDashboard.php
zabbix/include/classes/api/services/CTemplateGroup.php
zabbix/include/classes/api/services/CToken.php
zabbix/include/classes/api/services/CTrend.php
zabbix/include/classes/api/services/CTrigger.php
zabbix/include/classes/api/services/CTriggerGeneral.php
zabbix/include/classes/api/services/CTriggerPrototype.php
zabbix/include/classes/api/services/CUser.php
zabbix/include/classes/api/services/CUserDirectory.php
zabbix/include/classes/api/services/CUserGroup.php
zabbix/include/classes/api/services/CUserMacro.php
zabbix/include/classes/api/services/CValueMap.php
@ -768,6 +803,7 @@ zabbix/include/classes/helpers/CCorrelationHelper.php
zabbix/include/classes/helpers/CCuid.php
zabbix/include/classes/helpers/CDashboardHelper.php
zabbix/include/classes/helpers/CDataCacheHelper.php
zabbix/include/classes/helpers/CDocHelper.php
zabbix/include/classes/helpers/CElasticsearchHelper.php
zabbix/include/classes/helpers/CEncryptHelper.php
zabbix/include/classes/helpers/CHintBoxHelper.php
@ -794,7 +830,6 @@ zabbix/include/classes/helpers/CTemplateHelper.php
zabbix/include/classes/helpers/CTimezoneHelper.php
zabbix/include/classes/helpers/CUploadFile.php
zabbix/include/classes/helpers/CValueMapHelper.php
zabbix/include/classes/helpers/CVaultHelper.php
zabbix/include/classes/helpers/CViewHelper.php
zabbix/include/classes/html/
zabbix/include/classes/html/CActionButtonList.php
@ -889,15 +924,19 @@ zabbix/include/classes/html/svg/
zabbix/include/classes/html/svg/CSvg.php
zabbix/include/classes/html/svg/CSvgArrow.php
zabbix/include/classes/html/svg/CSvgCircle.php
zabbix/include/classes/html/svg/CSvgGraphAnnotation.php
zabbix/include/classes/html/svg/CSvgGraphArea.php
zabbix/include/classes/html/svg/CSvgGraphAxis.php
zabbix/include/classes/html/svg/CSvgGraphBar.php
zabbix/include/classes/html/svg/CSvgGraphClipArea.php
zabbix/include/classes/html/svg/CSvgGraphGrid.php
zabbix/include/classes/html/svg/CSvgGraphLegend.php
zabbix/include/classes/html/svg/CSvgGraphLine.php
zabbix/include/classes/html/svg/CSvgGraphLineGroup.php
zabbix/include/classes/html/svg/CSvgGraphPoints.php
zabbix/include/classes/html/svg/CSvgGraphMetricsBar.php
zabbix/include/classes/html/svg/CSvgGraphMetricsLine.php
zabbix/include/classes/html/svg/CSvgGraphMetricsPoint.php
zabbix/include/classes/html/svg/CSvgGraphPercentile.php
zabbix/include/classes/html/svg/CSvgGraphProblems.php
zabbix/include/classes/html/svg/CSvgGraphSimpleTrigger.php
zabbix/include/classes/html/svg/CSvgGraphWorkingTime.php
zabbix/include/classes/html/svg/CSvgGroup.php
zabbix/include/classes/html/svg/CSvgLine.php
zabbix/include/classes/html/svg/CSvgPath.php
@ -934,6 +973,7 @@ zabbix/include/classes/import/converters/C52ImportConverter.php
zabbix/include/classes/import/converters/C52TriggerExpressionConverter.php
zabbix/include/classes/import/converters/C54ImportConverter.php
zabbix/include/classes/import/converters/C54SimpleMacroConverter.php
zabbix/include/classes/import/converters/C60ImportConverter.php
zabbix/include/classes/import/converters/CConstantImportConverter.php
zabbix/include/classes/import/converters/CConverter.php
zabbix/include/classes/import/converters/CDefaultImportConverter.php
@ -966,6 +1006,7 @@ zabbix/include/classes/import/validators/C50XmlValidator.php
zabbix/include/classes/import/validators/C52XmlValidator.php
zabbix/include/classes/import/validators/C54XmlValidator.php
zabbix/include/classes/import/validators/C60XmlValidator.php
zabbix/include/classes/import/validators/C62XmlValidator.php
zabbix/include/classes/import/validators/CImportValidatorFactory.php
zabbix/include/classes/import/validators/CXmlValidator.php
zabbix/include/classes/import/validators/CXmlValidatorGeneral.php
@ -976,6 +1017,7 @@ zabbix/include/classes/macros/CMacrosResolver.php
zabbix/include/classes/macros/CMacrosResolverGeneral.php
zabbix/include/classes/macros/CMacrosResolverHelper.php
zabbix/include/classes/mvc/
zabbix/include/classes/mvc/CAccessDeniedException.php
zabbix/include/classes/mvc/CController.php
zabbix/include/classes/mvc/CControllerResponse.php
zabbix/include/classes/mvc/CControllerResponseData.php
@ -1093,6 +1135,10 @@ zabbix/include/classes/validators/object/CConditionValidator.php
zabbix/include/classes/validators/object/CUpdateDiscoveredValidator.php
zabbix/include/classes/validators/schema/
zabbix/include/classes/validators/schema/CSchemaValidator.php
zabbix/include/classes/vaults/
zabbix/include/classes/vaults/CVault.php
zabbix/include/classes/vaults/CVaultCyberArk.php
zabbix/include/classes/vaults/CVaultHashiCorp.php
zabbix/include/classes/widgets/
zabbix/include/classes/widgets/CWidgetConfig.php
zabbix/include/classes/widgets/CWidgetHelper.php
@ -1129,6 +1175,7 @@ zabbix/include/classes/widgets/fields/CWidgetFieldSeverities.php
zabbix/include/classes/widgets/fields/CWidgetFieldTags.php
zabbix/include/classes/widgets/fields/CWidgetFieldTextArea.php
zabbix/include/classes/widgets/fields/CWidgetFieldTextBox.php
zabbix/include/classes/widgets/fields/CWidgetFieldTimeZone.php
zabbix/include/classes/widgets/fields/CWidgetFieldUrl.php
zabbix/include/classes/widgets/fields/CWidgetFieldWidgetSelect.php
zabbix/include/classes/widgets/forms/
@ -1156,7 +1203,11 @@ zabbix/include/classes/widgets/forms/CWidgetFormUrl.php
zabbix/include/classes/widgets/forms/CWidgetFormWeb.php
zabbix/include/classes/widgets/views/
zabbix/include/classes/widgets/views/js/
zabbix/include/classes/widgets/views/js/widget.clock.form.view.js.php
zabbix/include/classes/widgets/views/js/widget.item.form.view.js.php
zabbix/include/classes/widgets/views/js/widget.problems.form.view.js.php
zabbix/include/classes/widgets/views/js/widget.slareport.form.view.js.php
zabbix/include/classes/widgets/views/js/widget.svggraph.form.view.js.php
zabbix/include/classes/widgets/views/js/widget.tophosts.form.view.js.php
zabbix/include/classes/widgets/views/widget.actionlog.form.view.php
zabbix/include/classes/widgets/views/widget.clock.form.view.php
@ -1227,8 +1278,6 @@ zabbix/include/views/configuration.host.discovery.edit.php
zabbix/include/views/configuration.host.discovery.list.php
zabbix/include/views/configuration.host.prototype.edit.php
zabbix/include/views/configuration.host.prototype.list.php
zabbix/include/views/configuration.hostgroups.edit.php
zabbix/include/views/configuration.hostgroups.list.php
zabbix/include/views/configuration.httpconf.edit.php
zabbix/include/views/configuration.httpconf.list.php
zabbix/include/views/configuration.item.edit.php
@ -1261,7 +1310,6 @@ zabbix/include/views/js/configuration.host.discovery.edit.overr.js.php
zabbix/include/views/js/configuration.host.discovery.list.js.php
zabbix/include/views/js/configuration.host.prototype.edit.js.php
zabbix/include/views/js/configuration.host.prototype.list.js.php
zabbix/include/views/js/configuration.hostgroups.list.js.php
zabbix/include/views/js/configuration.httpconf.edit.js.php
zabbix/include/views/js/configuration.httpconf.list.js.php
zabbix/include/views/js/configuration.item.edit.js.php
@ -1630,6 +1678,7 @@ zabbix/vendor/symfony/polyfill-ctype/Ctype.php
zabbix/vendor/symfony/polyfill-ctype/LICENSE
zabbix/vendor/symfony/polyfill-ctype/README.md
zabbix/vendor/symfony/polyfill-ctype/bootstrap.php
zabbix/vendor/symfony/polyfill-ctype/bootstrap80.php
zabbix/vendor/symfony/polyfill-ctype/composer.json
zabbix/vendor/symfony/yaml/
zabbix/vendor/symfony/yaml/CHANGELOG.md
@ -1655,9 +1704,9 @@ zabbix/vendor/symfony/yaml/Unescaper.php
zabbix/vendor/symfony/yaml/Yaml.php
zabbix/vendor/symfony/yaml/composer.json
zabbix/zabbix.php
@cwd ${LOCALBASE}/share/doc/pkg-readmes
${PKGSTEM}
@cwd ${LOCALBASE}
share/examples/php-${MODPHP_VERSION}/
share/examples/php-${MODPHP_VERSION}/zabbix.ini
@sample ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/zabbix.ini
@cwd ${LOCALBASE}/share/doc/pkg-readmes
${PKGSTEM}