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))
This commit is contained in:
parent
48e62bf2cd
commit
01545261a4
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue