Commit graph

1946 commits

Author SHA1 Message Date
Erwin Lansing
5acef752ae Fix build on 5.x
PR:		92192
Submitted by:	<bu7cher@yandex.ru> (maintainer)
2006-01-23 11:23:07 +00:00
Vasil Dimov
3a13a77488 Add SHA256 to my ports.
Approved by:	garga (mentor)
2006-01-23 10:25:37 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Kris Kennaway
106e69742b BROKEN when WITHOUT_NLS: Does not build without gettext 2006-01-22 20:00:50 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Sergey Matveychuk
83cb048d24 radauth was developed to allow for command line authentication
against a radius server.  This allows for more rapid
testing/troubleshooting of radius authentication problems depending
upon the method by which the person is authenticating (dial-up
customers come to mind).

Author: Matt Miller <mmiller_at_hick.org>
WWW:    http://freshmeat.net/projects/radauth/

PR:		ports/91975
Submitted by:	Andrew Kilpatrick <tiger_at_whitetigersd.com>
2006-01-21 19:01:25 +00:00
Vasil Dimov
0e2468d8b1 Change my email address to the @FreeBSD one
Approved by:	garga (mentor)
2006-01-20 06:12:05 +00:00
Tilman Keskinoz
e8c1d6a60a Fix path to nagiosplugindir
PR:		91969
Submitted by:	Andrew Kilpatrick
2006-01-19 10:40:16 +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
Tim Bishop
e9fc35504f Update to nagios-2.0.r2 includes:
- Added SHA256 checksum to distinfo
- Added reload argument to nagios.sh script
- PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant
- Removed duplicated etc/rc.d/nagios.sh from pkg-plist

PR:		91892
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2006-01-17 10:39:58 +00:00
Tim Bishop
78704f1812 - Update to 1.1.3 [1]
- Add SHA256 checksum [1]
- Update maintainers email address [2]

PR:		91573
Submitted by:	"Babak Farrokhi" <babak@farrokhi.net> [1]
		maintainer [2]
Approved by:	maintainer
2006-01-16 22:57:24 +00:00
Pav Lucistnik
32c40c6316 - After repocopy, add development version of nfdump at 1.5
PR:		ports/91725
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Repocopied by:	marcus
2006-01-15 23:56:27 +00:00
Clement Laforet
089eec4cf7 - Update to 0.8.6g 2006-01-15 13:51:34 +00:00
Pav Lucistnik
ea35284be8 - Update to 1.2.2
PR:		ports/91716
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-01-13 19:56:07 +00:00
Sergey Matveychuk
f0d5f8718a Recent changes to the default installation path of the net-mgmt/nagios port
may result in logos being incorrectly searched for by lingering definition
of physical_html_path in cgi.cfg.  A note about this and where to check for
correct value mentioned in pkg-message.

Kudos to Kristof Meers <kristof.meers@psy.kuleuven.be> for alerting me to the
problem.

PR:		ports/91592
Submitted by:	maintainer
2006-01-10 18:56:39 +00:00
Pav Lucistnik
7f65a9bf28 - Update Apache dependencies
PR:		ports/91443
Submitted by:	Sevan Janiyan <venture37@hotmail.com> (maintainer)
2006-01-10 12:40:06 +00:00
Edwin Groothuis
fa8a699877 [maintainer-update] net-mgmt/nagios: Update to 2.0.r1
Update to 2.0.r1 also includes:
- Rewrite of port Makefile, options closer aligned in order to bsd.port.mk
- Added dependency of libiconv (library required by CGI's, currently installed
  via nagios-plugins port)
- Added support for embedded Perl interpreter (requires Perl 5.8+), caching
  automatically assumed if enabled, off by default
- Added support for use of nanosleep() in event timings, off by default
- Added ability to override default view at http://webserver/nagios/ URL,
  suggested values listed in Makefile (validity after future Nagios releases
  not guaranteed)
- Default install location for web component moved to www/nagios, overridable
  using existing NAGIOSWWWDIR tunable
