diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-01 13:01:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-01 13:01:57 +0000 |
commit | a227fefc11374251b123dd576cac9464631415ce (patch) | |
tree | 73f54955489394fa3b13689ebb500d65e1a00aaa /net/mldonkey | |
parent | b87a6e63791d6d616552318caf63c42745127f2d (diff) | |
download | pkgsrc-a227fefc11374251b123dd576cac9464631415ce.tar.gz |
Update to 2.6.7:
2005/10/28: version 2.6.7 = tag release-2-6-7
4562: removed patch, breaks GUI connect after SIGTERM
2005/10/27
4551: remove patch, breaks Overnet
4562: BasicSocket.ml fix, fix select when fd_tasks is empty
close all fd on exit (su_blanc)
4561: Options.ml4 proper old directory (su_blanc)
4560: mingw : proper detection of gToolbox.mli (su_blanc)
4559: mingw compilation of Crypto.cpp (su_blanc)
4553: HP-UX: If /dev/urandom is not present print info where to get it
4554: HP-UX: Compile fix for statvfs (disk usage statistics) (Inkus)
4555: EDK: Send emule_version on server login to prevent
"Your client is too old" message (Knocker)
4556: Fix linking mlnet to X and GTK libs when using --enable-gui (su_blanc)
-------------------------------------------------------------------------------
2005/10/25: version 2.6.6 = tag release-2-6-6
4551: OV/KAD: use kind like eMule does +misc bugfixes (bogeyman)
"do not wonder, if you get less peers left ;o)", also reduces traffic
4550: Create bitprint for large files (zet)
4549: html_mods: relevant_queues option (zet)
This patch creates a relevant_queues option which specifies a list of
queue #'s that should be displayed in the vd # sources table.
See sources command for the list of queues.
By default all queues except the DoNotTry queue(7) are displayed.
4548: IPBlock: really don't load descriptions on core restart,
if set to false (bogeyman)
2005/10/24
4547: Fix dupe sending of motd/nets in gui_initialize (zet)
2005/10/23
4545: make TAGS, creates files for source code navigation in Emacs (pango)
4544: Change internal code for statfs function (pango)
4543: Lower CPU usage, optimize CommonSources.count_file_ready_sources (pango)
4542: Remove Donkey-Fakes support, service is down
4541: New option BT_max_tracker_redirect
connect to bittorent trackers with http redirect (jhon)
2005/10/19
4535: OV/KAD: Yet another improved logging (bogeyman)
4533: Yet another compile patch for mld_hash,
remove svg_converter with make clean
4534: Compile fix for make_torrent
2005/10/18
4531: Compile fix for GTK1 oldgui
4530: Compile fix for mldonkeytop (pango)
4525: Always use svg_converter.byte (gildor)
4524: Fix building mld_hash (gildor)
4523: Fix building of svg_converter.byte (gildor)
2005/10/17
4520: Check for /dev/urandom, /dev/null and $TEMP
4521: CryptoPP: Compile patch for gcc-2.96 (sworn)
2005/10/16
4519: Int64ops cleanup (pango)
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 9275e60689a..f38f754af56 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.9 2005/10/20 00:32:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.10 2005/11/01 13:01:57 wiz Exp $ # -DISTNAME= mldonkey-2.6.5 +DISTNAME= mldonkey-2.6.7 CATEGORIES= net MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 879063aa4ae..bd4144a6375 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2005/10/20 00:32:16 wiz Exp $ +$NetBSD: distinfo,v 1.22 2005/11/01 13:01:57 wiz Exp $ -SHA1 (mldonkey-2.6.5.tar.bz2) = cfdc4f15ef9897fffe5e0330bc7429a85f7d7af8 -RMD160 (mldonkey-2.6.5.tar.bz2) = 150270524d42f0c67cc3ea348f1825ca260ead7e -Size (mldonkey-2.6.5.tar.bz2) = 2756288 bytes +SHA1 (mldonkey-2.6.7.tar.bz2) = 24169639e3923f0ef04afffaad13acbe30e0f254 +RMD160 (mldonkey-2.6.7.tar.bz2) = 8160f1bc86e60dbab905b170d1a23cbbdd843fe1 +Size (mldonkey-2.6.7.tar.bz2) = 2757906 bytes |