diff options
author | obache <obache> | 2008-12-07 11:16:50 +0000 |
---|---|---|
committer | obache <obache> | 2008-12-07 11:16:50 +0000 |
commit | 0f24066e8c0c607724f2a39669267aa69e1f3b6e (patch) | |
tree | 6628935b29c9965c8ded36987298dafd60c9b18a /net | |
parent | 0d45a5da02f93eb93f3198ac119f31d3002baf32 (diff) | |
download | pkgsrc-0f24066e8c0c607724f2a39669267aa69e1f3b6e.tar.gz |
Update darkstat to 3.0.712.
Requested by maintainer in PR 40128.
Changes since 3.0.711:
- Web: Add --no-macs option to hide mac addresses.
Thanks Dennis!
- Web: Make tables prettier.
- Host detail view now triggers a DNS lookup.
- Manpage tweaks, also move from section 1 to section 8.
- Track and show how long ago a host was last seen.
Suggested by: Prof A Olowofoyeku (The African Chief)
- Show pcap_stats (like number of packets dropped) in the web
interface and also upon exit.
Diffstat (limited to 'net')
-rw-r--r-- | net/darkstat/Makefile | 4 | ||||
-rw-r--r-- | net/darkstat/PLIST | 4 | ||||
-rw-r--r-- | net/darkstat/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index b0282b22f55..91c41e98119 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/08/24 21:52:29 obache Exp $ +# $NetBSD: Makefile,v 1.9 2008/12/07 11:16:50 obache Exp $ # -DISTNAME= darkstat-3.0.711 +DISTNAME= darkstat-3.0.712 CATEGORIES= net MASTER_SITES= http://dmr.ath.cx/net/darkstat/ DIST_SUBDIR= darkstat diff --git a/net/darkstat/PLIST b/net/darkstat/PLIST index c401a407a79..3a320b4c475 100644 --- a/net/darkstat/PLIST +++ b/net/darkstat/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2008/06/11 13:27:31 obache Exp $ -man/man1/darkstat.1 +@comment $NetBSD: PLIST,v 1.4 2008/12/07 11:16:50 obache Exp $ +man/man8/darkstat.8 sbin/darkstat share/examples/rc.d/darkstat @exec ${MKDIR} %D/share/darkstat/chroot diff --git a/net/darkstat/distinfo b/net/darkstat/distinfo index 754e6e4b998..ae4e5b79b3b 100644 --- a/net/darkstat/distinfo +++ b/net/darkstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/08/24 21:52:29 obache Exp $ +$NetBSD: distinfo,v 1.7 2008/12/07 11:16:50 obache Exp $ -SHA1 (darkstat/darkstat-3.0.711.tar.bz2) = 10c7cacf6717923ab1954fd24750643893566643 -RMD160 (darkstat/darkstat-3.0.711.tar.bz2) = 6d35cf88e0c75ace05b80f7fbce82d978671f8cc -Size (darkstat/darkstat-3.0.711.tar.bz2) = 94745 bytes +SHA1 (darkstat/darkstat-3.0.712.tar.bz2) = cb53aee653b712250c525a8618bbaf7e53085ec0 +RMD160 (darkstat/darkstat-3.0.712.tar.bz2) = ffd777bccf1e932bd3aa6a3e5a03a7445b7b8a4b +Size (darkstat/darkstat-3.0.712.tar.bz2) = 96555 bytes |