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:
parent
1786f65ad2
commit
4ce9f58e7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127726
@ -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
|
||||
|
11
net-p2p/mldonkey-devel/files/patch-src::utils::net::ip.ml
Normal file
11
net-p2p/mldonkey-devel/files/patch-src::utils::net::ip.ml
Normal 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 ||
|
@ -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
|
||||
|
11
net/mldonkey-devel/files/patch-src::utils::net::ip.ml
Normal file
11
net/mldonkey-devel/files/patch-src::utils::net::ip.ml
Normal 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 ||
|
Loading…
Reference in New Issue
Block a user