SHA256
1
0
forked from pool/zabbix

Accepting request 912029 from home:bmanojlovic:branches:server:monitoring:zabbix

- updated to latest release 4.0.32
- New Features and Improvements
  + ZBXNEXT-6662 Increased field size to 2000 characters in web scenario variables
    and web scenario step variables and post fields
- Bug Fixes
  + ZBX-19558 Fixed creating of dependent item prototypes
  + ZBX-18695 Fixed file_put_contents() runtime error if web server has
    no write permissions for zabbix.conf.php
  + ZBX-19424 Fixed trigger handling failing if host name looks like a number
  + ZBX-19318 Added sorting by itemids for trends flush to avoid deadlock
  + ZBX-18879 Fixed update vmware info about vCenter fullname and version
  + ZBX-19447 Implemented item type validation by API
  + ZBX-19388 Fixed inherited graph and graph prototype update if user has
    no permissions to child host or template
  + ZBX-19358 Fixed memory leak in case of duplicate vmware hv uuid
  + ZBX-19248 Fixed retrieving of all data from separate database tables inside of
    API methods when empty value for filter is passed
  + ZBX-19300 Updated jquery version
  + ZBX-19139 Fixed memory errors in cmdline parsing on freebsd
  + ZBX-19359 Fixed error in logsource function due to empty source
  + ZBX-8999 Fixed exporting of images separately from other objects

OBS-URL: https://build.opensuse.org/request/show/912029
OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=26
This commit is contained in:
Boris Manojlovic 2021-08-13 19:58:37 +00:00 committed by Git OBS Bridge
parent 7b638a8395
commit 8edd3075a9
4 changed files with 34 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0318525d5d970c3f1c9826bc2e5243912821433b0c13abb9d72bb58f39e7cac9
size 17600018

3
zabbix-4.0.32.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05ae28e5495e3465f7e33f4e50fe1d1d4d981fbfbff698e733fd65a29a28f6aa
size 17606713

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Aug 13 19:53:27 UTC 2021 - Boris Manojlovic <boris@steki.net>
- updated to latest release 4.0.32
- New Features and Improvements
+ ZBXNEXT-6662 Increased field size to 2000 characters in web scenario variables
and web scenario step variables and post fields
- Bug Fixes
+ ZBX-19558 Fixed creating of dependent item prototypes
+ ZBX-18695 Fixed file_put_contents() runtime error if web server has
no write permissions for zabbix.conf.php
+ ZBX-19424 Fixed trigger handling failing if host name looks like a number
+ ZBX-19318 Added sorting by itemids for trends flush to avoid deadlock
+ ZBX-18879 Fixed update vmware info about vCenter fullname and version
+ ZBX-19447 Implemented item type validation by API
+ ZBX-19388 Fixed inherited graph and graph prototype update if user has
no permissions to child host or template
+ ZBX-19358 Fixed memory leak in case of duplicate vmware hv uuid
+ ZBX-19248 Fixed retrieving of all data from separate database tables inside of
API methods when empty value for filter is passed
+ ZBX-19300 Updated jquery version
+ ZBX-19139 Fixed memory errors in cmdline parsing on freebsd
+ ZBX-19359 Fixed error in logsource function due to empty source
+ ZBX-8999 Fixed exporting of images separately from other objects
-------------------------------------------------------------------
Thu Jun 24 09:46:42 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -23,7 +23,7 @@
%define agent_group zabbix
%define SUSEfirewall_services_dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
Name: zabbix
Version: 4.0.31
Version: 4.0.32
Release: 0
Summary: Distributed monitoring system
License: GPL-2.0-or-later
@ -159,7 +159,7 @@ Group: System/Monitoring
Requires: %{name}-server = %{version}-%{release}
Requires: mariadb
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Conflicts: zabbix-server-mysql
Provides: %{name} = %{version}-%{release}
Provides: zabbix_server_binary = %{version}-%{release}
@ -173,7 +173,7 @@ Group: System/Monitoring
Requires: %{name}-server = %{version}-%{release}
Requires: postgresql
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Conflicts: zabbix-server-postgresql
Provides: %{name} = %{version}-%{release}
Provides: zabbix_server_binary = %{version}-%{release}
@ -187,7 +187,7 @@ Group: System/Monitoring
Requires: %{name}-proxy = %{version}-%{release}
Requires: mariadb
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Conflicts: zabbix-proxy-mysql
Provides: %{name} = %{version}-%{release}
Provides: zabbix_proxy_binary = %{version}-%{release}
@ -201,7 +201,7 @@ Group: System/Monitoring
Requires: %{name}-proxy = %{version}-%{release}
Requires: postgresql
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Conflicts: zabbix-proxy-postgresql
Provides: %{name} = %{version}-%{release}
Provides: zabbix_proxy_binary = %{version}-%{release}
@ -214,7 +214,7 @@ Summary: Zabbix proxy with SQLite support
Group: System/Monitoring
Requires: %{name}-proxy = %{version}-%{release}
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Conflicts: zabbix-proxy-sqlite
Provides: %{name} = %{version}-%{release}
Provides: zabbix_proxy_binary = %{version}-%{release}