svn commit: r387605 - head/net-mgmt/darkstat
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 27 13:40:46 UTC 2015
Author: amdmi3
Date: Wed May 27 13:40:45 2015
New Revision: 387605
URL: https://svnweb.freebsd.org/changeset/ports/387605
Log:
- Update to 3.0.719
Changes:
- Implement tracking of remote ports: shows which ports the host is making outgoing connections to. Long time feature request.
- Bugfix: when the capture interface goes down, exit instead of busy-looping forever.
- Fix "clock error" due to machine reboot.
- SIGUSR1 now resets the time and bytes reported on the graphs page.
- Account for all IP protocols.
- Change the default ports_max to only twice the default ports_keep.
PR: 200425
Submitted by: emikulic at gmail.com (maintainer)
Modified:
head/net-mgmt/darkstat/Makefile
head/net-mgmt/darkstat/distinfo
Modified: head/net-mgmt/darkstat/Makefile
==============================================================================
--- head/net-mgmt/darkstat/Makefile Wed May 27 13:35:50 2015 (r387604)
+++ head/net-mgmt/darkstat/Makefile Wed May 27 13:40:45 2015 (r387605)
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= darkstat
-PORTVERSION= 3.0.718
+PORTVERSION= 3.0.719
CATEGORIES= net-mgmt
-MASTER_SITES= http://unix4lyfe.org/darkstat/
+MASTER_SITES= https://unix4lyfe.org/darkstat/
MAINTAINER= emikulic at gmail.com
COMMENT= Network statistics gatherer and reporter
USE_RC_SUBR= darkstat
-USES= tar:bzip2
+USES= tar:bzip2
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS INSTALL README
Modified: head/net-mgmt/darkstat/distinfo
==============================================================================
--- head/net-mgmt/darkstat/distinfo Wed May 27 13:35:50 2015 (r387604)
+++ head/net-mgmt/darkstat/distinfo Wed May 27 13:40:45 2015 (r387605)
@@ -1,2 +1,2 @@
-SHA256 (darkstat-3.0.718.tar.bz2) = 682f3e53f4e89ea6ad08236b4225a5e0859428299765d8d995374cd7fa22adff
-SIZE (darkstat-3.0.718.tar.bz2) = 116044
+SHA256 (darkstat-3.0.719.tar.bz2) = aeaf909585f7f43dc032a75328fdb62114e58405b06a92a13c0d3653236dedd7
+SIZE (darkstat-3.0.719.tar.bz2) = 117695
More information about the svn-ports-all
mailing list