diff options
author | kim <kim@pkgsrc.org> | 2000-06-10 18:06:27 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-06-10 18:06:27 +0000 |
commit | a54e4e74e02660bcda6490a154df050fff146942 (patch) | |
tree | c012af17b025cd389e48030c94d7bcc305b4c6d7 /sysutils/roller | |
parent | da9fd621b79bf4c8e1158dc713773232c1024f8f (diff) | |
download | pkgsrc-a54e4e74e02660bcda6490a154df050fff146942.tar.gz |
Updated roller to 1.4.
logroll:
- rotate ipmon log (no processing yet)
proc-httpd-errors
- do not report usernames on authentication failures (better summary
and possible passwords are not shown)
- do not report "file not found" errors (not useful at system level,
and some authors choose to live with such links produced by tools)
- do not report "no acceptable variant" (the user gets a menu)
- do not report clients blocked by server configuration
proc-messages
- updates to local domains and networks (needs a config file)
- handle multi-port HP print servers successfully
- handle ntpd v4 messages
- handle new NetBSD messages (up-to 1.4Y)
- update named to BIND v8.2.2-P5, and add some new types of messages
- handle verbose amd startup
- minor updates: inetd, sendmail, snmpd, sshd
- new daemons: dhcpd, dhclient, gated, gdc, lpd, portmap, savecore, tftpd
- added a placeholder for mrouted
proc-news
- don't count "msgid:" as a system with connection failures (the failed
connections are probably to msgidd, e.g. it is not running)
Diffstat (limited to 'sysutils/roller')
-rw-r--r-- | sysutils/roller/Makefile | 4 | ||||
-rw-r--r-- | sysutils/roller/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/roller/Makefile b/sysutils/roller/Makefile index f6b55837731..ce90031191a 100644 --- a/sysutils/roller/Makefile +++ b/sysutils/roller/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/04/19 16:57:40 kim Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/10 18:06:27 kim Exp $ # -DISTNAME= roller-1.3 +DISTNAME= roller-1.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ diff --git a/sysutils/roller/files/md5 b/sysutils/roller/files/md5 index 842fdc90600..2547cf4f713 100644 --- a/sysutils/roller/files/md5 +++ b/sysutils/roller/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 2000/04/19 16:57:41 kim Exp $ +$NetBSD: md5,v 1.8 2000/06/10 18:06:29 kim Exp $ -MD5 (roller-1.3.tar.gz) = 36a7b47a725cf113aecfb0d430f3f540 +MD5 (roller-1.4.tar.gz) = b37afcd6bcf3848d848b304d92c71606 |