Thu Mar 22 12:30:42 2012 UTC ()
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))


(obache)
diff -r1.11 -r1.12 pkgsrc/net/darkstat/Makefile
diff -r1.9 -r1.10 pkgsrc/net/darkstat/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/net/darkstat/Makefile (expand / switch to unified diff)

--- pkgsrc/net/darkstat/Makefile 2011/06/23 09:21:37 1.11
+++ pkgsrc/net/darkstat/Makefile 2012/03/22 12:30:42 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2011/06/23 09:21:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2012/03/22 12:30:42 obache Exp $
2# 2#
3 3
4DISTNAME= darkstat-3.0.714 4DISTNAME= darkstat-3.0.715
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://unix4lyfe.org/darkstat/ 6MASTER_SITES= http://unix4lyfe.org/darkstat/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= bartosz.kuzma@gmail.com 9MAINTAINER= bartosz.kuzma@gmail.com
10HOMEPAGE= http://unix4lyfe.org/darkstat/ 10HOMEPAGE= http://unix4lyfe.org/darkstat/
11COMMENT= Network statistics gatherer 11COMMENT= Network statistics gatherer
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16BUILD_TARGET= darkstat 16BUILD_TARGET= darkstat
17 17

cvs diff -r1.9 -r1.10 pkgsrc/net/darkstat/distinfo (expand / switch to unified diff)

--- pkgsrc/net/darkstat/distinfo 2011/06/23 09:21:37 1.9
+++ pkgsrc/net/darkstat/distinfo 2012/03/22 12:30:42 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2011/06/23 09:21:37 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2012/03/22 12:30:42 obache Exp $
2 2
3SHA1 (darkstat-3.0.714.tar.bz2) = 8e6a9f90f5ae814f906f23deaa76144b6496aa6b 3SHA1 (darkstat-3.0.715.tar.bz2) = e635f7ae0c6dfe3a7d1fac3855ca733187163973
4RMD160 (darkstat-3.0.714.tar.bz2) = d8e910400736af34471779aea0bc63d040b5729f 4RMD160 (darkstat-3.0.715.tar.bz2) = d85ab00ae73ba388fbcccfa00a2fafc02838c513
5Size (darkstat-3.0.714.tar.bz2) = 108844 bytes 5Size (darkstat-3.0.715.tar.bz2) = 110881 bytes