Logoj0ke.net Open Build Service > Projects > server:monitoring > cacti > Changes
Sign Up | Log In

Changes of Revision 25

[-] Changed cacti.changes
x
 
1
@@ -1,4 +1,37 @@
2
 -------------------------------------------------------------------
3
+Mon Dec 29 15:17:23 UTC 2014 - cs@linux-administrator.com
4
+
5
+- removed cacti-0.8.8b_COMMENT.patch
6
+- update to release 0.8.8c
7
+   bug#0002228: GPL incompatible files included in Cacti project in include/treeview
8
+   bug#0002383: Sanitize the step and id variables CVE-2013-5588, CVE-2013-5589
9
+   bug#0002385: Cannot export host templates while including dependencies
10
+   bug#0002386: cli/upgrade_database.php is missing the last two releases
11
+   bug#0002390: Poller/script issue with slash and backslash
12
+   bug#0002405: SQL injection in graph_xport.php
13
+   bug#0002431: CVE-2014-2326 Unspecified HTML Injection Vulnerability
14
+   bug#0002432: CVE-2014-2327 Cross Site Request Forgery Vulnerability - Special Thanks to Deutsche Telekom CERT
15
+   bug#0002433: CVE-2014-2328 Unspecified Remote Command Execution Vulnerability
16
+   bug#0002434: Suppress SNMP UNITS Suffix from cacti_snmp_get() output
17
+   bug#0002438: Down Host Detection issue when using SNMP Desc or SNMP getNext
18
+   bug#0002446: Subtract plugin processing time from Poller sleep time
19
+   bug#0002453: CVE-2014-4002 Cross-Site Scripting Vulnerability - Special Thanks to G. Geshev (munmap)
20
+   bug#0002455: Incomplete and incorrect input parsing leads to remote code execution and SQL injection attack scenarios
21
+   bug#0002456: CVE-2014-5025 / CVE-2014-5026 - Cross-Site Scripting Vulnerability - Special Thanks to Adan Alvarez and Paul Gevers
22
+   bug: Fix COMMENT handling, even in case COMMENT is empty, with or without HR and with variable substitution
23
+   bug: Fix issues when SNMP data holds a "="; "explode" must be treated accordingly
24
+   bug: Fix filter highlighting on data sources for the data template field
25
+   bug: correct description of SNMP V3 parameters
26
+   feature: Added native jquery, jqueryui, and jstree
27
+   feature: Fixed issues with 'Clear' under preview not working
28
+   feature: Added new Tree navigation
29
+   feature: Added Columns and Thumbnails to Preview
30
+   feature: Added Columns to Tree (Preview only)
31
+   feature: Both Graphs and Columns default to 'Default'
32
+   feature: Resolved Left hand navigation taking entire page
33
+   feature: Added new graph zoom to tree view and preview offering a "quick" (default) and an "advanced" mode 
34
+
35
+-------------------------------------------------------------------
36
 Sat Mar 15 15:45:31 UTC 2014 - cs@linux-administrator.com
37
 
38
 - update spec
39
[-] Changed cacti.spec ^
28
 
1
@@ -12,7 +12,7 @@
2
 
3
 Name:           cacti
4
 BuildRequires:  apache2-devel libapr-util1-devel pcre-devel
5
-Version:        0.8.8b
6
+Version:        0.8.8c
7
 Release:        1
8
 Summary:        Web Front-End to Monitor System Data via RRDtool
9
 License:        GPL v2 or later
10
@@ -23,7 +23,7 @@
11
 Source2:        %{name}-httpd.conf
12
 Source3:        %{name}.logrotate
13
 Patch0:         %{name}-%{version}-cacti-log-path.patch
14
-Patch1:        cacti-0.8.8b_COMMENT.patch
15
+##Patch1:      cacti-0.8.8b_COMMENT.patch
16
 Requires:       http_daemon net-snmp rrdtool php 
17
 Recommends:    mod_php_any
18
 Recommends:    php-fpm
19
@@ -53,7 +53,7 @@
20
 %prep
21
 %setup -q
22
 %patch0
23
-%patch1
24
+## % patch1
25
 
26
 %build
27
 find . -iname \*.orig -exec rm {} \;
28
Added cacti-0.8.8c.tar.bz2 ^