- Corrected minor build issues by tweaking use of CFLAGS
- Moved pkg-install, pkg-deinstall and pkg-message into SUB_FILES
- Added configuration file tunable (nagios_configfile) for /etc/rc.conf
- Configuration tests now show error on failure instead of command to run
- Host status (status.sav) now saved across application starts and restarts
- Added patch to correct PERL_SYS_INIT3 call in base/utils.c, patch
  supplied and tested by Karl Friesen <krf@splip.com>, thanks!
- Added Apache configuration suggestion in pkg-message for new installs

Files changed:
- ports/net-mgmt/nagios/Makefile
- ports/net-mgmt/nagios/distinfo
- ports/net-mgmt/nagios/files/patch-Makefile.in
- ports/net-mgmt/nagios/pkg-plist

Files created:
- ports/net-mgmt/nagios/files/nagios.sh.in
- ports/net-mgmt/nagios/files/patch-base-utils.c
- ports/net-mgmt/nagios/files/patch-contrib-Makefile.in
- ports/net-mgmt/nagios/files/pkg-deinstall.in
- ports/net-mgmt/nagios/files/pkg-install.in
- ports/net-mgmt/nagios/files/pkg-message.in

Files to be removed:
- ports/net-mgmt/nagios/files/DEINSTALL.tmpl
- ports/net-mgmt/nagios/files/INSTALL.tmpl
- ports/net-mgmt/nagios/files/MESSAGE.tmpl
- ports/net-mgmt/nagios/files/nagios.sh.tmpl

PR:		ports/91499
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>
2006-01-09 00:54:01 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +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
Tim Bishop
b5f349031c - Update to 3.3.2
PR:		91352
Submitted by:	Yuriy Shkandybin <jura@netams.com> (maintainer)
Approved by: 	clement (mentor, implicitly)
2006-01-05 15:16:57 +00:00
Edwin Groothuis
4355f644a8 [MAINTAINER] net-mgmt/netwox: update to 5.33.0
PR:		ports/91166
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2006-01-02 09:50:24 +00:00
Pav Lucistnik
6cca510e9b - Update to 3.0
- Claim maintainership

PR:		ports/91031
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-29 19:28:43 +00:00
Pav Lucistnik
155bf8b7d9 - Allow starting on more than one interface
Reported by:	Florian C. Smeets <flo@kasimir.com>
2005-12-29 15:48:38 +00:00
Kirill Ponomarev
45c638e55c Update to 0.9.6 2005-12-27 19:27:35 +00:00
Pav Lucistnik
21bf127503 - Switch to rc_subr startup script
PR:		ports/84711
Submitted by:	SimpleRezo <freebsd@simplerezo.com>
2005-12-27 05:25:18 +00:00
Edwin Groothuis
406b4e65f3 make it buildable on 4.x 2005-12-25 21:39:49 +00:00
Andrej Zverev
564ab09259 - Update to version 2.3.5
- Pass maintainership to submitter

PR:		ports/90727
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 06:02:47 +00:00
Edwin Groothuis
46265967d0 New port: net-mgmt/chillispot
Chillispot is used for authenticating users of a wireless
	LAN. It support WPA (Wireless Protected Access) encryption.
	Authentication, authorization and accounting (AAA) is handled
	by your favorite radius server.

PR:		ports/90397
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2005-12-20 20:41:17 +00:00
Andrej Zverev
e4800def10 - Add patch for fixing problem when summary for graph displayed as
"Current values not available: RRD file version 0003 not supported
  on this arch."
- Bump PORTREVISION

PR:		ports/90419
Submitted by:	Paul Armstrong <FreeBSDbugs@otoh.org>
Tested by:	az, Ivan Sviridov (sin@vimcom.net)
2005-12-15 11:52:46 +00:00
Sam Lawrance
dad50d99b1 Remove expired ports. 2005-12-15 03:18:03 +00:00
Tim Bishop
0b57b491c6 - Update to 4.50
PR:		90343
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
Approved by:	maintainer, clement (mentor)
2005-12-14 20:52:01 +00:00
Anton Berezin
620eb303b7 Add net-mgmt/p5-NSNMP, a fast, flexible, low-level, pure-Perl SNMP
library.
2005-12-14 09:03:19 +00:00
Sam Lawrance
99aa0b0bdf Use IANA-assigned radius port rather than the old unofficial one.
Bump PORTREVISION.

