summaryrefslogtreecommitdiff
path: root/net/argus
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-05-17Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUPfhajny1-3/+3
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-11-30Update to argus 3.7markd10-10/+260
* Version 3.7 [2013 Feb 14] holt-winters aberrant behavior detection work around bug in some versions of mod_perl TCP/Freeswitch Ticket system integration better/faster resolver custom dashboards style, css schedules bugfixes Also patches to work with CGI >= 4.0
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.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
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-2/+2
are called p5-*. I hope that's all of them.
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2010-02-19Create directories for root.joerg1-5/+6
XXX 0777 as permission feels very wrong
2009-07-25Update to argus 3.6markd3-30/+82
* Version 3.6 [2008 Oct 27] SNMP interface auto-discovery (oid: ifInOctets[POS1/0]) better handling of solaris low descriptor limit faster startup correctly count aliases new severity features new data directory structure show test results on webpage overview webpage friendlier notification messages compute service bugfixes => some config file changes may be needed * Version 3.5 [2007 June 14] SNMPv2c SNMP get-bulk UDP bug fixes faster startup/shutdown faster graphs faster with large configs Resolv in displayed config checknow button notification %O fix notification conditional text DARP (Failover and Redundancy) acl simplification detect GD at runtime can specify units for time duration parameters web page changes data archiving interface various config parameter inheritance changes => some config file changes may be needed
2009-06-14Remove @dirrm entries from PLISTsjoerg1-15/+1
2009-02-10DESTDIR support. Install the former content of /var tojoerg2-3/+35
${PREFIX}/etc/argus for now, so that it is included in the package. Someone else can clean this up. Bump revision.
2007-03-18Perl path fixadam3-4/+15
2007-03-18Changes 3.4:adam4-21/+36
* perl 5.00503 fix * added TCP/DNS * added TCP/Rwhois * added TCP/SIP, UDP/SIP, UDP/IAX2, TCP/Asterisk * added TCP/RPC, UDP/RPC * added asynchronous resolver * radius fix * code reorganization * configurable ip options: TTL, TOS, LSRR, SSRR * support for web_auth_none * scheduler adjustment * http redirect loop detection fix * argusctl checknow added * notification %O fix * database testing enhancements * added remote monitoring agent * faster SSL failure detection * enhanced performance
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-4/+4
Patch provided by Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-3/+2
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-06-22Fix finding perl in the Configure for the new tools infrastructure.markd2-10/+12
Also change dependencies from build to run as needed while in use. oked during "deep freeze" by Alistair Crooks.
2005-06-08Convert to options framework.wiz2-11/+14
USE_PERL5 -> USE_TOOLS+=perl.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-11Make sure correct path for perl is set in installed scripts.markd3-3/+17
Bump PKGREVISION.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-07-07Initial import of argus-3.3 from pkgsrc-wip, contributed byxtraeme5-0/+131
<drue at users.sourceforge.net>. Argus is a system and network monitoring application. It will monitor anything you ask it to monitor (TCP + UDP applications, IP connectivity, SNMP OIDS, Programs, Databases, etc), presents a nice clean, easy to view web interface, it can send alerts numerous ways (such as via pager) and can automatically escalate if someone falls asleep.