2008-12-25 14:27:02 by Kimmo Suominen | Files touched by this commit (2) | |
Log message:
Update roller to 1.20.
proc-maillog:
- Use "-d yesterday" to get more correct statistics on the typical case of
rotating logs at midnight.
- Add smtpd connection statistics.
- Remove per-user top 10 lists.
proc-messages:
- Message updates:
- New messages: Cyrus, HP printers, ISC dhcpd, NetBSD kernel, Net-SNMP
and ProFTPD.
- Account for views in more BIND named messages.
- Handle rsnapshot, smartd and Sipura SIP phones/gateways.
- Logic fixes:
- Facilities don't always have a trailing colon (esp. on non-UNIX).
- Remove sequence number and extra timestamp from Cisco messages.
- Keep $origin per-host, so "last message repeated" is logged correctly.
- Log only remote host when counting warnings for different software,
so the thresholds are tripped more easily (the account used is not
considered as important, since dictionary attacks are common).
- Code maintenance:
- Modernise Perl subroutine calls (no ampersand).
- Centralise host[addr] string parsing.
- Some whitespace cleanup.
- Configuration changes:
- Update $LOCAL (should go into a config file).
roller:
- Use "uname -n" instead of "netname", so network \
connectivity is not used.
|
2006-03-11 12:13:51 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Use MAKE_FLAGS.
|
2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message:
Replaced "# defined" with "yes" in Makefile variables like \
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
2005-02-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message:
Add RMD160 digests.
|
2005-01-20 10:11:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for dependency change.
|
2005-01-20 06:33:13 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Add netname to DEPENDS (was missing).
|
2004-12-29 05:10:10 by Kimmo Suominen | Files touched by this commit (2) |
Log message:
Upgrade to roller-1.19:
proc-httpd-errors:
- Ignore Digest startup.
- Ignore first signal repeat.
- Remove PID from unresponsive child warning.
proc-ipmon:
- Handle ip-filter v4.
proc-maillog:
- Put back user and host limits (10).
proc-messages:
- Ignore empty lines from SCSI errors.
- Added daemons: cyrus 2.2, jabber v2, rsynconly wrapper, BIND 9.3, ntpd v4.
- Weed out more NetBSD-current messages.
- Recognize more proftpd messages.
- Ignore more racoon messages.
proc-xferlog:
- Handle deleted files.
- List all incoming and deleted files.
|
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message:
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
|
2004-04-18 21:02:54 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
Update to roller-1.18:
- handle new "CMD START" and "CMD FINISH" messages from cron
- new proc-ipmon that handles all "ipmon -a" records
|