PR:		ports/90268
Submitted by:	Victor Sudakov <sudakov@sibptus.tomsk.ru>
Approved by:	vfom@narod.ru (maintainer)
2005-12-13 05:20:42 +00:00
Bruce M Simpson
5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00
Bruce M Simpson
6903d391b0 This port needs a new maintainer. 2005-12-12 21:11:23 +00:00
Bruce M Simpson
9fde361366 Fix MASTER_SITES. 2005-12-12 21:11:06 +00:00
Dmitry Sivachenko
d9193dfdf2 Update to 1.08. 2005-12-12 11:09:57 +00:00
Pav Lucistnik
2b4a2c5450 - Make fetchable
PR:		ports/90239
Submitted by:	Lars Engels <lars@0x20.net> (maintainer)
2005-12-11 14:46:41 +00:00
Lars Thegler
eb45e6e3f4 - Update to 2.0.5
- Add SHA256 checksum
2005-12-10 17:01:03 +00:00
Kirill Ponomarev
303b1c78db Update to 0.9.5 2005-12-10 09:45:32 +00:00
Pav Lucistnik
c937cfe6f7 - Add support for mysql and postgresql
PR:		ports/73285
Submitted by:	Yuri Y. Bushmelev <jay-dev@simcom.ru>
Approved by:	maintainer timeout (billf; 13 months)

- Add runtime dependency on python, three commands are in fact python scripts

PR:		ports/88475
Submitted by:	Larry Rosenman <ler@lerctr.org>
Approved by:	maintainer timeout (billf; 1 month)

- Remove unused patch file
2005-12-09 14:34:26 +00:00
Pav Lucistnik
573398bd12 - Correct operator priority in one of the patches
PR:		ports/89491
Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
Approved by:	maintainer timeout (15 days)
2005-12-09 14:10:32 +00:00
Renato Botelho
506106606d - Fix rrdtool dependency
- Bump PORTREVISION

PR:		ports/90020
Submitted by:	maintainer
2005-12-06 13:43:39 +00:00
Tim Bishop
d0cf5432ab - Add net-mgmt/check_snmp_pkgvuln
check_snmp_pkgvuln is a Nagios plugin that detects hosts that are running
  vulnerable ports based on the database of security vulnerabilities
  provided by portaudit.  The plugin communicates with the host via SNMP
  using the HOST-RESOURCES-MIB::hrSWInstalledName MIB.

  WWW: http://www.cultdeadsheep.org/~clement/

Approved by:	clement (mentor)
2005-12-05 21:34:11 +00:00
Emanuel Haupt
20d7f3f75e - Update to 3.3.1a
- Add SHA256 hash

PR:		89831
Submitted by:	Yuriy N. Shkandybin <jura at netams dot com> (maintainer)
2005-12-03 23:42:23 +00:00
Edwin Groothuis
3977ad645e [maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6
Update net-mgmt/nagios to Nagios 2.0.b6.

	- Changed license to specifically state GPL version 2
	- Minor fixes to sample nagios.cfg config file
	- Fix for non-US date formats in command CGI
	- Spec file updates
	- Include file modifications for C++ event broker modules
	- Minor event broker changes (addition of timed event "sleep" data)
	- Added some sanity checks during write of status data for full partitions
	- Sample web server config file changes
	- Doc updates

PR:		ports/89869
Sumitted by:	Jarrod Sayers <jarrod@netleader.com.au>
2005-12-03 02:32:49 +00:00
Clement Laforet
7d9c6e0534 - Fix build on 4.x [1]
- Fix fetch [2]

PR:		ports/89798 [2]
Submitted by:	many, Dmitry Simakov <basilio@j-vista.ru> [1],
		Andrew Pantyukhin [2]
2005-12-01 19:03:07 +00:00
Jun Kuriyama
b650876e96 Chase shlib version bump of net-snmp. 2005-11-30 05:23:10 +00:00