diff --git a/fedora/SPECS/zabbix.spec b/fedora/SPECS/zabbix.spec index 61fbff6..d632dbc 100644 --- a/fedora/SPECS/zabbix.spec +++ b/fedora/SPECS/zabbix.spec @@ -1,6 +1,6 @@ Name: zabbix -Version: 6.4.7 -Release: %{?alphatag:%{?alphatag}.}release1%{?dist} +Version: 6.4.8 +Release: %{?alphatag:%{?alphatag}.}release2%{?dist} Summary: The Enterprise-class open source monitoring solution Group: Applications/Internet License: GPLv2+ @@ -78,22 +78,6 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) %{!?build_selinux_policy: %global build_selinux_policy 1} %endif -# overwrites: -%global build_frontend 1 -%global build_agent2 1 -%global build_agent 1 -%global build_web_service 1 -%global build_java_gateway 1 -%global build_with_mysql 1 -%global build_with_pgsql 1 -%global build_with_sqlite 1 -%global build_server 1 -%global build_proxy 1 -%global build_selinux_policy 1 -BuildRequires: mysql-connector-odbc postgresql-odbc unixODBC unixODBC-devel -BuildRequires: libssh2-devel net-snmp-devel postgresql-server-devel gnutls-devel -# end owerwrite - # FIXME: Building debuginfo is broken on RHEL 5 & 8. Disabled for now. %if 0%{?rhel} <= 5 || 0%{?rhel} >= 8 %define debug_package %{nil} @@ -242,6 +226,7 @@ SQL files needed to setup Zabbix server or proxy databases Summary: Zabbix proxy for MySQL or MariaDB database Group: Applications/Internet Requires: fping +Requires: logrotate Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -255,6 +240,7 @@ Zabbix proxy with MySQL or MariaDB database support. Summary: Zabbix proxy for PostgreSQL database Group: Applications/Internet Requires: fping +Requires: logrotate Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -268,6 +254,7 @@ Zabbix proxy with PostgreSQL database support. Summary: Zabbix proxy for SQLite3 database Group: Applications/Internet Requires: fping +Requires: logrotate Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -283,6 +270,7 @@ Zabbix proxy with SQLite3 database support. Summary: Zabbix server for MySQL or MariaDB database Group: Applications/Internet Requires: fping +Requires: logrotate Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -296,6 +284,7 @@ Zabbix server with MySQL or MariaDB database support. Summary: Zabbix server for PostgresSQL database Group: Applications/Internet Requires: fping +Requires: logrotate Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -427,7 +416,7 @@ Zabbix SELinux policy %setup0 -q -n %{name}-%{version}%{?alphatag} %if 0%{?build_frontend} -%patch0 -p1 +%patch -P 0 -p1 ## remove font file rm -f ui/assets/fonts/DejaVuSans.ttf @@ -448,7 +437,7 @@ find ui/locale -name '*.sh' | xargs rm -f %endif %if 0%{?build_server} || 0%{?build_proxy} || 0%{?build_agent} || 0%{?build_agent2} -%patch1 -p1 +%patch -P 1 -p1 %endif %if 0%{?build_server} || 0%{?build_proxy} @@ -479,28 +468,28 @@ mv database/sqlite3/schema.sql database/sqlite3/proxy.sql %endif %if 0%{?build_java_gateway} -%patch2 -p1 +%patch -P 2 -p1 %endif # update config files -%patch3 -p1 +%patch -P 3 -p1 %if 0%{?build_agent2} -%patch4 -p1 +%patch -P 4 -p1 %if 0%{?rhel} == 6 -%patch5 -p1 +%patch -P 5 -p1 %endif %endif %if 0%{?rhel} <= 6 -%patch6 -p1 +%patch -P 6 -p1 %if 0%{?build_agent2} -%patch7 -p1 +%patch -P 7 -p1 %endif %endif %if 0%{?build_agent2} -%patch9 -p1 +%patch -P 9 -p1 %endif %build @@ -693,7 +682,7 @@ install -Dm 0644 -p %{SOURCE15} $RPM_BUILD_ROOT%{_tmpfilesdir}/zabbix_agent2.con %if 0%{?build_web_service} cat %{SOURCE3} | sed \ - -e 's|COMPONENT|web-service|g' \ + -e 's|COMPONENT|web_service|g' \ > $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix-web-service cp man/zabbix_web_service.man $RPM_BUILD_ROOT%{_mandir}/man8/zabbix_web_service.8 install -Dm 0644 -p %{SOURCE23} $RPM_BUILD_ROOT%{_unitdir}/zabbix-web-service.service @@ -716,8 +705,8 @@ cp database/mysql/proxy.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/mysql %endif %if 0%{?build_server} cp database/mysql/server.sql.gz $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/mysql -cp database/mysql/double.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/mysql -cp database/mysql/history_pk_prepare.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/mysql +cp database/mysql/option-patches/double.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/mysql +cp database/mysql/option-patches/history_pk_prepare.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/mysql %endif %endif @@ -728,12 +717,14 @@ cp database/postgresql/proxy.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/p %endif %if 0%{?build_server} cp database/postgresql/server.sql.gz $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql -cp database/postgresql/timescaledb.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql -cp database/postgresql/double.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql -cp database/postgresql/history_pk_prepare.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql +cp database/postgresql/timescaledb/schema.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql/timescaledb.sql +cp database/postgresql/option-patches/double.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql +cp database/postgresql/option-patches/history_pk_prepare.sql $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql %endif -cp -R database/postgresql/tsdb_history_pk_upgrade_no_compression $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql -cp -R database/postgresql/tsdb_history_pk_upgrade_with_compression $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql +cp -R database/postgresql/timescaledb/option-patches/without-compression $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql/tsdb_history_pk_upgrade_no_compression +cp -R database/postgresql/timescaledb/option-patches/with-compression $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql/tsdb_history_pk_upgrade_with_compression +rm -f $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql/tsdb_history_pk_upgrade_no_compression/Makefile* +rm -f $RPM_BUILD_ROOT%{_datadir}/zabbix-sql-scripts/postgresql/tsdb_history_pk_upgrade_with_compression/Makefile* %endif %if 0%{?build_with_sqlite} && 0%{?build_proxy} @@ -921,6 +912,8 @@ fi %systemd_preun zabbix-agent2.service : +%postun agent2 +%systemd_postun_with_restart zabbix-agent2.service %endif @@ -1367,581 +1360,6 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po # %changelog -* Thu Sep 28 2023 Zabbix Packager -- update to 6.4.7 - -* Fri Aug 25 2023 Zabbix Packager -- update to 6.4.6 - -* Wed Aug 2 2023 Zabbix Packager -- update to 6.4.5 - -* Fri May 26 2023 Zabbix Packager -- update to 6.4.3 - -* Tue May 23 2023 Zabbix Packager -- update to 6.4.3rc1 - -* Mon May 15 2023 Zabbix Packager - 6.4.2-release3 -- third release of 6.4.2 -- restored support for agent2 on rhel-6 - -* Wed Apr 26 2023 Zabbix Packager - 6.4.2-release2 -- second release of 6.4.2 -- fixed zabbix-web-font on rhel-9 (ZBX-22599) - -* Tue Apr 25 2023 Zabbix Packager - 6.4.2-release1 -- update to 6.4.2 - -* Wed Apr 19 2023 Zabbix Packager - 6.4.2-rc2.release1 -- update to 6.4.2rc2 - -* Tue Apr 18 2023 Zabbix Packager - 6.4.2-rc1.release1 -- update to 6.4.2rc1 - -* Mon Apr 03 2023 Zabbix Packager - 6.4.1-release1 -- update to 6.4.1 - -* Wed Mar 29 2023 Zabbix Packager - 6.4.1-rc2.release1 -- update to 6.4.1rc2 - -* Wed Mar 22 2023 Zabbix Packager - 6.4.1-rc1.release1 -- update to 6.4.1rc1 - -* Tue Mar 07 2023 Zabbix Packager - 6.4.0-release1 -- update to 6.4.0 - -* Thu Mar 02 2023 Zabbix Packager - 6.4.0-rc4.release1 -- update to 6.4.0rc4 - -* Tue Feb 28 2023 Zabbix Packager - 6.4.0-rc3.release1 -- update to 6.4.0rc3 - -* Tue Feb 21 2023 Zabbix Packager - 6.4.0-rc2.release1 -- update to 6.4.0rc2 -- removed c99.patch; use -std=gnu99 compiler flag instead - -* Wed Feb 08 2023 Zabbix Packager - 6.4.0-rc1.release1 -- update to 6.4.0rc1 -- updated c99.patch - -* Wed Jan 25 2023 Zabbix Packager - 6.4.0-beta6.release1 -- update to 6.4.0beta6 -- added LimitNOFILE=8192 to agent2 systemd service file (ZBX-22061) -- added agent2.conf.socket.patch (ZBX-22061) - -* Tue Dec 20 2022 Zabbix Packager - 6.4.0-beta5.release1 -- update to 6.4.0beta5 - -* Tue Nov 29 2022 Zabbix Packager - 6.4.0-beta4.release1 -- update to 6.4.0beta4 - -* Tue Nov 08 2022 Zabbix Packager - 6.4.0-beta3.release1 -- update to 6.4.0beta3 - -* Thu Oct 27 2022 Zabbix Packager - 6.4.0-beta2.release1 -- update to 6.4.0beta2 -- removed agent2 for rhel-6 - -* Thu Sep 29 2022 Zabbix Packager - 6.4.0-beta1.release1 -- update to 6.4.0beta1 -- removed postgres.conf from agent2 package - -* Wed Sep 14 2022 Zabbix Packager - 6.4.0-alpha1.release1 -- update to 6.4.0alpha1 -- added "release" prefix to package version -- added new postgresql files to sql-scripts package -- moved zabbix-sql-scripts contents out of system documentation and into data directory - -* Thu Jul 14 2022 Zabbix Packager - 6.2.1-1 -- update to 6.2.1 - -* Mon Jul 04 2022 Zabbix Packager - 6.2.0-1 -- update to 6.2.0 - -* Wed Jun 29 2022 Zabbix Packager - 6.2.0-0.8rc3 -- update to 6.2.0rc3 - -* Wed Jun 22 2022 Zabbix Packager - 6.2.0-0.7rc2 -- update to 6.2.0rc2 -- reverted /run to /var/run in conf files using patches 6 & 7 for rhel <= 6 -- fixed bogus systemd scriptlet for agent2 on rhel < 7 -- silencing agent2 interactive output on rhel 6 (ZBX-20456) - -* Thu Jun 09 2022 Zabbix Packager - 6.2.0-0.6rc1 -- update to 6.2.0rc1 -- removed mongodb from agent2, expecting to use external plugin - -* Wed May 25 2022 Zabbix Packager - 6.2.0-0.5beta3 -- update to 6.2.0beta3 -- added After=postgresql-14.service to server and proxy systemd service files - -* Tue May 10 2022 Zabbix Packager - 6.2.0-0.4beta2 -- update to 6.2.0beta2 - -* Tue May 03 2022 Zabbix Packager - 6.2.0-0.3beta1 -- update to 6.2.0beta1 -- updated selinux-policy to allow web servers connecting to postgres via socket -- fixed selinux-policy postun scriptlet - -* Mon Apr 25 2022 Zabbix Packager - 6.2.0-0.2alpha2 -- update to 6.2.0alpha2 - -* Tue Apr 19 2022 Zabbix Packager - 6.2.0-0.1alpha1 -- update to 6.2.0alpha1 -- added rhel6-go11.6.patch -- replaced /var/run with /run - -* Mon Feb 14 2022 Zabbix Packager - 6.0.0-1 -- update to 6.0.0 - -* Fri Feb 04 2022 Zabbix Packager - 6.0.0-0.12rc2 -- update to 6.0.0rc2 - -* Tue Feb 01 2022 Zabbix Packager - 6.0.0-0.11rc1 -- update to 6.0.0rc1 - -* Tue Jan 25 2022 Zabbix Packager - 6.0.0-0.10beta3 -- update to 6.0.0beta3 - -* Tue Jan 11 2022 Zabbix Packager - 6.0.0-0.9beta2 -- update to 6.0.0beta2 -- using pcre2 on rhel >= 7 -- added history_pk_prepare.sql to sql-scripts package - -* Mon Dec 13 2021 Zabbix Packager - 6.0.0-0.8beta1 -- update to 6.0.0beta1 -- removed erronious references to tmpfiles.d on rhel < 7 and fixed _tmpfilesdir macro usage -- removed "Obsoletes: zabbix" for web-servce sub-package -- renamed create.sql.gz to server.sql.gz -- renamed schema.sql to proxy.sql -- compressing only server.sql.gz - -* Mon Nov 22 2021 Zabbix Packager - 6.0.0-0.7alpha7 -- update to 6.0.0alpha7 - -* Tue Nov 09 2021 Zabbix Packager - 6.0.0-0.6alpha6 -- update to 6.0.0alpha6 - -* Mon Oct 25 2021 Zabbix Packager - 6.0.0-0.5alpha5 -- update to 6.0.0alpha5 -- separated agent2 plugin conf files (ZBXNEXT-6428) -- updated php-fpm conf files (ZBX-20106) - -* Wed Oct 06 2021 Zabbix Packager - 6.0.0-0.4alpha4 -- update to 6.0.0alpha4 - -* Mon Sep 20 2021 Zabbix Packager - 6.0.0-0.3alpha3 -- update to 6.0.0alpha3 - -* Mon Sep 06 2021 Zabbix Packager - 6.0.0-0.2alpha2 -- update to 6.0.0alpha2 - -* Wed Aug 25 2021 Zabbix Packager - 6.0.0-0.1alpha1 -- update to 6.0.0alpha1 -- added selinux-policy package (rhel 7+) - -* Wed Jul 21 2021 Zabbix Packager - 5.4.3-1 -- update to 5.4.3 - -* Mon Jun 28 2021 Zabbix Packager - 5.4.2-1 -- update to 5.4.2 - -* Mon Jun 07 2021 Zabbix Packager - 5.4.1-1 -- update to 5.4.1 -- removed bogus PIDFile from zabbix-web-service.service file -- using conditionals around sub-package definition blocks; fixed wrong arch in rhel-5 package names -- denying web server access to vendor subdir in /usr/share/zabbix -- renamed config.patch to frontend.patch -- replaced conf file sed substitutions with patches - -* Thu May 27 2021 Zabbix Packager - 5.4.0-9 -- second build of 5.4.0 agent2 -- fixed LogFile path substitution for agent2 - -* Fri May 14 2021 Zabbix Packager - 5.4.0-8 -- update to 5.4.0 -- setting EXTERNAL_SCRIPTS_PATH and ALERT_SCRIPTS_PATH make variables to /usr/lib/zabbix/* - -* Thu May 13 2021 Zabbix Packager - 5.4.0-0.8rc2 -- update to 5.4.0rc2 - -* Tue May 11 2021 Zabbix Packager - 5.4.0-0.7rc1 -- update to 5.4.0rc1 - -* Mon Apr 26 2021 Zabbix Packager - 5.4.0-0.6beta3 -- update to 5.4.0beta3 -- added zabbix-web-service package (ZBXNEXT-6480) - -* Thu Mar 11 2021 Zabbix Packager - 5.4.0-0.5beta2 -- update to 5.4.0beta2 -- fixed errors and warnings reported by rpmlint -- added ProxyTimeout 300 to apache config, when running with php-fpm -- removed database subdir from sql-scripts package -- added After=postgresql-13.service to server & proxy service files - -* Mon Mar 01 2021 Zabbix Packager - 5.4.0-0.4beta1 -- update to 5.4.0beta1 - -* Thu Feb 18 2021 Zabbix Packager - 5.4.0-0.3alpha2 -- update to 5.4.0alpha2 -- updated java-gateway package to use startup and shutdown scripts from zabbix sources - -* Thu Jan 28 2021 Zabbix Packager - 5.4.0-0.2alpha1 -- second build of 5.4.0alpha1 -- fixed BuildArch and files section for zabbix-sql-scripts package - -* Thu Jan 28 2021 Zabbix Packager - 5.4.0-0.1alpha1 -- update to 5.4.0alpha1 -- reworked spec file to allow selecting which packages are being built via macros (ZBX-18826) - -* Mon Dec 21 2020 Zabbix Packager - 5.2.3-1 -- update to 5.2.3 - -* Mon Nov 30 2020 Zabbix Packager - 5.2.2-1 -- update to 5.2.2 -- added proxy and java-gateway to rhel-7 - -* Fri Oct 30 2020 Zabbix Packager - 5.2.1-1 -- update to 5.2.1 - -* Mon Oct 26 2020 Zabbix Packager - 5.2.0-1 -- update to 5.2.0 - -* Thu Oct 22 2020 Zabbix Packager - 5.2.0-0.7rc2 -- update to 5.2.0rc2 - -* Tue Oct 20 2020 Zabbix Packager - 5.2.0-0.6rc1 -- update to 5.2.0rc1 - -* Mon Oct 12 2020 Zabbix Packager - 5.2.0-0.5beta2 -- update to 5.2.0beta2 - -* Mon Sep 28 2020 Zabbix Packager - 5.2.0-0.4beta1 -- update to 5.2.0beta1 -- added User=zabbix & Group=zabbix to all service files - -* Mon Sep 14 2020 Zabbix Packager - 5.2.0-0.3alpha3 -- update to 5.2.0alpha3 -- added separate zabbix-web-deps package -- doing hardened builds on rhel >= 8 -- removed libyaml.patch -- overriding ExternalScripts & AlertScriptsPath in binaries instead of config files (ZBX-17983) - -* Mon Aug 31 2020 Zabbix Packager - 5.2.0-0.2alpha2 -- update to 5.2.0alpha2 -- building only agent, sender & get packages on rhel <= 7 -- creating empty log file for agent2 (ZBX-18243) - -* Mon Aug 17 2020 Zabbix Packager - 5.2.0-0.1alpha1 -- update to 5.2.0alpha1 -- building server and proxy with mysql 8 & postgresql 12 on rhel/centos 7 (ZBX-18221) -- added various After=postgresql* directives to server & proxy service files (ZBX-17492) - -* Mon Jul 13 2020 Zabbix Packager - 5.0.2-1 -- update to 5.0.2 -- removed ZBX-17801 patch -- added "if build_agent2" around zabbix_agent2.conf installation (ZBX-17818) - -* Thu May 28 2020 Zabbix Packager - 5.0.1-1 -- update to 5.0.1 -- changed mysql build dependency on rhel/centos-8 from mysql-devel to mariadb-connector-c-devel (ZBX-17738) -- added patch that fixes (ZBX-17801) - -* Mon May 11 2020 Zabbix Packager - 5.0.0-1 -- update to 5.0.0 - -* Tue May 05 2020 Zabbix Packager - 5.0.0-0.7rc1 -- update to 5.0.0rc1 -- moved frontends/php to ui directory - -* Mon Apr 27 2020 Zabbix Packager - 5.0.0-0.6beta2 -- update to 5.0.0beta2 - -* Tue Apr 14 2020 Zabbix Packager - 5.0.0-0.5beta1 -- update to 5.0.0beta1 -- added agent2 on rhel/centos 7 - -* Mon Mar 30 2020 Zabbix Packager - 5.0.0-0.4alpha4 -- update to 5.0.0alpha4 -- removed proxy, java-gateway & js packages on rhel 5 & 6 due to minimum supported database version increase - -* Mon Mar 16 2020 Zabbix Packager - 5.0.0-0.3alpha3 -- update to 5.0.0alpha3 -- using libssh instead of libssh2 (rhel/centos 8) -- removed explicit dependency on php from zabbix-web (rhel/centos 8) -- removed explicit dependency on httpd from zabbix-web (rhel/centos 7) -- added zabbix-apache-conf (rhel/centos 7) -- using zabbix-web-database-scl as zabbix-(apache/nginx)-conf package dependency (rhel/centos 7) - -* Mon Feb 17 2020 Zabbix Packager - 5.0.0-0.2alpha2 -- update to 5.0.0alpha2 -- fixed font configuration in pre/post scriptlets on rhel-8 - -* Wed Feb 05 2020 Zabbix Packager - 5.0.0-0.2alpha1 -- added *-scl packages to help with resolving php7.2+ and nginx dependencies of zabbix frontend on rhel/centos 7 -- added posttrans script that preserves /etc/zabbix/zabbix_agentd.d/userparameter_mysql.conf file -- added config(noreplace) to /etc/sysconfig/zabbix-agent -- added explicit version to php-module dependencies in zabbix-web package on rhel/centos 8 - -* Mon Jan 27 2020 Zabbix Packager - 5.0.0-0.1alpha1 -- update to 5.0.0alpha1 - -* Tue Jan 07 2020 Zabbix Packager - 4.4.4-2 -- build of rhel-5 packages to be resigned with gpg version 3 - -* Thu Dec 19 2019 Zabbix Packager - 4.4.4-1 -- update to 4.4.4 -- added After=.service directives to server and proxy service files - -* Wed Nov 27 2019 Zabbix Packager - 4.4.3-1 -- update to 4.4.3 -- added User=zabbix and Group=zabbix directives to agent service file - -* Mon Nov 25 2019 Zabbix Packager - 4.4.2-1 -- update to 4.4.2 - -* Mon Oct 28 2019 Zabbix Packager - 4.4.1-1 -- update to 4.4.1 - -* Mon Oct 07 2019 Zabbix Packager 4.4.0-1 -- update to 4.4.0 - -* Thu Oct 03 2019 Zabbix Packager - 4.4.0-0.5rc1 -- update to 4.4.0rc1 - -* Tue Sep 24 2019 Zabbix Packager - 4.4.0-0.4beta1 -- update to 4.4.0beta1 -- added zabbix-agent2 package - -* Wed Sep 18 2019 Zabbix Packager - 4.4.0-0.3alpha3 -- update to 4.4.0alpha3 - -* Thu Aug 15 2019 Zabbix Packager - 4.4.0-0.2alpha2 -- update to 4.4.0alpha2 -- using google-noto-sans-cjk-ttc-fonts for graphfont in web-japanese package on rhel-8 -- added php-fpm as dependency of zabbix-web packages on rhel-8 - -* Wed Jul 17 2019 Zabbix Packager - 4.4.0-0.1alpha1 -- update to 4.4.0alpha1 -- removed apache config from zabbix-web package -- added dedicated zabbix-apache-conf and zabbix-nginx-conf packages - -* Fri Mar 29 2019 Zabbix Packager - 4.2.0-1 -- update to 4.2.0 -- removed jabber notifications support and dependency on iksemel library - -* Tue Mar 26 2019 Zabbix Packager - 4.2.0-0.6rc2 -- update to 4.2.0rc2 - -* Mon Mar 18 2019 Zabbix Packager - 4.2.0-0.5rc1 -- update to 4.2.0rc1 - -* Mon Mar 04 2019 Zabbix Packager - 4.2.0-0.4beta2 -- update to 4.2.0beta2 - -* Mon Feb 18 2019 Zabbix Packager - 4.2.0-0.1beta1 -- update to 4.2.0beta1 - -* Tue Feb 05 2019 Zabbix Packager - 4.2.0-0.3alpha3 -- build of 4.2.0alpha3 with *.mo files - -* Wed Jan 30 2019 Zabbix Packager - 4.2.0-0.2alpha3 -- added timescaledb.sql.gz to zabbix-server-pgsql package - -* Mon Jan 28 2019 Zabbix Packager - 4.2.0-0.1alpha3 -- update to 4.2.0alpha3 - -* Fri Dec 21 2018 Zabbix Packager - 4.2.0-0.2alpha2 -- update to 4.2.0alpha2 - -* Tue Nov 27 2018 Zabbix Packager - 4.2.0-0.1alpha1 -- update to 4.2.0alpha1 - -* Mon Oct 29 2018 Zabbix Packager - 4.0.1-1 -- update to 4.0.1 - -* Mon Oct 01 2018 Zabbix Packager - 4.0.0-2 -- update to 4.0.0 - -* Fri Sep 28 2018 Zabbix Packager - 4.0.0-1.1rc3 -- update to 4.0.0rc3 - -* Tue Sep 25 2018 Zabbix Packager - 4.0.0-1.1rc2 -- update to 4.0.0rc2 - -* Wed Sep 19 2018 Zabbix Packager - 4.0.0-1.1rc1 -- update to 4.0.0rc1 - -* Mon Sep 10 2018 Zabbix Packager - 4.0.0-1.1beta2 -- update to 4.0.0beta2 - -* Tue Aug 28 2018 Zabbix Packager - 4.0.0-1.1beta1 -- update to 4.0.0beta1 - -* Mon Jul 23 2018 Zabbix Packager - 4.0.0-1.1alpha9 -- update to 4.0.0alpha9 -- add PHP variable max_input_vars = 10000, overriding default 1000 - -* Mon Jun 18 2018 Zabbix Packager - 4.0.0-1.1alpha8 -- update to 4.0.0alpha8 - -* Wed May 30 2018 Zabbix Packager - 4.0.0-1.1alpha7 -- update to 4.0.0alpha7 - -* Fri Apr 27 2018 Zabbix Packager - 4.0.0-1.1alpha6 -- update to 4.0.0alpha6 -- add support for Ubuntu 18.04 (Bionic) -- move enabling JMX interface on Zabbix java gateway to zabbix_java_gateway.conf - -* Mon Mar 26 2018 Vladimir Levijev - 4.0.0-1.1alpha5 -- update to 4.0.0alpha5 - -* Tue Feb 27 2018 Vladimir Levijev - 4.0.0-1.1alpha4 -- update to 4.0.0alpha4 - -* Mon Feb 05 2018 Vladimir Levijev - 4.0.0-1.1alpha3 -- update to 4.0.0alpha3 - -* Tue Jan 09 2018 Vladimir Levijev - 4.0.0-1.1alpha2 -- update to 4.0.0alpha2 - -* Tue Dec 19 2017 Vladimir Levijev - 4.0.0-1alpha1 -- update to 4.0.0alpha1 - -* Thu Nov 09 2017 Vladimir Levijev - 3.4.4-2 -- add missing translation (.mo) files - -* Tue Nov 07 2017 Vladimir Levijev - 3.4.4-1 -- update to 3.4.4 -- fix issue with new line character in pid file that resulted in failure when shutting down daemons on RHEL 5 - -* Tue Oct 17 2017 Vladimir Levijev - 3.4.3-1 -- update to 3.4.3 - -* Mon Sep 25 2017 Vladimir Levijev - 3.4.2-1 -- update to 3.4.2 - -* Mon Aug 28 2017 Vladimir Levijev - 3.4.1-1 -- update to 3.4.1 -- change SocketDir to /var/run/zabbix - -* Mon Aug 21 2017 Vladimir Levijev - 3.4.0-1 -- update to 3.4.0 - -* Wed Apr 26 2017 Kodai Terashima - 3.4.0-1alpha1 -- update to 3.4.0alpla1 r68116 -- add libpcre and libevent for compile option - -* Sun Apr 23 2017 Kodai Terashima - 3.2.5-1 -- update to 3.2.5 -- add TimeoutSec=0 to systemd service file - -* Thu Mar 02 2017 Kodai Terashima - 3.2.4-2 -- remove TimeoutSec for systemd - -* Mon Feb 27 2017 Kodai Terashima - 3.2.4-1 -- update to 3.2.4 -- add TimeoutSec for systemd service file - -* Wed Dec 21 2016 Kodai Terashima - 3.2.3-1 -- update to 3.2.3 - -* Thu Dec 08 2016 Kodai Terashima - 3.2.2-1 -- update to 3.2.2 - -* Sun Oct 02 2016 Kodai Terashima - 3.2.1-1 -- update to 3.2.1 -- use zabbix user and group for Java Gateway -- add SuccessExitStatus=143 for Java Gateway servie file - -* Tue Sep 13 2016 Kodai Terashima - 3.2.0-1 -- update to 3.2.0 -- add *.conf for Include parameter in agent configuration file - -* Mon Sep 12 2016 Kodai Terashima - 3.2.0rc2-1 -- update to 3.2.0rc2 - -* Fri Sep 09 2016 Kodai Terashima - 3.2.0rc1-1 -- update to 3.2.0rc1 - -* Thu Sep 01 2016 Kodai Terashima - 3.2.0beta2-1 -- update to 3.2.0beta2 - -* Fri Aug 26 2016 Kodai Terashima - 3.2.0beta1-1 -- update to 3.2.0beta1 - -* Fri Aug 12 2016 Kodai Terashima - 3.2.0alpha1-1 -- update to 3.2.0alpha1 - -* Sun Jul 24 2016 Kodai Terashima - 3.0.4-1 -- update to 3.0.4 - -* Sun May 22 2016 Kodai Terashima - 3.0.3-1 -- update to 3.0.3 -- fix java gateway systemd script to use java options - -* Wed Apr 20 2016 Kodai Terashima - 3.0.2-1 -- update to 3.0.2 -- remove ZBX-10459.patch - -* Sat Apr 02 2016 Kodai Terashima - 3.0.1-2 -- fix proxy packges doesn't have schema.sql.gz -- add server and web packages for RHEL6 -- add ZBX-10459.patch - -* Sun Feb 28 2016 Kodai Terashima - 3.0.1-1 -- update to 3.0.1 -- remove DBSocker parameter - -* Sat Feb 20 2016 Kodai Terashima - 3.0.0-2 -- agent, proxy and java-gateway for RHEL 5 and 6 - -* Mon Feb 15 2016 Kodai Terashima - 3.0.0-1 -- update to 3.0.0 - -* Thu Feb 11 2016 Kodai Terashima - 3.0.0rc2 -- update to 3.0.0rc2 -- add TIMEOUT parameter for java gateway conf - -* Thu Feb 04 2016 Kodai Terashima - 3.0.0rc1 -- update to 3.0.0rc1 - -* Sat Jan 30 2016 Kodai Terashima - 3.0.0beta2 -- update to 3.0.0beta2 - -* Thu Jan 21 2016 Kodai Terashima - 3.0.0beta1 -- update to 3.0.0beta1 - -* Thu Jan 14 2016 Kodai Terashima - 3.0.0alpha6 -- update to 3.0.0alpla6 -- remove zabbix_agent conf and binary - -* Wed Jan 13 2016 Kodai Terashima - 3.0.0alpha5 -- update to 3.0.0alpha5 - -* Fri Nov 13 2015 Kodai Terashima - 3.0.0alpha4-1 -- update to 3.0.0alpha4 - -* Thu Oct 29 2015 Kodai Terashima - 3.0.0alpha3-2 -- fix web-pgsql package dependency -- add --with-openssl option - -* Mon Oct 19 2015 Kodai Terashima - 3.0.0alpha3-1 -- update to 3.0.0alpha3 - -* Tue Sep 29 2015 Kodai Terashima - 3.0.0alpha2-3 -- add IfModule for mod_php5 in apache configuration file -- fix missing proxy_mysql alternatives symlink -- chagne snmptrap log filename -- remove include dir from server and proxy conf - -* Fri Sep 18 2015 Kodai Terashima - 3.0.0alpha2-2 -- fix create.sql doesn't contain schema.sql & images.sql - -* Tue Sep 15 2015 Kodai Terashima - 3.0.0alpha2-1 -- update to 3.0.0alpha2 - -* Sat Aug 22 2015 Kodai Terashima - 2.5.0-1 -- create spec file from scratch -- update to 2.5.0 +* Wed Nov 1 2023 Zabbix Packager +- Version update to 6.4.8 +- Now all available packes are built