summaryrefslogtreecommitdiff
path: root/net/nagios-nsca
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-24Update nagios NSCA to 2.9.1, which fixes a few bugs:manu2-6/+6
2.9.1 - 01/27/2012 ------------------ - Applied patch to allow packets arriving with a future time stamp (Daniel Wittenberg) - Updated server (nsca) to allow packets with older, smaller packet size (Eric Stanley) 2.9 - 11/04/2011 ---------------- - Add config directive to submit directly to checkresults directory (Mike Lindsey) - Support multi-line check output with 4000 character limit (Mike Lindsey) 2.8 - ??/??/???? ---------------- - Added --with-log-facility option to control syslog logging (Ryan Ordway and Brian Seklecki) - Fixed bug where daemon would segfault if mcrypt library was not initialized be fore timeout (Holger Weiss) - Fixed bug with switching from dump file to command file when running under sin gle mode (Ton Voon) - Fix for small memory leak with running as a single process daemon (Daniel)
2011-04-08Update to nagios-nsca 2.7.2. Add DESTDIR support.morr2-13/+17
ChangeLog: - Fixed bug with NSCA daemon eating CPU if child process couldn't accept a connection in multi-process mode (Chris Wilson) - Fixed bug that prevented single mode daemon from working properly - Added sample scripts for testing functionality to nsca_tests/ (Ton Voon/Altinity) - Fixed crash from malformed command line - Updated to config.sub and config.guess to latest from GNU Savannah
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2007-11-26- Minor fix to MESSAGE file.seb3-6/+14
- Add NAGIOS_USER user and NAGIOS_GROUP handling. - Explicitly configure NAGIOS_USER/NAGIOS_GROUP as Nagios NSCA user/group hence this package now follows NAGIOS_USER and NAGIOS_GROUP settings. - When deleting the package allow removal of directories shared with other Nagios packages to fail. - Bump PKGREVISION to 1
2007-11-15Remove unused file.seb1-27/+0
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+3
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-7/+7
Patch provided by Sergey Svishchev in private mail.
2006-05-09Update to 2.6:bouyer2-7/+6
fixes a segfault adds support for reloading config via a SIGHUP and chroot jail
2006-04-22Fix typo/mispelling. Justify while here.reed1-2/+3
2006-03-14USE_PKGINSTALL isn't needed here to make these packagse use thejlam1-2/+1
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-01Fix PLIST, add missing PERL dependency, fix install target.wiz2-9/+12
Bump PKGREVISION.
2006-02-18Initial import of nagios-nsca 2.0, based on the 1.3.x package in pkgsrc-wip.bouyer7-0/+116
nsca and send_nsca are remote/passive network service daemons for nagios. These are orignally from the NetSaint package (NSCA = NetSaint Check Acceptor)