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 /net/mldonkey/Makefile.common | |
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
Diffstat (limited to 'net/mldonkey/Makefile.common')
-rw-r--r-- | net/mldonkey/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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 |