forked from pool/zabbix
Accepting request 948085 from server:monitoring:zabbix
- updated to latest realease 4.0.37 - patching CVE-2022-23134 ( bsc#1194681 ) - New Features and Improvements + ZBXNEXT-6809 Changed behavior of the vmware event log, the 'skip' option of the new item resets the VMware event cache - Bug Fixes + ZBX-20382 Updated jquery version + ZBX-20383 Updated logback-core, logback-classic and slf4j-api jars to the latest stable versions + ZBX-20384 Fixed possibility to view setup pages by non-superadmin if config already file exists - Bug Fixes + ZBX-19926 Fixed Zabbix agent crashing when reading event log on Windows Server 2022 + ZBX-20032 Fixed server crash when restarting monitored vmware vc + ZBX-19872 Removed redundant escaping in XML data of HTTP agent POST request - Bug Fixes + ZBX-19428 Fixed high CPU usage and preprocessing workers exiting with timeout when starting numerous poller, trapper and discoverer processes + ZBX-19510 Fixed re-reading of old Windows events for various Windows event system synchronization problems + ZBX-19457 Fixed failed query when updating application names longer than 255 characters OBS-URL: https://build.opensuse.org/request/show/948085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zabbix?expand=0&rev=16
This commit is contained in:
commit
298a1879a4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57773c6fb02c42452f39d17fbd3f0a5af1a00162db2a727396b2261e3c015807
|
|
||||||
size 17614409
|
|
3
zabbix-4.0.37.tar.gz
Normal file
3
zabbix-4.0.37.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ae7b197c236cc0eb78f24d10def1b3123fefa29b048ec5ce0b11d5271fc8e9b
|
||||||
|
size 17552391
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 22 10:37:11 UTC 2022 - Boris Manojlovic <boris@steki.net>
|
||||||
|
|
||||||
|
- updated to latest realease 4.0.37
|
||||||
|
- patching CVE-2022-23134 ( bsc#1194681 )
|
||||||
|
- New Features and Improvements
|
||||||
|
+ ZBXNEXT-6809 Changed behavior of the vmware event log, the 'skip'
|
||||||
|
option of the new item resets the VMware event cache
|
||||||
|
- Bug Fixes
|
||||||
|
+ ZBX-20382 Updated jquery version
|
||||||
|
+ ZBX-20383 Updated logback-core, logback-classic and slf4j-api jars to the latest stable versions
|
||||||
|
+ ZBX-20384 Fixed possibility to view setup pages by non-superadmin if config already file exists
|
||||||
|
- Bug Fixes
|
||||||
|
+ ZBX-19926 Fixed Zabbix agent crashing when reading event log on Windows Server 2022
|
||||||
|
+ ZBX-20032 Fixed server crash when restarting monitored vmware vc
|
||||||
|
+ ZBX-19872 Removed redundant escaping in XML data of HTTP agent POST request
|
||||||
|
- Bug Fixes
|
||||||
|
+ ZBX-19428 Fixed high CPU usage and preprocessing workers exiting with
|
||||||
|
timeout when starting numerous poller, trapper and discoverer processes
|
||||||
|
+ ZBX-19510 Fixed re-reading of old Windows events for various Windows event system synchronization problems
|
||||||
|
+ ZBX-19457 Fixed failed query when updating application names longer than 255 characters
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 11 10:35:51 UTC 2022 - Johannes Segitz <jsegitz@suse.com>
|
Tue Jan 11 10:35:51 UTC 2022 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
12
zabbix.spec
12
zabbix.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zabbix
|
# spec file for package zabbix
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%define agent_group zabbix
|
%define agent_group zabbix
|
||||||
%define SUSEfirewall_services_dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
%define SUSEfirewall_services_dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||||
Name: zabbix
|
Name: zabbix
|
||||||
Version: 4.0.34
|
Version: 4.0.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Distributed monitoring system
|
Summary: Distributed monitoring system
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -109,6 +109,7 @@ Summary: System files for the Zabbix server
|
|||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: fping
|
Requires: fping
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
|
Requires: update-alternatives
|
||||||
Requires: zabbix_server_binary = %{version}-%{release}
|
Requires: zabbix_server_binary = %{version}-%{release}
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
@ -122,6 +123,7 @@ Summary: System files for the Zabbix proxy
|
|||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: fping
|
Requires: fping
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
|
Requires: update-alternatives
|
||||||
Requires: zabbix_proxy_binary = %{version}-%{release}
|
Requires: zabbix_proxy_binary = %{version}-%{release}
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
@ -632,9 +634,9 @@ fi
|
|||||||
%{_bindir}/zabbix-java-gateway
|
%{_bindir}/zabbix-java-gateway
|
||||||
%{_prefix}/lib/zabbix-java-gateway/zabbix-java-gateway-%{version}%{?rclevel}.jar
|
%{_prefix}/lib/zabbix-java-gateway/zabbix-java-gateway-%{version}%{?rclevel}.jar
|
||||||
%{_prefix}/lib/zabbix-java-gateway/android-json-4.3_r3.1.jar
|
%{_prefix}/lib/zabbix-java-gateway/android-json-4.3_r3.1.jar
|
||||||
%{_prefix}/lib/zabbix-java-gateway/slf4j-api-1.7.30.jar
|
%{_prefix}/lib/zabbix-java-gateway/slf4j-api-1.7.32.jar
|
||||||
%{_prefix}/lib/zabbix-java-gateway/logback-core-1.2.3.jar
|
%{_prefix}/lib/zabbix-java-gateway/logback-core-1.2.9.jar
|
||||||
%{_prefix}/lib/zabbix-java-gateway/logback-classic-1.2.3.jar
|
%{_prefix}/lib/zabbix-java-gateway/logback-classic-1.2.9.jar
|
||||||
%{_sbindir}/rczabbix-java-gateway
|
%{_sbindir}/rczabbix-java-gateway
|
||||||
%attr(0770,root,%{server_group}) %dir %{_localstatedir}/log/%{server_user}
|
%attr(0770,root,%{server_group}) %dir %{_localstatedir}/log/%{server_user}
|
||||||
%ghost %attr(0770,root,%{server_group}) %dir %{_rundir}/%{server_user}
|
%ghost %attr(0770,root,%{server_group}) %dir %{_rundir}/%{server_user}
|
||||||
|
Loading…
Reference in New Issue
Block a user