Commit graph

46 commits

Author SHA1 Message Date
Sergey Matveychuk
6f8c0fc0f7 - Add two vendor's patches
* Undefined Variable When SNMP=NONE:
  Fixes an PHP undefined variable error from occurring when SNMP is set
  the 'none' for a device.

* Patch to Correct for a Uninitialized Settings Array When Using Superlinks
  Plugin:
  When certain Cacti Plugins, such as Superlinks are used, the httpd
  error log can become overrun with reset() and each() array warnings.
  This patch will eliminate those errors.
2008-08-22 11:34:47 +00:00
Rong-En Fan
c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00
Sergey Matveychuk
4c54ac5901 - Fix a typo in pkg-message 2008-04-14 08:59:00 +00:00
Jun Kuriyama
69667d219f - Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
2008-03-27 10:58:30 +00:00
Sergey Matveychuk
39a1da77ae - Update to 0.8.7b 2008-02-12 13:06:11 +00:00
Sergey Matveychuk
ba2481a6d3 - Update to 0.8.7a.
Please note, the version has some issues that require you do some actions
  after update. Read UPDATING file for details.
2007-12-16 18:39:38 +00:00
Sergey Matveychuk
670ecd9e7f - Add a vendor security patch: fix potential SQL injection
Approved by:	portmgr (erwin)
2007-11-19 13:03:11 +00:00
Edwin Groothuis
3de5a84967 First steps in a big migration:
Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:		ports/112942
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2007-07-05 06:19:49 +00:00
Sergey Matveychuk
42348a6422 - Move net/cacti to net-mgmt category
- Fix format of previous line in MOVED (pointyhat to pav)

PR:		ports/113495
Submitted by:	edwin
2007-06-18 11:09:46 +00:00
Sergey Matveychuk
61f3adc3dc - Add plugin support back (off by default). [1]
- Add PHP sockets module in depends for ping works. [2]

PR:		ports/110649 [1], ports/110500 [2]
Submitted by:	Timur I. Bakeyev <timur@gnu.org> [1], edwin [2]
2007-03-29 09:52:15 +00:00
Sergey Matveychuk
51cc32a1e6 - thumbnail_graphs_not_working.patch was change. Fix checksum for it.
Submitted by:   Matthew Seaman <m.seaman_AT_infracaninophile.co.uk>
2007-02-25 16:50:19 +00:00
Sergey Matveychuk
77cda26b78 - Add thumbnail_graphs_not_working.patch. 2007-02-08 14:40:00 +00:00
Sergey Matveychuk
2ff7a5ddb8 - Add two vendor's patches which fix poller working with php4.
Submitted by:	Vaclav Hala <hala_at_kraj-jihocesky.cz>
2007-01-31 18:09:16 +00:00
Sergey Matveychuk
7009e44a8c - Update to 0.8.6j (a bugfix release) 2007-01-29 13:46:45 +00:00
Sergey Matveychuk
2f265cfe6a - Apply four patches from vendor. Two of them is a fix for vulnerabilities.
Reported by:	Dan Langille <dan_at_langille.org>
2007-01-12 14:54:43 +00:00
Sergey Matveychuk
21d2d4c31e - Update to 0.8.6i
- Drop plugins support. It'll be done with a separate port.
2006-11-02 09:48:02 +00:00
Sergey Matveychuk
4203577a0b - Add forgotten %%PREFIX%% to @unexec command in pkg-plist.
Reported by:    kris mail
2006-08-07 20:16:19 +00:00
Sergey Matveychuk
d6ca0fdc2e - Add plugin support
Submitted by:	Gustavo Fukao <gustavofukao@gmail.com>
2006-08-07 10:31:08 +00:00
Sergey Matveychuk
2c194c8247 - Add a vendor patch.
- Change port version scheme.
2006-07-31 08:57:31 +00:00
Sergey Matveychuk
5e8e71bb99 - Remove RUN_DEPENDS on net-mgmt/net-snmp, add snmp to USE_PHP.
PR:		ports/100385
Submitted by:	edwin
2006-07-18 05:27:47 +00:00
Sergey Matveychuk
2ed665eba1 - Fix df(1) output in query_unix_partitions.pl
- Fix path for ping in ping.pl
- Rename a patch to a common scheme
- Bump PORTREVISION

Submitted by:	Giraudet Olivier <giraudeo@altern.org>
2006-04-15 18:41:33 +00:00
Sergey Matveychuk
503c7f7052 - Cacti developers has modified one of oficial patches.
- Bump PORTREVISION
- Change @dirrm with @dirrmtry for dirs where user's files may staied to
  avoid an error when port deinstalls.

Approved by:	portmgr (linimon)
2006-03-14 07:24:17 +00:00
Sergey Matveychuk
bf8e834564 - Add four vendor patches:
1. Device Filter Clear Issue
   This patch fixes an issue where attempting to clear a filter
   would result in the filter still being active.
2. Invalid SQL When Creating Graphs
   This patch fixes an problem where an invalid SQL statement
   would be executed when generating graphs.
3. Additional Error Checking for Nth Percentile
   This adds more checking concerning rrd fetch returning an empty
   set on a non-existant rrd file, resulting in a php warning about
   invalid index.
4. MySQL 5.x Strict Mode Compatibility
   Allows MySQL 5.x to utilize the default "strict" sql_mode.
   As an added benefit, this patch also automatically calculates
   the maximum speed of your interface graphs preventing gigabit
   interfaces from being overrun.

