o Disable patch #3672 [1] from patch kit p, the patch for uploading

to low id clients is not currently well understood. There is a
  lot of complain about slow download speeds due to emule credit
  system penalizing mldonkey clients

  [1] http://savannah.nongnu.org/patch/?func=detailitem&item_id=3672

o Bump PORTREVISION
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-01-30 19:10:50 +00:00
parent 1786f65ad2
commit 4ce9f58e7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127726
4 changed files with 24 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= mldonkey
PORTVERSION= 2.5.28.p
PORTREVISION= 1
CATEGORIES+= net
MASTER_SITES= http://download.berlios.de/pub/mldonkey/spiralvoice/cvs/
PKGNAMESUFFIX= -devel

View File

@ -0,0 +1,11 @@
--- src/utils/net/ip.ml.orig Sun Jan 30 16:45:11 2005
+++ src/utils/net/ip.ml Sun Jan 30 16:45:17 2005
@@ -84,7 +84,7 @@
j > 0 && j < 224 &&
k >= 0 && k <= 255 &&
l >= 0 && l <= 255 &&
- i >= 0 && i <= 255
+ i > 0 && i <= 255
let reachable ip =
!allow_local_network ||

View File

@ -7,6 +7,7 @@
PORTNAME= mldonkey
PORTVERSION= 2.5.28.p
PORTREVISION= 1
CATEGORIES+= net
MASTER_SITES= http://download.berlios.de/pub/mldonkey/spiralvoice/cvs/
PKGNAMESUFFIX= -devel

View File

@ -0,0 +1,11 @@
--- src/utils/net/ip.ml.orig Sun Jan 30 16:45:11 2005
+++ src/utils/net/ip.ml Sun Jan 30 16:45:17 2005
@@ -84,7 +84,7 @@
j > 0 && j < 224 &&
k >= 0 && k <= 255 &&
l >= 0 && l <= 255 &&
- i >= 0 && i <= 255
+ i > 0 && i <= 255
let reachable ip =
!allow_local_network ||