diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-26 08:58:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-26 08:58:43 +0000 |
commit | aa95121ba3cbb9f539b3dc125dbc4979366631e4 (patch) | |
tree | f0db3916dc3f4a144d85f05d6066cb40bb05c033 /net/mldonkey | |
parent | e569251ebe90d2a404458f134bb77265635c40cc (diff) | |
download | pkgsrc-aa95121ba3cbb9f539b3dc125dbc4979366631e4.tar.gz |
Update to 2.5.0:
Changes (newer first)
- Fasttrack:
* Reduce client_name to 32 characters
* Stop computing useless SHA1 hashes (inherited from Gnutella copy/paste)
* Limitation on the number of simultaneous sources for a file
* Ask for a range only after the connection has succeeded
* Support for Complex queries
* Works on PPC now
* sig2dat:// links added
* Automatically replace spaces in client name by _
* Use HTTP/1.0 (really necessary ? probably not)
* Recover sources for files
* Reconnect to good sources immediatly
* Ask longer ranges
- Fasttrack: working good now :)
* Can look for new sources
- FastTrack: first try, far from complete, only for x86 !!!
* Copy of gnutella/ plugin architecture to fasttrack/
* Cipher C stubs available from Ocaml
* Connection to main server: OK
* Connections to ultrapeers: OK
* Simple Searches sent: OK
* Results received: OK
* Downloads: OK, no recover yet
- GUI:
* Plugins sorted in config panel
* Fixed the problem with servers appearing as New Hosts
- Fixed bug adding one file several times in 'old_files'
- Applied patches #1523, #1527, #1512, #1513, #1510, #1503
- Applied patches #1476, #1477, #1479 and #1481
- Fixed major file corruption bug when using 'buffer_writes' in bittorrent,
fasttrack and gnutella.
- Plugins initialized in the correct order (no downloads restarted at 0%)
- Bittorrent:
* Force flush with "buffer_writes" option before Sha1 computation
- "set enable_... true/false" should now immediatly trigger the network
(before that, a restart was necessary)
- Bug fix: the bug causing too many open file descriptors and pausing
recovered files maybe fixed.
- Gnutella:
* Fixed problem with \r in GWebCache
- Searches can be limited to particular network (bug fix in GUI)
- Gnutella2:
* Added number of leaves per ultrapeer
- Added mldonkey/tools/pandora/ to help understand protocols
- Config: copy old downloads.ini to downloads_expert.ini and
donkey.ini if the latter ones are absent
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile | 6 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index f0803c898ae..8716e64aec1 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2003/05/19 12:52:58 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/26 08:58:43 wiz Exp $ # -DISTNAME= mldonkey-2.4-0.sources +DISTNAME= mldonkey-2.5-0.sources PKGNAME= ${DISTNAME:S/-0.sources/.0/} WRKSRC= ${WRKDIR}/mldonkey CATEGORIES= net -MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-2.4/official/ +MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-2.5/official/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nongnu.org/mldonkey/ diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 510430cc72d..b99e9b77224 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/05/19 12:52:59 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/05/26 08:58:43 wiz Exp $ -SHA1 (mldonkey-2.4-0.sources.tar.gz) = cc0733b63844fdc6d0e3a0214497d868b77a13e6 -Size (mldonkey-2.4-0.sources.tar.gz) = 2440489 bytes +SHA1 (mldonkey-2.5-0.sources.tar.gz) = 67d71ea2700383c83625febfcbc08c3c0ce29c2c +Size (mldonkey-2.5-0.sources.tar.gz) = 2544129 bytes SHA1 (patch-aa) = ba60299d8ee9838e40e7c2bef2c12fa0e2d14218 |