Reminded by:	demon
2006-01-18 17:37:03 +00:00
Sergey Matveychuk
75dd93c875 - Update tp 0.8.6h
* Numerous bugs fixed
* A few notable features include MySQL 5.x support
* New 5th percentile functionality, and multiple command line scripts
- Refine a little pkg-message.in
2006-01-05 22:10:06 +00:00
Sergey Matveychuk
b76273ade1 - Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Sergey Matveychuk
adea894c71 - Fix permissions for scripts/
Note: I'd like to stick the schema where PORTREVISION reflects
      a vendor patch level. So first digit(s) will the verndor
      patch level and second one will a port revision level.

Reported by:	Anthony Maszeroski <maszeroskia3@Scranton.edu>
2005-11-04 07:13:36 +00:00
Sergey Matveychuk
e6689bc97f - Implement official patches:
* PHP Short Open Tag Syntax Error
   If PHP's 'short_open_tag' configuration option is turned off,
   a syntax error is displayed on the 'graph_view.php' page.
* Broken Graph Zoom Graph
   When traversing to the graph zoom page from the graph properties
   page (wrench icon), the graph image appears to be broken.
* Script Server SNMP Argument Mismatch
   A problem has been discovered with the ordering of SNMP
   authentication arguments in the two Host MIB script server scripts.
   This may cause unreliable results when trying to recache
   the Host-CPU and Host-Disk data queries.
* Remove Disable MIB File Parsing Code
    Re-Enables the MIB file parsing code in the poller to prevent
    errors from being printed to the console.
2005-10-21 07:58:43 +00:00
Sergey Matveychuk
3e7a86a13f - Update to 0.8.6g 2005-09-10 19:09:52 +00:00
Sergey Matveychuk
d5f308513e - Update to 11th patchset.
- PORTREVISION now reflects a patchset number.
2005-07-27 09:35:37 +00:00
Simon L. B. Nielsen
0ca54bca0c PR: ports/83006
Submtted by:	Babak Farrokhi <babak@farrokhi.net>
Security:	Fixes remote command execution, and more.
Security:	http://www.hardened-php.net/advisory-032005.php
		http://www.hardened-php.net/advisory-042005.php
		http://www.hardened-php.net/advisory-052005.php
Approved by:	maintainer bypass for security update
With hat:	secteam
2005-07-05 12:25:33 +00:00
Sergey Matveychuk
8e7fa9577c - Saving config.php was a bad idea. cacti's developers make cahnges in it.
I've moved DB settings from config.php to db-settings.php and save it
  instead.

  Read UPDATING.

Reported by:    Zoltan Frombach <tssajo@hotmail.com>,
                Andrej Zverev <az@inec.ru>
2005-06-21 13:26:54 +00:00
Sergey Matveychuk
bcd17d1584 - Invert condition in pkg-plist.
An user config file was owerwritten with this typo.
2005-06-21 11:29:52 +00:00
Sergey Matveychuk
75dcea49af - Update to 0.8.6e 2005-06-21 09:38:20 +00:00
Sergey Matveychuk
f3c484b38e - Integrate vendor patches:
1) Poller Auto Recache on Empty Output
Fixes a problem where the poller would force a data query recache
when a device returned empty output. This may have caused problems
for hosts that are frequently down.
2) Poller Output SQL Order By
Removes an SQL "order by" statement from the poller output processing
that might cause graph gaps for installations with a large number
of poller processes.
3) Additional RRDTool 1.2 Support
Adds more font control options that are supported in RRDTool 1.2.
The default slope mode has been changed for more organic looking
graph lines.
2005-06-09 12:20:07 +00:00
Sergey Matveychuk
6882c0b996 - Update to 0.8.6d
- Fix df output (Kb required) (*)

Submitted by:	Zoltan Frombach <tssajo@hotmail.com> (*)
2005-05-01 10:10:56 +00:00
Sergey Matveychuk
badc834778 - Fix removing logic for user config [1]
- Remove useless empty dirs
- Fix package
- Makefile refactoring
- Utilize SUB_FILES magic
- Update pkg-message

Reported by:    kris (via pointyhat) [1]
2005-04-21 07:02:05 +00:00
Sergey Matveychuk
ccd92e3fa2 - Grab the port
- Apply all vendor's patches
- Remove redundant macro in Makefile
- Add www as second category
- Fix log file owner
- Don't destroy user config on updating

Approved by:	maintainer (silence for 2+ monthes, no submits for 6 monthes)
2005-04-20 10:49:03 +00:00
Sergey Matveychuk
d9ea954cf8 - Update to 0.8.6c
PR:		ports/78442
Submitted by:	self
Approved by:	maintainer timeout (2 weeks)
2005-03-21 11:15:06 +00:00
Will Andrews
19ab91f935 Update to 0.8.6b. Assign maintainership to submitter.
Submitted by:	Brad Davis <so14k@so14k.com>
2004-10-17 23:47:28 +00:00
Pav Lucistnik
5e3e25feb8 - Use fixed UID/GID 2004-05-31 09:14:29 +00:00
Kris Kennaway
12b0e5af01 IGNORE: Uses an unregistered uid/gid. 2004-05-31 01:28:47 +00:00
Pav Lucistnik
21d75afe6b - Update to 0.8.5a
PR:		ports/67253
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-27 14:46:49 +00:00
Pav Lucistnik
f130f54ba4 - Really reset a maintainer 2004-04-10 10:39:59 +00:00
Pav Lucistnik
f9a72273af - Update to 0.8.5
- Reset maintainer who's not on Internet anymore

PR:		ports/62973
Submitted by:	ZParta <zparta@skebo.ac>
Approved by:	maintainer timeout (2 weeks)
2004-03-22 00:13:05 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Pav Lucistnik
5b92ee5df5 Add cacti, a PHP based frontend to RRDtool configuration.
PR:		ports/59996
Submitted by:	Vincent Tantardini <vinc@freebsd-fr.org>
2003-12-21 17:01:41 +00:00