diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-10 08:21:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-10 08:21:51 +0000 |
commit | c654997f7ed8d508aeb1eb9617af201298ce70e0 (patch) | |
tree | 4ba8adc45c7e0dde9911f1607b839494dc222599 /net/mldonkey | |
parent | 6dc93e6b526be3afecfcf40c6e2101356c12a253 (diff) | |
download | pkgsrc-c654997f7ed8d508aeb1eb9617af201298ce70e0.tar.gz |
Update to 2.9.1:
2007/09/09: version 2.9.1 = tag release-2-9-1
6192: EDK: Use discovered client_ip when lowid
2007/09/05
6187: BT: Fix wrong file order of multifile torrents due to patch #6174
2007/09/01
6179: BT: Send correct downloaded amount to tracker when download completed
6174: BT: Encode non-UTF8 filenames using "encoding" or "codepage" data
from .torrent if present
2007/08/31
6175: Yet another patch for share_scan_interval
- new default 30 minutes for newly created ini files
- still use 0 to disable
- hard-coded global minimum of 5 minutes, this updates old default 1 to 5
- automated options update, if update is needed (options_version <= 19) and
share_scan_interval = 5 (because of new hard-coded minimum, which is
processed earlier) its changed to new default of 30
6145: EDK: Update options description of max_connected_servers (Schlumpf)
6172: EDK: properly advertise and honour noviewshared tag (TripleM)
2007/08/23
6160: BT: Another fix for share_scan_interval
- Old hard-coded default was 300s, now with share_scan_interval its
possible to use a minimum of 60s which produces high CPU load.
This patch implements a minimum of 300s for the BT share_files timer.
2007/08/04
6128: New default for option messages_filter (unease)
6132: HTML: Fix group display in vd <num> for admin users
view of other users files
6130: Change API for network_parse_url, support user group
6127: HTML: Display file_chunk_sizes/file_piece_size in vd <num>
6135: BT: Fix high CPU load when share_scan_interval = 0
due to buggy patch #6049 (thx to darkman)
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile.common | 4 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index f853e396e3d..8a9a2cd805c 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.27 2007/08/07 05:56:17 wiz Exp $ +# $NetBSD: Makefile.common,v 1.28 2007/09/10 08:21:51 wiz Exp $ # -DISTNAME= mldonkey-2.9.0 +DISTNAME= mldonkey-2.9.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 8bc5b2cd740..f7c4c95759f 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2007/08/07 05:56:17 wiz Exp $ +$NetBSD: distinfo,v 1.40 2007/09/10 08:21:51 wiz Exp $ -SHA1 (mldonkey-2.9.0.tar.bz2) = 7cde099f99dc23ea284bc6661a1d83be92ac170b -RMD160 (mldonkey-2.9.0.tar.bz2) = 467ece38f57e27adab008d81e8f5c98774ca3f71 -Size (mldonkey-2.9.0.tar.bz2) = 2713410 bytes +SHA1 (mldonkey-2.9.1.tar.bz2) = f4e8710b68368410739dc373814da585b293c5ff +RMD160 (mldonkey-2.9.1.tar.bz2) = c0f307752c9a7be93e6fbd1e36f5cc3c736b9856 +Size (mldonkey-2.9.1.tar.bz2) = 2714291 bytes |