./net/cacti, Frontend to rrdtool for monitoring systems and services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q4, Version: 0.8.8b, Package name: cacti-0.8.8b, Maintainer: pkgsrc-users

Cacti is a complete frontend to rrdtool, it stores all of the necessary
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also SNMP
support for those used to creating traffic graphs with MRTG.

The Plugin Architecture for Cacti was designed to be both simple in nature
and robust enough to allow freedom to do almost anything in Cacti. The
Plugin Architecture for Cacti is integrated into this package.


Required to run:
[databases/rrdtool] [databases/php-mysql] [www/ap-php] [net/php-sockets] [net/php-snmp]

Required to build:
[x11/xf86vidmodeproto] [x11/fixesproto] [x11/xcb-proto] [x11/damageproto] [x11/glproto] [x11/renderproto] [x11/xextproto] [x11/xf86driproto] [x11/dri2proto] [x11/inputproto] [x11/xproto] [pkgtools/x11-links] [www/apache22]

Master sites:

SHA1: 84979416ae08d586064328d6451a3108b74a3b06
RMD160: a2c88961565c6b5d593b4f2603514139800c9145
Filesize: 2218.877 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-10 00:14:33 by S.P.Zeidler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #4290 - requested by tron
net/cacti: security update

Revisions pulled up:
- net/cacti/Makefile                                            1.21
- net/cacti/PLIST                                               1.4
- net/cacti/distinfo                                            1.4
- net/cacti/patches/patch-host.php                              1.1
- net/cacti/patches/patch-install_index.php                     1.2
- net/cacti/patches/patch-lib_api_device.php                    1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Jan  8 20:51:28 UTC 2014

   Modified Files:
   	pkgsrc/net/cacti: Makefile PLIST distinfo
   	pkgsrc/net/cacti/patches: patch-install_index.php
   Added Files:
   	pkgsrc/net/cacti/patches: patch-host.php patch-lib_api_device.php

   Log message:
   Update the "cacti" package to version 0.8.8b. Changes since 0.8.8a:
   - bug: Fixed issue with custom data source information being lost when
          saved from edit
   - bug: Repopulate the poller cache on new installations
   - bug: Fix issue with poller not escaping the script query path correctly
   - bug: Allow snmpv3 priv proto none
   - bug: Fix issue where host activate may flush the entire poller item
          cache
   -security: SQL injection and shell escaping issues

   Also add the fix for the security vulnerability reported in SA54531
   taken from the SVN repository.

   To generate a diff of this commit:
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/cacti/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/cacti/PLIST pkgsrc/net/cacti/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/net/cacti/patches/patch-host.php \
       pkgsrc/net/cacti/patches/patch-lib_api_device.php
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/cacti/patches/patch-install_index.php