diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-13 18:41:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-13 18:41:32 +0000 |
commit | 31116250af3892411dcbd8d9cf0e460f48a5f43d (patch) | |
tree | 34250fa4da26aa0b5c960c0ee207a526d3e8a625 /net/mldonkey/Makefile | |
parent | 084c5ac8cd8da8e639e83c49c4caec54aa62d6af (diff) | |
download | pkgsrc-31116250af3892411dcbd8d9cf0e460f48a5f43d.tar.gz |
Add (official) patch to fix following problem:
MLDonkey has a very serious bug which leeds to uploading
data blocks twice to eMule clients.
This is due to the fact that MLDonkey gets confused by
eMule rotating block request scheme.
http://hydranode.com/docs/ed2k/ed2kproto.php#upload
> Namely, eMule (and compatible) clients use "rotational chunkrequest"
scheme,
> where each REQCHUNKS packet contains one new chunk and two older chunks
> ...
> This can lead to duplicate data being sent by mldonkeys, if a rotational
> chunkrequest scheme is used when communicating with them.
More infos about it, including logs proving the problem, can be found here:
http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4576
Bump PKGREVISION.
Diffstat (limited to 'net/mldonkey/Makefile')
-rw-r--r-- | net/mldonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 55a9dfece15..71f1283dd04 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2006/09/16 06:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/01/13 18:41:32 wiz Exp $ # .include "Makefile.common" +PKGREVISION= 1 RCD_SCRIPTS= mldonkey |