diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-21 15:14:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-21 15:14:44 +0000 |
commit | edc89823a3aa263386825e41212d6c2f9569f4e4 (patch) | |
tree | 9f38123c7f0ac0d90a99ebecce0f2bc93d681547 | |
parent | c7314a2101b93c519a1e1042aba64a1abf9784fe (diff) | |
download | pkgsrc-edc89823a3aa263386825e41212d6c2f9569f4e4.tar.gz |
Update to 2.9.5:
2008/05/02: version 2.9.5 = tag release-2-9-5
6503: Remove release status when download is finished
2008/03/31
6465: BT: Send correct downloaded value when download starts to tracker
(colchaodemola)
6477: Use $MLDONKEY_DIR/mlnet_tmp instead of /tmp
- This patch fixes problems with hash checking of multifile BT
downloads when /tmp is too small.
- To override $MLDONKEY_DIR/mlnet_tmp use variable $MLDONKEY_TEMP.
This patch has nothing to do with option temp_directory.
6472: Multiuser: Count only files in download queue for user/group statistics
6471: Clean logfile
6470: BT: Use default of max_upload_slots as minimum for BT-max_bt_uploaders
instead of hard-coded value
2008/03/18
6466: Fix option_hook loop when changing max_upload_slots < 3,
caused by patch #6451
2008/03/14
6462: Multiuser: Restrict chown to admin users only
2008/03/11
6458: Fix commit bug when filesystem reports negative values
for maximum filename length
2008/03/07
6451: BT: Implement minimum of 3 (like max_upload_slots)
for option max_bt_uploaders
-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 4b3ff5bfb5e..37458ce95a2 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.31 2008/04/14 13:30:24 wiz Exp $ +# $NetBSD: Makefile.common,v 1.32 2008/05/21 15:14:44 wiz Exp $ # -DISTNAME= mldonkey-2.9.4 +DISTNAME= mldonkey-2.9.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index c85d01ea4d0..8d0787a75cc 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.43 2008/04/14 13:30:24 wiz Exp $ +$NetBSD: distinfo,v 1.44 2008/05/21 15:14:44 wiz Exp $ -SHA1 (mldonkey-2.9.4.tar.bz2) = de96359e4197f230fd26363f49750a80c0ab9346 -RMD160 (mldonkey-2.9.4.tar.bz2) = fc9cb61c2e7283cee0ee4fd79e2cbc6815f389f5 -Size (mldonkey-2.9.4.tar.bz2) = 2721698 bytes +SHA1 (mldonkey-2.9.5.tar.bz2) = ed7ab26049f70606bdd924e039cc36b4d9660417 +RMD160 (mldonkey-2.9.5.tar.bz2) = d7f8672c1f83e8f7ec4973cdffc2adb1a0a2526b +Size (mldonkey-2.9.5.tar.bz2) = 2717212 bytes |