Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2020-11-13 18:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cacti (Old)
 and      /work/SRC/openSUSE:Factory/.cacti.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cacti"

Fri Nov 13 18:58:10 2020 rev:35 rq:847931 version:1.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/cacti/cacti.changes      2020-08-04 
20:24:24.297022511 +0200
+++ /work/SRC/openSUSE:Factory/.cacti.new.24930/cacti.changes   2020-11-13 
18:58:25.274071955 +0100
@@ -1,0 +2,61 @@
+Wed Nov 11 18:07:46 UTC 2020 - Andreas Stieger <[email protected]>
+
+- cacti 1.2.15, fixing the following bugs:
+  * When editing Maximum OIDs Per Get Request, blank value can cause errors
+  * Boost may run more often than it should
+  * Recache Event Loop can cause Interface Graphs to show gaps
+  * When searching Graph Tree's, non matching devices remain visible
+  * Page validation errors may occur when opening real time graphs
+  * External Links do not always open if they are still open from previous 
usage
+  * Cultural changes to various word usage
+  * Replicate deleted device status instead of poller sync
+  * Description field allows more characters entered than is stored
+  * When installing or upgrading, LDAP functions may not always be included 
properly
+  * Unable to remove discovered device
+  * When installing or upgrading, PHP recommendations may not always return a 
valid value
+  * Graph Templates has duplicate SQL delete statement
+  * When syncing to remote poller, missing function errors may occur
+  * When removing devices from remote pollers, devices may reappear without 
details
+  * When removing devices, array errors may sometimes be recorded
+  * Variable injection does not always work as expected
+  * Editing Data Queries with multiple data templates can give errors about 
Suggested values
+  * Progress bar does not provide enough visual information during long page 
loads
+  * Some themes do not allow for a way to see which user is currently signed in
+  * When viewing tables, allow users to force all columns to be visible
+  * Column sizing is being lost between pages refreshes
+  * When viewing input methods table, no ID is shown to help identify which 
method is being viewed
+  * Filters do not always respect using keyboard to initiate searching
+  * When exporting a data query, an invalid column name error can sometimes be 
shown
+  * When checking if a view is allowed, having no session can result in errors
+  * When removing devices via the CLI, undefined variable errors may be seen
+  * Real Time Graphs may cause invalid index errors
+  * On newer versions of MySQL/MariaDB, 'system' keyword can cause issues
+  * Plugin setup can generate errors when reading options via system function
+  * Plugin version numbers can be unexpectedly truncated
+  * When PHP Session is set to autostart, an error can be reported as Cacti 
attempts to start it
+  * When removing multiple items, selection process does not always work
+  * When exporting colors, the indicator is not always removed upon completion
+  * Unable to pass tree and leaf ID to 'graph_button' hook
+  * When performing maintenance, various errors may sometimes be seen
+  * When Guest User setting is active, current user is not always properly set
+  * When installing Cacti, minor errors in text can be seen
+  * Numbers are not always formatted properly when there are no decimal places
+  * When viewing Real Time Graphs, an undefined index error may be recorded
+  * Minor memory leaks and refresh issues when zooming on graphs
+  * Real Time Graphs may sometimes fail due to folder permissions
+  * Navigation can sometimes occur unexpectedly due to background timers
+  * Trees management screen not reporting correct number of trees
+  * Tree sequences can sometimes skip numbers during resorting
+  * Guest user selection should not allow setting the currently logged in user
+  * Links in Table Headers do not show clearly when in modern theme
+  * Under some cases tree logic leads to undefined index errors
+  * Cacti Data Debug can show errors if the Data Source is damaged or has been 
removed
+  * When importing a data query, an invalid column name error can sometimes be 
shown
+  * When using shift functions on graphs, negative values are not allowed
+  * Correct issue when file is unreadable reporting no file was specified
+  * Orphaned Plugins have no option to be removed
+  * Update MySQL recommendations for Character Set and Colation
+  * Correct sorting of IP addresses to be numeric not alpha by JamesTilt
+  * Saving a device should not always repopulate the poller cache
+
+-------------------------------------------------------------------
@@ -8 +69 @@
-    during template import preview (boo#1174850)
+    during template import preview (boo#1174850, CVE-2020-25706)

Old:
----
  cacti-1.2.14.tar.gz

New:
----
  cacti-1.2.15.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cacti.spec ++++++
--- /var/tmp/diff_new_pack.7rNdQ8/_old  2020-11-13 18:58:25.958072705 +0100
+++ /var/tmp/diff_new_pack.7rNdQ8/_new  2020-11-13 18:58:25.962072710 +0100
@@ -21,15 +21,13 @@
 %else
 %define cacti_dir %{apache_datadir}/cacti
 %endif
-
 %if 0%{?suse_version} >= 01230
 %bcond_without systemd
 %else
 %bcond_with systemd
 %endif
-
 Name:           cacti
-Version:        1.2.14
+Version:        1.2.15
 Release:        0
 Summary:        Web Front-End to Monitor System Data via RRDtool
 License:        GPL-2.0-or-later
@@ -73,6 +71,8 @@
 %endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
+Requires:       mod_php_any >= 7.0
+Requires:       php-sockets >= 7.0
 %if %{with systemd}
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
@@ -80,8 +80,6 @@
 BuildRequires:  cron
 Requires:       cron
 %endif
-Requires:       mod_php_any >= 7.0
-Requires:       php-sockets >= 7.0
 %endif
 %if 0%{?fedora_version}
 Requires:       php-mysqlnd >= 7.0
@@ -125,8 +123,8 @@
 find . -type f -name .htaccess -delete
 
 # fix env interpreter lines
-sed -i 's|/usr/bin/env perl|%{_bindir}/perl|g' scripts/*.pl
-sed -i 's|/usr/bin/env php|%{_bindir}/php|g' 
include/vendor/cldr-to-gettext-plural-rules/bin/export-plural-rules
+sed -i 's|%{_bindir}/env perl|%{_bindir}/perl|g' scripts/*.pl
+sed -i 's|%{_bindir}/env php|%{_bindir}/php|g' 
include/vendor/cldr-to-gettext-plural-rules/bin/export-plural-rules
 
 %build
 #nothing to build

++++++ cacti-1.2.14.tar.gz -> cacti-1.2.15.tar.gz ++++++
/work/SRC/openSUSE:Factory/cacti/cacti-1.2.14.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new.24930/cacti-1.2.15.tar.gz differ: char 5, 
line 1
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to