[-]
[+]
|
Deleted |
cacti.changes
|
@@ -1,157 +0,0 @@
--------------------------------------------------------------------
-Tue Nov 20 15:27:57 CET 2007 - prusnak@suse.cz
-
-- updated to 0.8.7a
- * "Use Per-Data Source Value (Ignore this Value)" runs only when when checking "Allow Empty Input"
- * Add --autoscale-min (rrdtool 1.2.x only) and --autoscale-max (using upper AND lower limit)
- * Allow for --logarithmic scaling without autoscaling
- * Data sources in RRAs have random order, messing up predefined CDEFs
- * Graph Templates drop down populates with duplicates
- * Upgrade from 0.8.6j to 0.8.7 defaults to Authentication Method NONE
- * Graph template - GRINT creates CF function DEF
- * Invalid date format - "half hour" not the GNU Date format
- * SQL error when using 'Auth Method' None when no 'guest' user exists
- * Graph Filter dropdowns do not respect user graph permissions
- * Potential SQL injection vulnerability
- * RRDtool 1.2.15 complain for garbage characters when rrdtool_function_xport is used
- * cmd.php: potential call to invalid "availability_method" key on wrong hash
- * Log file viewer inefficient filtering uses excess memory
- * doc change for using COUNTERs as integers only
- * Fixed extra spaces in GPRINT. Better Alignment for Autopadding
- * doc change for patching cacti when running SELinux
- * Cron interval detection causes multiple pollers to run
- * Max OIDS is not saved in device view
- * Undefined variable: rra in graph.php on line 241
- * Dates are not stored in host table using correct format
- * Graph Export Generates SQL Errors
- * Usernames with spaces and dashes are not able to save
- * Allow for --units=si on logarithmic scaled graphs (rrdtool-1.2.x only).
- * add opacity/alpha channel to graph items (rrdtool-1.2.x only).
- * Move to Top for List and Tree View. Omit boring scrolling
- * add availability pings to host interface
-
--------------------------------------------------------------------
-Tue Oct 30 15:17:53 CET 2007 - prusnak@suse.cz
-
-- update to 0.8.7
- * changes are too numerous to list
- * see CHANGELOG
-- dropped obsolete patches:
- * graph-image.patch (included in update)
-
--------------------------------------------------------------------
-Wed Sep 19 16:19:40 CEST 2007 - prusnak@suse.cz
-
-- fix CVE-2007-3112 and CVE-2007-3113 (graph-image.patch) [#326228]
-
--------------------------------------------------------------------
-Mon Jun 25 13:18:16 CEST 2007 - dmueller@suse.de
-
-- fix last checkin
-
--------------------------------------------------------------------
-Thu Jun 21 22:52:22 CEST 2007 - dmueller@suse.de
-
-- update buildrequires
-
--------------------------------------------------------------------
-Thu Feb 8 17:42:00 CET 2007 - prusnak@suse.cz
-
-- updated to 0.8.6j:
- * fixed CVE-2006-6799
- * fixed hostname sorting on the devices page
- * fixed poller.php does not giving any output with MySQL disabled
- * added bottom navigation bar to graph viewing
- * added "collapsible" branches to the graph tree editor
- * added natural sort to graph items in the tree
-- dropped obsoleted patches:
- * cacti-0.8.6h-CVE-2006-6799.patch (included in update)
-- fixed spec file for #norootforbuild
-
--------------------------------------------------------------------
-Tue Jan 9 16:12:03 CET 2007 - prusnak@suse.cz
-
-- fixed CVE-2006-6799 [#231082]
-
--------------------------------------------------------------------
-Fri Mar 17 11:37:13 CET 2006 - stark@suse.de
-
-- fix path settings
-
--------------------------------------------------------------------
-Wed Jan 25 21:45:58 CET 2006 - mls@suse.de
-
-- converted neededforbuild to BuildRequires
-
--------------------------------------------------------------------
-Wed Jan 18 18:01:19 CET 2006 - mrueckert@suse.de
-
-- dont require php4 directly use the php abstraction
-
--------------------------------------------------------------------
-Fri Jan 6 15:39:25 CET 2006 - stark@suse.de
-
-- update to 0.8.6h
-- fixed logrotate setting
-
--------------------------------------------------------------------
-Tue Jan 3 12:45:08 CET 2006 - stark@suse.de
-
-- update to 0.8.6g
-
--------------------------------------------------------------------
-Tue Oct 25 19:37:43 CEST 2005 - stark@suse.de
-
-- added php4-session to required packages (#130282)
-
--------------------------------------------------------------------
-Sat Jul 2 17:31:11 CEST 2005 - stark@suse.de
-
-- update to 0.8.6f
-
--------------------------------------------------------------------
-Sat Jun 18 19:38:52 CEST 2005 - stark@suse.de
-
-- update to 0.8.6e final
-
--------------------------------------------------------------------
-Thu Jun 16 08:38:37 CEST 2005 - stark@suse.de
-
-- update to 0.8.6e
-
--------------------------------------------------------------------
-Fri Jan 21 21:10:37 CET 2005 - stark@suse.de
-
-- update to 0.8.6c
-
--------------------------------------------------------------------
-Fri Nov 19 09:09:52 CET 2004 - stark@suse.de
-
-- update to 0.8.6b
-- added logrotate config
-
--------------------------------------------------------------------
-Mon Sep 20 13:54:00 CEST 2004 - stark@suse.de
-
-- fix sql injection bug (#43908)
-
--------------------------------------------------------------------
-Mon Aug 30 15:31:33 CEST 2004 - ro@suse.de
-
-- remove apache1 traces
-
--------------------------------------------------------------------
-Wed Apr 28 12:03:55 CEST 2004 - stark@suse.de
-
-- update to 0.8.5a
-
--------------------------------------------------------------------
-Mon Feb 16 13:21:44 CET 2004 - stark@suse.de
-
-- update to 0.8.5
-
--------------------------------------------------------------------
-Mon Dec 29 14:10:49 CET 2003 - stark@suse.de
-
-- initial SUSE package
-
|
[-]
[+]
|
Changed |
cacti.spec
^
|
|
[-]
[+]
|
Added |
cacti-0.8.7c-cacti-log-path.patch
^
|
@@ -0,0 +1,64 @@
+--- include/global_settings.php
++++ include/global_settings.php
+@@ -94,9 +94,9 @@
+ ),
+ "path_cactilog" => array(
+ "friendly_name" => "Cacti Log File Path",
+- "description" => "The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)",
++ "description" => "The path to your Cacti log file (if blank, defaults to /var/log/cacti.log)",
+ "method" => "filepath",
+- "default" => $config["base_path"] . "/log/cacti.log",
++ "default" => "/var/log/cacti.log",
+ "max_length" => "255"
+ ),
+ "pollerpaths_header" => array(
+--- install/index.php
++++ install/index.php
+@@ -244,7 +244,7 @@
+ if (config_value_exists("path_cactilog")) {
+ $input["path_cactilog"]["default"] = read_config_option("path_cactilog");
+ } else {
+- $input["path_cactilog"]["default"] = $config["base_path"] . "/log/cacti.log";
++ $input["path_cactilog"]["default"] = "/var/log/cacti.log";
+ }
+
+ /* SNMP Version */
+--- lib/functions.php
++++ lib/functions.php
+@@ -365,7 +365,7 @@
+ /* Log to Logfile */
+ if ((($logdestination == 1) || ($logdestination == 2)) && (read_config_option("log_verbosity") != POLLER_VERBOSITY_NONE)) {
+ if ($logfile == "") {
+- $logfile = $config["base_path"] . "/log/cacti.log";
++ $logfile = "/var/log/cacti.log";
+ }
+
+ /* echo the data to the log (append) */
+--- script_server.pl
++++ script_server.pl
+@@ -1,4 +1,4 @@
+-chdir("./scripts");
++chdir("/usr/share/cacti/scripts");
+ $loaded = 0;
+ while ($file = <*.pl>) {
+ next if $file eq $0;
+--- utilities.php
++++ utilities.php
+@@ -681,7 +681,7 @@
+ $logfile = read_config_option("path_cactilog");
+
+ if ($logfile == "") {
+- $logfile = "./log/rrd.log";
++ $logfile = "/var/log/rrd.log";
+ }
+
+ /* helps determine output color */
+@@ -919,7 +919,7 @@
+ $logfile = read_config_option("path_cactilog");
+
+ if ($logfile == "") {
+- $logfile = "./log/cacti.log";
++ $logfile = "/var/log/cacti.log";
+ }
+
+ html_start_box("<strong>Clear Cacti Log File</strong>", "100%", $colors["header"], "1", "center", "");
|
|
Added |
cacti-0.8.7c.tar.bz2
^
|