diff options
author | kim <kim@pkgsrc.org> | 2008-12-25 13:27:02 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2008-12-25 13:27:02 +0000 |
commit | dec3f19fa5c0c60fa0fea9273fa6520894de2525 (patch) | |
tree | 8cd19743999f567142c10ee9a559129af6f9779d /sysutils | |
parent | 9e7becee9c8dfe498d19088f43e0c72b7af4e4b3 (diff) | |
download | pkgsrc-dec3f19fa5c0c60fa0fea9273fa6520894de2525.tar.gz |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/roller/Makefile | 7 | ||||
-rw-r--r-- | sysutils/roller/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/roller/Makefile b/sysutils/roller/Makefile index 532882d4c1e..7f3648e7809 100644 --- a/sysutils/roller/Makefile +++ b/sysutils/roller/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2006/03/11 11:13:51 kim Exp $ +# $NetBSD: Makefile,v 1.31 2008/12/25 13:27:02 kim Exp $ # -DISTNAME= roller-1.19 -PKGREVISION= 1 +DISTNAME= roller-1.20 +#PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ @@ -11,7 +11,6 @@ COMMENT= Roll log files DEPENDS+= cpogm-[0-9]*:../../sysutils/cpogm DEPENDS+= logtime-[0-9]*:../../time/logtime -DEPENDS+= netname-[0-9]*:../../net/netname DEPENDS+= pflogsumm-[0-9]*:../../sysutils/pflogsumm .include "../../mk/bsd.prefs.mk" diff --git a/sysutils/roller/distinfo b/sysutils/roller/distinfo index e7ce20ef641..f1c742a385b 100644 --- a/sysutils/roller/distinfo +++ b/sysutils/roller/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/02/24 13:40:56 agc Exp $ +$NetBSD: distinfo,v 1.12 2008/12/25 13:27:02 kim Exp $ -SHA1 (roller-1.19.tar.gz) = 3d5ca03518cb4d1e8cebfed22e9db807d5372b95 -RMD160 (roller-1.19.tar.gz) = f0d53360f94711ead78dd3dceacd2e5d49297afc -Size (roller-1.19.tar.gz) = 35904 bytes +SHA1 (roller-1.20.tar.gz) = 98f0964392705c47706306ca8301c0cbe325ca44 +RMD160 (roller-1.20.tar.gz) = 034e3ee1745978c05811e5b9fc84937010a60ef2 +Size (roller-1.20.tar.gz) = 37097 bytes |