Subject: CVS commit: pkgsrc/net/darkstat
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 10/14/2007 02:17:42
Module Name: pkgsrc
Committed By: obache
Date: Sun Oct 14 02:17:42 UTC 2007
Modified Files:
pkgsrc/net/darkstat: Makefile distinfo
Removed Files:
pkgsrc/net/darkstat/patches: patch-ab
Log Message:
Update darkstat to 3.0.707.
Patch provided by MAINTAINER, Bartosz Kuzma in PR 37052.
Changes since 3.0.619:
- Fix silly bug in formatting hex.
- Check for pcap.h in include/pcap/ for old RedHat-a-likes.
- New commandline parser.
- To stay in foreground, pass --debug instead of -d.
- We can now reset all statistics at runtime (send SIGUSR1)
- Make chroot dir configurable on cmdline (--chroot)
- Make privdrop user configurable on cmdline (--user)
- Implement daylog (brings back a v2 feature)
- Import and export hosts and graphs, this brings back a fairly
major v2 feature. Big ups to Ben for doing a lot of the
design and implementation of this feature!
Note that the v3 database format is, by design, incompatible
with the v2 format.
- Report average KB/s in and out on graphs.
Thanks to Damian Lozinski for suggestion and first cut at the
implementation.
- Fix graph rotation when the delay between rotations is big
enough to clear an entire graph.
- Make ip_proto 8 bits wide, to match the IP header.
- Implement pidfile functionality for people who prefer to
handle daemons in this manner.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/net/darkstat/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/darkstat/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/net/darkstat/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.