diff options
author | krion <krion@FreeBSD.org> | 2003-11-12 04:59:54 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-12 04:59:54 +0800 |
commit | db83be69a7803db765a6fbacb106c9571e83de47 (patch) | |
tree | 8fdde170f42293e274b48b09baa435b91bd5c173 | |
parent | cd0b8da028dce5243ec44f9abeafdd543152b801 (diff) | |
download | freebsd-ports-gnome-db83be69a7803db765a6fbacb106c9571e83de47.tar.gz freebsd-ports-gnome-db83be69a7803db765a6fbacb106c9571e83de47.tar.zst freebsd-ports-gnome-db83be69a7803db765a6fbacb106c9571e83de47.zip |
- Update to version 1.1.6
Changes: The buggy sort algorithm has been replaced.
The contents of the log file are loaded back into bandwidthd on
restart, so data is persistent between restarts. Log rotation
has been added. RecoverCdf has been modified to load large log
files much faster, and to load files from the rotation. A
segmentation fault in DropOldData has been fixed.
PR: 59175
Submitted by: maintainer
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/bandwidthd/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/bandwidthd/files/patch-bandwidthd.c | 12 | ||||
-rw-r--r-- | net/bandwidthd/Makefile | 2 | ||||
-rw-r--r-- | net/bandwidthd/distinfo | 2 | ||||
-rw-r--r-- | net/bandwidthd/files/patch-bandwidthd.c | 12 |
6 files changed, 16 insertions, 16 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index 5108087e7207..d84d37927cb3 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bandwidthd -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/bandwidthd/distinfo b/net-mgmt/bandwidthd/distinfo index 62384ea9d752..ef4c6fdaf68f 100644 --- a/net-mgmt/bandwidthd/distinfo +++ b/net-mgmt/bandwidthd/distinfo @@ -1 +1 @@ -MD5 (bandwidthd-1.1.5.tgz) = a1376f78f7f3414bb95ce76f1a9deac7 +MD5 (bandwidthd-1.1.6.tgz) = 0255e5c61cacf0e283da620c2e8ec712 diff --git a/net-mgmt/bandwidthd/files/patch-bandwidthd.c b/net-mgmt/bandwidthd/files/patch-bandwidthd.c index 966db7208556..7b39e3104885 100644 --- a/net-mgmt/bandwidthd/files/patch-bandwidthd.c +++ b/net-mgmt/bandwidthd/files/patch-bandwidthd.c @@ -1,6 +1,6 @@ ---- bandwidthd.c.orig Fri Oct 10 20:22:39 2003 -+++ bandwidthd.c Sun Nov 2 12:21:17 2003 -@@ -114,7 +114,11 @@ +--- bandwidthd.c.orig Mon Nov 10 17:16:04 2003 ++++ bandwidthd.c Tue Nov 11 13:52:27 2003 +@@ -129,7 +129,11 @@ } else { @@ -12,12 +12,12 @@ exit(1); } } -@@ -244,7 +248,7 @@ +@@ -264,7 +268,7 @@ tcp = (struct tcphdr *)(ip+1); tcp = (struct tcphdr *) ( ((char *)tcp) + ((ip->ip_hl-5)*4) ); // Compensate for IP Options Stats->tcp += size; --#ifdef SOLARIS -+#if defined(SOLARIS) || defined(FREEBSD) +-#if defined(SOLARIS) ++#if defined(SOLARIS) || defined (FREEBSD) sport = ntohs(tcp->th_sport); dport = ntohs(tcp->th_dport); #else diff --git a/net/bandwidthd/Makefile b/net/bandwidthd/Makefile index 5108087e7207..d84d37927cb3 100644 --- a/net/bandwidthd/Makefile +++ b/net/bandwidthd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bandwidthd -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/bandwidthd/distinfo b/net/bandwidthd/distinfo index 62384ea9d752..ef4c6fdaf68f 100644 --- a/net/bandwidthd/distinfo +++ b/net/bandwidthd/distinfo @@ -1 +1 @@ -MD5 (bandwidthd-1.1.5.tgz) = a1376f78f7f3414bb95ce76f1a9deac7 +MD5 (bandwidthd-1.1.6.tgz) = 0255e5c61cacf0e283da620c2e8ec712 diff --git a/net/bandwidthd/files/patch-bandwidthd.c b/net/bandwidthd/files/patch-bandwidthd.c index 966db7208556..7b39e3104885 100644 --- a/net/bandwidthd/files/patch-bandwidthd.c +++ b/net/bandwidthd/files/patch-bandwidthd.c @@ -1,6 +1,6 @@ ---- bandwidthd.c.orig Fri Oct 10 20:22:39 2003 -+++ bandwidthd.c Sun Nov 2 12:21:17 2003 -@@ -114,7 +114,11 @@ +--- bandwidthd.c.orig Mon Nov 10 17:16:04 2003 ++++ bandwidthd.c Tue Nov 11 13:52:27 2003 +@@ -129,7 +129,11 @@ } else { @@ -12,12 +12,12 @@ exit(1); } } -@@ -244,7 +248,7 @@ +@@ -264,7 +268,7 @@ tcp = (struct tcphdr *)(ip+1); tcp = (struct tcphdr *) ( ((char *)tcp) + ((ip->ip_hl-5)*4) ); // Compensate for IP Options Stats->tcp += size; --#ifdef SOLARIS -+#if defined(SOLARIS) || defined(FREEBSD) +-#if defined(SOLARIS) ++#if defined(SOLARIS) || defined (FREEBSD) sport = ntohs(tcp->th_sport); dport = ntohs(tcp->th_dport); #else |