Commit graph

16 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
manu
1d19da4d59 Update nagios NSCA to 2.9.1, which fixes a few bugs:
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)
2012-09-24 14:21:08 +00:00
morr
c8c31dc606 Update to nagios-nsca 2.7.2. Add DESTDIR support.
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
2011-04-08 22:45:43 +00:00
joerg
3900f91ff1 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:00:03 +00:00
seb
4af75b1299 - Minor fix to MESSAGE file.
- 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-26 22:14:23 +00:00
seb
1d3ee5267c Remove unused file. 2007-11-15 01:29:06 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
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-07-04 20:54:31 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
bouyer
9ab2ae845f Update to 2.6:
fixes a segfault
adds support for reloading config via a SIGHUP and chroot jail
2006-05-09 18:12:11 +00:00
reed
f3d51da982 Fix typo/mispelling. Justify while here. 2006-04-22 02:21:53 +00:00
jlam
1ec59ed085 USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework.  In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
2006-03-14 20:43:23 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-04 21:28:51 +00:00
wiz
3f3cfa74e5 Fix PLIST, add missing PERL dependency, fix install target.
Bump PKGREVISION.
2006-03-01 22:43:04 +00:00
bouyer
054c36856c Initial import of nagios-nsca 2.0, based on the 1.3.x package in pkgsrc-wip.
nsca and send_nsca are remote/passive network service daemons for nagios.
These are orignally from the NetSaint package (NSCA = NetSaint Check Acceptor)
2006-02-18 17:13:45 +00:00