diff options
author | obache <obache@pkgsrc.org> | 2012-03-22 12:30:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-22 12:30:42 +0000 |
commit | 5134da927de6801b299602ee99c44738be5644c0 (patch) | |
tree | 691322d02a3b9f5e61b602c3dac37b664da0d110 /net | |
parent | 25b613ead85278d39615fbfbbe0ecb8308e00c5e (diff) | |
download | pkgsrc-5134da927de6801b299602ee99c44738be5644c0.tar.gz |
Update darkstat to 3.0.715.
per maintainer updater request by PR 46241.
v3.0.715 (January 2012)
- Compatibility fixes for Hurd and Solaris.
- Use link-time optimization and automake-like silent rules.
- Support systems without ifaddrs.h again.
- Continuing fixes for IPv6 support.
- Only update lastseen time for sender, not recipient.
- Implement --local-only: accounting for hosts on the local net.
- Make failure to bind() a socket non-fatal.
- Make failure to get local IP non-fatal.
- Fall back to gethostbyaddr() if getnameinfo() fails.
- Fix detection of IPv4 multicast addresses.
- Fix decoding on OpenBSD DLT_NULL interfaces (e.g. gif(4))
Diffstat (limited to 'net')
-rw-r--r-- | net/darkstat/Makefile | 4 | ||||
-rw-r--r-- | net/darkstat/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index 461806eac6c..321a8e058fd 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/06/23 09:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/03/22 12:30:42 obache Exp $ # -DISTNAME= darkstat-3.0.714 +DISTNAME= darkstat-3.0.715 CATEGORIES= net MASTER_SITES= http://unix4lyfe.org/darkstat/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/darkstat/distinfo b/net/darkstat/distinfo index 64d01930d91..2a56ebbeea1 100644 --- a/net/darkstat/distinfo +++ b/net/darkstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/06/23 09:21:37 wiz Exp $ +$NetBSD: distinfo,v 1.10 2012/03/22 12:30:42 obache Exp $ -SHA1 (darkstat-3.0.714.tar.bz2) = 8e6a9f90f5ae814f906f23deaa76144b6496aa6b -RMD160 (darkstat-3.0.714.tar.bz2) = d8e910400736af34471779aea0bc63d040b5729f -Size (darkstat-3.0.714.tar.bz2) = 108844 bytes +SHA1 (darkstat-3.0.715.tar.bz2) = e635f7ae0c6dfe3a7d1fac3855ca733187163973 +RMD160 (darkstat-3.0.715.tar.bz2) = d85ab00ae73ba388fbcccfa00a2fafc02838c513 +Size (darkstat-3.0.715.tar.bz2) = 110881 bytes |