From c2cec12b5c48fd23ea27162064f39975b496f87a049060819e3311edc8c0f68c Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Sat, 18 Jul 2020 21:09:08 +0000 Subject: [PATCH] Accepting request 821685 from home:bmanojlovic:branches:server:monitoring:zabbix - updated to latest release 4.0.22 - Fixes CVE-2020-15803 - New Features and Improvements: + ZBXNEXT-3588 Improved Zabbix server performance when evaluating trigger, discovery, autoregistration and internal actions + ZBXNEXT-5922 Increased max configuration cache size limit to 64GB + ZBXNEXT-4829 Changed web setup wizard to not create and drop tables for DB connectivity test purposes - Bug Fixes: + ZBX-17720 Exclude disabled items from preprocessing configuration sync + ZBX-17851 Fixed possible deadlocks when deleting escalations + ZBX-17406 Fixed null value for a field of compositedata in jmx discovery + ZBX-17891 Changed log, log.count monitoring to ignore file modification time + ZBX-17697 Fixed strict dfsg compliance issue in using minified jquery sources + ZBX-16461 Fixed recovery expression for "link down" trigger and updated for following zabbix template guidelines + ZBX-17702 Fixed escalation cancellation message not being sent when action is disabled + ZBX-17480 Fixed context of {$temp_crit} macro in temperature trigger prototype + ZBX-17694 Fixed high memory consumption when using dependent items + ZBX-17780 Fixed memory leak + ZBX-17577 Fixed remove of selected items in multiselect + ZBX-17226 Fixed confusing error message being displayed if dbversion table cannot be found + ZBX-17801 Shadow global auto_increment mysql variables only for proxy + ZBX-17662 Fixed a failing query when updating existing host prototypes + ZBX-15484 Shadow global auto_increment variables for mysql + ZBX-17607 Fixed unreachable poller being too busy due to snmp checks being attempted twice at a time + ZBX-17629 Fixed markup in user media popup + ZBX-17109 Fixed agent request parameter type parsing + ZBX-17470 Fixed element of filters is not focused on several pages + ZBX-17691 Fixed server crashes on regexp preprocessing + ZBX-17445 Fixed misleading error shown when formula cannot be updated during lld + ZBX-17186 Fixed context-aware lld macro expansion in jsonpath preprocessing + ZBX-17524 Fixed time selector button state + ZBX-17496 Fixed usermacro api validation + ZBX-17532 Added css files and sprites versioning by query strings + ZBX-17501 Fixed overlapping multiselect suggest with browser autocomplete + ZBX-17402 Fixed search field accidentally transform value to lowercase + ZBX-17505 Fixed crash inside a fork when calling vfs.fs.inode + ZBX-16959 Fixed return code check of curl_easy_setopt + ZBX-17423 Fixed "reset" button in history page + ZBX-17395 Fixed deletion of templated applications that were linked to items when importing templates + ZBX-17359 Fixed "sortorder": "desc" option with multiple sortfields + ZBX-17336 Fixed wrong error message when fping fails + ZBX-17427 Fixed top busiest triggers filter + ZBX-17523 Fixed agent compilation on windows + ZBX-17508 Fixed error in oracle database encoding check + ZBX-17442 Fixed web.page.get to time out when there is no response + ZBX-17429 Fixed trigger expression condition popup to display negative numbers upon opening existing expression + ZBX-17012 Fixed url validator to also accept relative urls + ZBX-17507 Fixed oracle query interpreted as a multistatement + ZBX-9387 Fixed incorrect maintenance calculations when dst changed to summer time + ZBX-17390 Fixed validation of the maximum selected period OBS-URL: https://build.opensuse.org/request/show/821685 OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=15 --- zabbix-4.0.19.tar.gz | 3 --- zabbix-4.0.22.tar.gz | 3 +++ zabbix.changes | 60 ++++++++++++++++++++++++++++++++++++++++++++ zabbix.spec | 4 +-- 4 files changed, 65 insertions(+), 5 deletions(-) delete mode 100644 zabbix-4.0.19.tar.gz create mode 100644 zabbix-4.0.22.tar.gz diff --git a/zabbix-4.0.19.tar.gz b/zabbix-4.0.19.tar.gz deleted file mode 100644 index 87273b2..0000000 --- a/zabbix-4.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0a0c40df136c5cb0394000293d53600feda82f2874e59dc04b9dafef4dd57bc -size 17212069 diff --git a/zabbix-4.0.22.tar.gz b/zabbix-4.0.22.tar.gz new file mode 100644 index 0000000..8587b2d --- /dev/null +++ b/zabbix-4.0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015f3cd4c55748d5974df96d496d3ecb8dbf986a52bfc108cdde876f9b21704a +size 17392386 diff --git a/zabbix.changes b/zabbix.changes index 513facd..9cde996 100644 --- a/zabbix.changes +++ b/zabbix.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Sat Jul 18 20:46:25 UTC 2020 - Boris Manojlovic + +- updated to latest release 4.0.22 +- Fixes CVE-2020-15803 +- New Features and Improvements: + + ZBXNEXT-3588 Improved Zabbix server performance when evaluating + trigger, discovery, autoregistration and internal actions + + ZBXNEXT-5922 Increased max configuration cache size limit to 64GB + + ZBXNEXT-4829 Changed web setup wizard to not create + and drop tables for DB connectivity test purposes + +- Bug Fixes: + + ZBX-17720 Exclude disabled items from preprocessing configuration sync + + ZBX-17851 Fixed possible deadlocks when deleting escalations + + ZBX-17406 Fixed null value for a field of compositedata in jmx discovery + + ZBX-17891 Changed log, log.count monitoring to ignore file modification time + + ZBX-17697 Fixed strict dfsg compliance issue in using minified jquery sources + + ZBX-16461 Fixed recovery expression for "link down" trigger and updated + for following zabbix template guidelines + + ZBX-17702 Fixed escalation cancellation message not being sent when action is disabled + + ZBX-17480 Fixed context of {$temp_crit} macro in temperature trigger prototype + + ZBX-17694 Fixed high memory consumption when using dependent items + + ZBX-17780 Fixed memory leak + + ZBX-17577 Fixed remove of selected items in multiselect + + ZBX-17226 Fixed confusing error message being displayed if dbversion table cannot be found + + ZBX-17801 Shadow global auto_increment mysql variables only for proxy + + ZBX-17662 Fixed a failing query when updating existing host prototypes + + ZBX-15484 Shadow global auto_increment variables for mysql + + ZBX-17607 Fixed unreachable poller being too busy due + to snmp checks being attempted twice at a time + + ZBX-17629 Fixed markup in user media popup + + ZBX-17109 Fixed agent request parameter type parsing + + ZBX-17470 Fixed element of filters is not focused on several pages + + ZBX-17691 Fixed server crashes on regexp preprocessing + + ZBX-17445 Fixed misleading error shown when formula cannot be updated during lld + + ZBX-17186 Fixed context-aware lld macro expansion in jsonpath preprocessing + + ZBX-17524 Fixed time selector button state + + ZBX-17496 Fixed usermacro api validation + + ZBX-17532 Added css files and sprites versioning by query strings + + ZBX-17501 Fixed overlapping multiselect suggest with browser autocomplete + + ZBX-17402 Fixed search field accidentally transform value to lowercase + + ZBX-17505 Fixed crash inside a fork when calling vfs.fs.inode + + ZBX-16959 Fixed return code check of curl_easy_setopt + + ZBX-17423 Fixed "reset" button in history page + + ZBX-17395 Fixed deletion of templated applications that were + linked to items when importing templates + + ZBX-17359 Fixed "sortorder": "desc" option with multiple sortfields + + ZBX-17336 Fixed wrong error message when fping fails + + ZBX-17427 Fixed top busiest triggers filter + + ZBX-17523 Fixed agent compilation on windows + + ZBX-17508 Fixed error in oracle database encoding check + + ZBX-17442 Fixed web.page.get to time out when there is no response + + ZBX-17429 Fixed trigger expression condition popup to display + negative numbers upon opening existing expression + + ZBX-17012 Fixed url validator to also accept relative urls + + ZBX-17507 Fixed oracle query interpreted as a multistatement + + ZBX-9387 Fixed incorrect maintenance calculations when dst changed to summer time + + ZBX-17390 Fixed validation of the maximum selected period + ------------------------------------------------------------------- Thu Apr 23 12:11:58 UTC 2020 - Boris Manojlovic diff --git a/zabbix.spec b/zabbix.spec index a99dbfe..125180f 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -23,13 +23,13 @@ %define agent_group zabbix %define SUSEfirewall_services_dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services Name: zabbix -Version: 4.0.19 +Version: 4.0.22 Release: 0 Summary: Distributed monitoring system License: GPL-2.0-or-later Group: System/Monitoring URL: http://www.zabbix.com -Source0: https://cdn.zabbix.com/stable/%{version}/zabbix-%{version}.tar.gz +Source0: https://cdn.zabbix.com/zabbix/sources/stable/4.0/zabbix-%{version}.tar.gz Source1: rn4.0.0.html Source2: zabbix-tmpfiles.conf Source3: zabbix-java-gateway.sh