diff options
author | obache <obache@pkgsrc.org> | 2014-12-14 08:39:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-14 08:39:56 +0000 |
commit | c132a6d98fd8fd4b34e3a549eb7b462e94a6d30e (patch) | |
tree | 0975cc9ab13d28e2838ecf3191f712838704ad9e /net | |
parent | 31afb24dda40972e98cd43d9b8184857fe254061 (diff) | |
download | pkgsrc-c132a6d98fd8fd4b34e3a549eb7b462e94a6d30e.tar.gz |
Update darkstat to 3.0.718.
per maintainer update request by PR pkg/49345.
v3.0.718 (25 January 2014)
- (SECURITY!) Don't chroot() by default. The user must specify
a --chroot dir for this to happen now.
- Bring back the "--base /path" functionality.
- Add explicit warning about graphs being blank if we can't get
local IPs on an interface.
- Don't crash in timer_stop() if monotonic time stops or goes
backwards.
- Lots of internal cleanups.
- Use time_t instead of "long" for time. This is more correct
and should fix darkstat on OpenBSD 5.5 on 32-bit systems.
Diffstat (limited to 'net')
-rw-r--r-- | net/darkstat/Makefile | 9 | ||||
-rw-r--r-- | net/darkstat/PLIST | 3 | ||||
-rw-r--r-- | net/darkstat/distinfo | 8 |
3 files changed, 7 insertions, 13 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index 439bb85d7c3..89037a0f832 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2013/09/16 17:42:09 abs Exp $ +# $NetBSD: Makefile,v 1.16 2014/12/14 08:39:56 obache Exp $ -DISTNAME= darkstat-3.0.717 +DISTNAME= darkstat-3.0.718 CATEGORIES= net MASTER_SITES= http://unix4lyfe.org/darkstat/ EXTRACT_SUFX= .tar.bz2 @@ -13,14 +13,9 @@ LICENSE= gnu-gpl-v2 BUILD_TARGET= darkstat GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-chroot-dir=${PREFIX}/share/darkstat/chroot RCD_SCRIPTS= darkstat -post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/darkstat - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/darkstat/chroot - .include "../../devel/zlib/buildlink3.mk" BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0 .include "../../net/libpcap/buildlink3.mk" diff --git a/net/darkstat/PLIST b/net/darkstat/PLIST index 2bf5eee803f..34d0f741bfb 100644 --- a/net/darkstat/PLIST +++ b/net/darkstat/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.7 2014/03/11 14:05:07 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.8 2014/12/14 08:39:56 obache Exp $ man/man8/darkstat.8 sbin/darkstat -@pkgdir share/darkstat/chroot diff --git a/net/darkstat/distinfo b/net/darkstat/distinfo index 076aa573441..fb70d9f418b 100644 --- a/net/darkstat/distinfo +++ b/net/darkstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/09/16 17:42:09 abs Exp $ +$NetBSD: distinfo,v 1.12 2014/12/14 08:39:56 obache Exp $ -SHA1 (darkstat-3.0.717.tar.bz2) = 3a774ab48f9523a3a47a5f2b89174843a1b6fa76 -RMD160 (darkstat-3.0.717.tar.bz2) = 82177d8f60d2d3b29da17bcb171ec4a4df6af752 -Size (darkstat-3.0.717.tar.bz2) = 112436 bytes +SHA1 (darkstat-3.0.718.tar.bz2) = c11c699741d6967489c0aa30b36a6d0649c5d4cd +RMD160 (darkstat-3.0.718.tar.bz2) = 37863f883009953e83482dc91e4617caca718aea +Size (darkstat-3.0.718.tar.bz2) = 116044 bytes |