Subject: CVS commit: pkgsrc/net/mldonkey
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/10/2004 15:49:56
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 10 15:49:56 UTC 2004
Modified Files:
pkgsrc/net/mldonkey: Makefile distinfo
pkgsrc/net/mldonkey/patches: patch-aa
Added Files:
pkgsrc/net/mldonkey/patches: patch-ab
Log Message:
Update to 2.5.10:
2004/02/09: Fabrice (version 2.5.10, tag release-2-5-10)
* Applied patches sha1, #2597, #2603, #2604
* New GUI messages:
Gui -> Core: GetUploaders, GetPending,
GetSearches, (GetSearch search_id),
(ConnectClient cid), (DisconnectClient cid)
Core -> Gui: (Uploaders num_list), (Pending num_list),
(Search search_request)
GetSearches and GetSearch allow a GUI to query for former searches and
to receive the results corresponding to a particular former search.
* New console command "disconnect <client_id>"
* FileTP:
* New option 'remote_shells' to define, for each hostname, which
remote shell to use and with which arguments (e.g. if you want
to use rsh or ssh with username@hostname or a particular port).
still no password allowed...
* New version of 'get_range' that accepts a 'rangex' argument to
send the data without base64 encoding (works for me, but I don't
know for other shells). Set the 'get_range' option to set the
path of the remote get_range command, and 'range_arg' to use
either 'range' or 'rangex'.
2004/02/07: Fabrice (version 2.5.9, tag release-2-5-9)
* Applied patches #2428, #2595, #2596
* TcpBufferedSocket: 'exec_command' only creates one TcpBufferedSocket.t
both for reading and writing.
* FileTP:
* Basic "remote shell" protocol (using ssh):
use 'http <ssh://hostname/relative-filename>' to download the file
hostname:~/relative-filename. ssh must be able to connect to the
host without password exchange. The remote host must have the
'get_range' utility in the PATH of ssh (use "make utils" to
have 'get_range' compiled with in mldonkey). The transfer rate is
not very good (30 KB/s, either because of too small
tcpBufferedSocket buffers, or because of the base64 encoding).
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/net/mldonkey/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/mldonkey/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/net/mldonkey/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/net/mldonkey/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.