diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-07 04:49:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-07 04:49:50 +0000 |
commit | 77d8ad4471d99da6eab1faf7360ae9ce3101651b (patch) | |
tree | 2a69effd16d291359922b7d360d0e4779b500684 | |
parent | 796857d9b761ef815b17a93ca5d4596b911f8668 (diff) | |
download | pkgsrc-77d8ad4471d99da6eab1faf7360ae9ce3101651b.tar.gz |
Update to 2.8.7:
2007/06/03: version 2.8.7 = tag release-2-8-7
5988: BT: Completely parse handshake packet of newer BT clients (thx to Berni)
- this patch should fix the serious performance problem with BT downloads
2007/06/02
5987: GeoIP: Small cosmetical fix for loading GeoIP.dat (pango)
5986: Fix GC problem in bz2 code (pango)
2007/06/01
5891: Disconnect clients we download from when a file is queued/paused
5905: Replace old DirectConnect module with new DC++ code (alffa)
- enable it with ./configure --enable-directconnect
- bzip2 support is manditory
- preliminary docs: http://mldonkey.sourceforge.net/DirectConnect
-------------------------------------------------------------------------------
2007/06/01: version 2.8.6 = tag release-2-8-6
5984: EDK: Small log updates
2007/05/31
5982: Save archives used for ini files backup with rights 600 (pango)
5981: EDK/Swarming: Download first 9MB first for preview,
not 10MB to avoid downloading second chunk too early (pango)
5972: GeoIP: Load GeoIP.dat into RAM (pango)
2007/05/28
5976: Search for autoconf261 in ./configure
2007/05/27
5940: GeoIP: Reduce disc access to lower CPU usage
- store computed country values in client/server structures
- EDK: fix a bug where a firewalled client was displayed with IP 0.0.0.0
- new verbosity level "geo" to monitor access to GeoIP.dat
2007/05/23
5961: Include compile patch for Ocaml 3.08.3
5956: Remove unused files src/networks/donkey/donkeyIndexer.ml*
2007/05/22
Updated Mozilla protocol handler to version 2.1
- original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey
2007/05/21
5944: configure: Allow use of Ocaml 3.10.0, keep 3.09.3 as default
2007/05/08
5897: FileTP: Support HTTP downloads of files > 1GB
5815: Unix32: Override system umask to force correct function
of option create_file_mode (pango)
5912: Extend patch 5817: "Code updates for Ocaml 3.10.0beta compatability"
to Ocaml 3.11
5910: EDK: Revoke upload slot when client asks for blocks positioned after EOF
5908: Fix commit when incoming filesystem allows more than 16M chars
5906: Telnet/BT: Display clients country code without HTML in vd <num>
2007/04/28
5903: commonPictures: Update favicon.ico (meto)
5902: Updated italian translation for mldonkey (surricani)
5901: Updated german translation for mldonkey
- taken from german wiki: http://www.mldonkey.org/wiki/index.php/Mlnet_strings
5900: Updated italian translation for mldonkey (surricani)
2007/04/26
5898: Updated italian translation for mldonkey (surricani)
2007/04/25
5892: Updated italian translation for mldonkey (surricani)
2007/04/24
5888: Partial italian translation for mldonkey (surricani)
stored in ./distrib/i18n/mlnet_strings.it_IT.UTF-8
5718: Improve command "nu"
- close all upload slots
- do not give an upload slot to clients in pending slot
- restrict command "nu" to admin users
-rw-r--r-- | net/mldonkey/Makefile.common | 5 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index bd9b7c5ffde..7f46ec6dbf2 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.25 2007/05/03 11:44:27 wiz Exp $ +# $NetBSD: Makefile.common,v 1.26 2007/06/07 04:49:50 wiz Exp $ # -DISTNAME= mldonkey-2.8.5 +DISTNAME= mldonkey-2.8.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 @@ -19,6 +19,7 @@ USE_TOOLS+= gmake perl CONFIGURE_ENV+= WGET="" CONFIGURE_ENV+= ac_cv_prog_WGET="no" +CONFIGURE_ARGS+= --enable-directconnect LDFLAGS+= ${PTHREAD_LDFLAGS} MAKE_ENV+= BUILDLINK_PREFIX.pthread=${BUILDLINK_PREFIX.pthread} CONFIGURE_ARGS+= --enable-pthread-lib diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index d400d02caba..f44023ac41d 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2007/05/03 11:44:27 wiz Exp $ +$NetBSD: distinfo,v 1.38 2007/06/07 04:49:51 wiz Exp $ -SHA1 (mldonkey-2.8.5.tar.bz2) = 1606999a76a4dad4ccb549b455df44b6f5a779ef -RMD160 (mldonkey-2.8.5.tar.bz2) = fb9860603f69fb9845856405ea71eea3d047a193 -Size (mldonkey-2.8.5.tar.bz2) = 2663103 bytes +SHA1 (mldonkey-2.8.7.tar.bz2) = 598e1443ac9b7684301892b620e620d11c333001 +RMD160 (mldonkey-2.8.7.tar.bz2) = 5392be0982f879e566fb8f8532445b49dde3b121 +Size (mldonkey-2.8.7.tar.bz2) = 2713064 bytes |