diff options
author | cracauer <cracauer@FreeBSD.org> | 2005-09-11 04:17:17 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 2005-09-11 04:17:17 +0000 |
commit | 24af1832debba33df763f3d610d151ee848cdc9b (patch) | |
tree | c1f94eb319c4dc26582cc460e083f2e5043338c6 /misc | |
parent | d4be603d37647e064ffd847bfd2efb7549a04dd9 (diff) | |
download | FreeBSD-ports-24af1832debba33df763f3d610d151ee848cdc9b.zip FreeBSD-ports-24af1832debba33df763f3d610d151ee848cdc9b.tar.gz |
Update to 2.6.0.
Previous versions had bandwidth limiting broken for > 4 GB stream
sizes on 32 bit int architectures.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cstream/Makefile | 2 | ||||
-rw-r--r-- | misc/cstream/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 38c600c..72a62ba 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cstream -PORTVERSION= 2.5.2 +PORTVERSION= 2.6.0 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ \ http://www3.cons.org/freebsd-distfiles/ \ diff --git a/misc/cstream/distinfo b/misc/cstream/distinfo index 6f094fb..0afb422 100644 --- a/misc/cstream/distinfo +++ b/misc/cstream/distinfo @@ -1,2 +1,2 @@ -MD5 (cstream-2.5.2.tar.gz) = 3c9dd69e391e8113c1603ac189754ef9 -SIZE (cstream-2.5.2.tar.gz) = 84002 +MD5 (cstream-2.6.0.tar.gz) = 64c3fbc1a2ce0f5a1be812263bb25b42 +SIZE (cstream-2.6.0.tar.gz) = 84025 |