From f79d0ba32b283a7476d2d2b731159e573d50ec59 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 28 Feb 2004 04:29:18 +0000 Subject: o Update to Freenet Stable build 5072 released 20040228 snapshot o This new build incorporates the new "rate limiting" load balancing mechanism discussed here. Rate limiting has proven surprisingly effective in the unstable branch, typically keeping a node's load within a few percentage points of where it is supposed to be. This is in stark contrast to previous load balancing attempts where load was continuously so high as to render Freenet nodes almost completely useless. --- net-p2p/freenet/Makefile | 9 ++++++--- net-p2p/freenet/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net-p2p/freenet') diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 8e85b6c1276b..7f62b57fff5e 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -6,10 +6,13 @@ # PORTNAME= freenet -PORTVERSION= 0.5.2.1 +PORTVERSION= 0.5.2.1.5072 CATEGORIES= net java security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://freenetproject.org/snapshots/ +DISTNAME= ${PORTNAME}-20040228 +EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech diff --git a/net-p2p/freenet/distinfo b/net-p2p/freenet/distinfo index fca3c9217274..401e04d48a9c 100644 --- a/net-p2p/freenet/distinfo +++ b/net-p2p/freenet/distinfo @@ -1,2 +1,2 @@ -MD5 (freenet-0.5.2.1.tar.gz) = 59270ee48d889e0be9cae584b67d2743 -SIZE (freenet-0.5.2.1.tar.gz) = 2118774 +MD5 (freenet-20040228.tgz) = 328d277445c78d75c41d0167159afb02 +SIZE (freenet-20040228.tgz) = 3270223 -- cgit v1.2.3