pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mldonkey Update to 2.7.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/908f17d63529
branches:  trunk
changeset: 506790:908f17d63529
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 22 00:24:18 2006 +0000

description:
Update to 2.7.3:

2006/01/19: version 2.7.3 = tag release-2-7-3
4791: web_infos: New type geoip.dat, save files to local disk,
      re-download only if file on server is newer
- now all files except type "rss" in web_infos are saved to local disk
  if not present or server version is newer
- MLDonkey uses HTML header last-modified to check if a file has been updated
- downloaded file timestamp is changed to last-modified time
- show number of IP blocking ranges in runinfo
- new web_infos kind: geoip.dat
- automatically add geoip.dat to web_infos
- support for *.gz|bz2|zip compressed GeoIP.dat files
4811: EDK: Print warning when starting a file too big for filesystem,
      clean Ux32 logging
4810: Update search results with highest avail/completesources tags (zet)

2006/01/16
4803: BT: force uniqueness of added trackers by "trackers" command (pango)
4801: EDK: add more server info fields (html and guiprot) (zet)
4798: Fix thread recognition on *BSD

2006/01/15
4797: EDK: Always put server connect requests in connection queue,
      whether max_opened_connections is reached or not
      Connection will be established later when a socket is available

2006/01/14
4796: Windows: Log proper warning when MaxUserPort is reached (thx to Enig)
4795: Mailer: Fix Subject encoding (bogeyman)
4716: BT: new command "tracker" to add trackers (bogeyman)

2006/01/12
4792: GeoIP: Add license (distrib/GeoIP_LICENSE.txt, runinfo)
      This product includes GeoLite data created by MaxMind,
      available from http://maxmind.com/
4776: EDK: Avoid LowID if max_indirect_connections is reached (thx to zet)
4787: EDK: Show server version (ported from Mulus - thx to Knocker),
      disconnect blocked server after loading IP blocklist

2006/01/11
4790: Some logging stuff
4781: Disconnect connected server before removing
4782: Configure: Replace AC_CHECK_FILE with "test -d" to allow cross-compile

2006/01/09
4770: Change file opening mechanism, open rw only when needed (pango)
      new verbosity option "file" to control Unix32 file handling
4777: Display IP:port for LowID clients, GUI protocol update (zet)

2006/01/07
4769: HTML: Fix some Geoip display bugs

2006/01/06
4768: Dynamic loop delay (pango)
4765: Add GeoIP.dat support (zet)
      GeoIP is a GPL database that maps IPs to countries.
      http://www.maxmind.com/download/geoip/database/
      This patch adds support for a "geoip_dat" option.
      It is a simple ocaml translation of just the geoip country lookup code.
      If active, the file is left open and consulted on demand.
      It didn't seem to slow anything down on my slow system.
      Sends the country # to the gui, use latest Sancho version to use it.
      Web: displays country codes in a column (name in tooltip).
      Maybe someone wants to add flag images (please make them optional).

diffstat:

 net/mldonkey/Makefile.common |  4 ++--
 net/mldonkey/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r de0be8a3bb13 -r 908f17d63529 net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common      Sun Jan 22 00:13:40 2006 +0000
+++ b/net/mldonkey/Makefile.common      Sun Jan 22 00:24:18 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.13 2006/01/06 17:01:12 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2006/01/22 00:24:18 wiz Exp $
 #
 
-DISTNAME=      mldonkey-2.7.2
+DISTNAME=      mldonkey-2.7.3
 CATEGORIES=    net
 MASTER_SITES=  http://savannah.nongnu.org/download/mldonkey/
 EXTRACT_SUFX=  .tar.bz2
diff -r de0be8a3bb13 -r 908f17d63529 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo     Sun Jan 22 00:13:40 2006 +0000
+++ b/net/mldonkey/distinfo     Sun Jan 22 00:24:18 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2006/01/06 17:01:12 wiz Exp $
+$NetBSD: distinfo,v 1.26 2006/01/22 00:24:18 wiz Exp $
 
-SHA1 (mldonkey-2.7.2.tar.bz2) = 968653ee25f6f35aa2667c85106ce9aae1fc41fa
-RMD160 (mldonkey-2.7.2.tar.bz2) = 85cfd37549772d2ada23782f11e13fb8644183c3
-Size (mldonkey-2.7.2.tar.bz2) = 2795408 bytes
+SHA1 (mldonkey-2.7.3.tar.bz2) = 0ca528ce6b5c19326fd7ae138eb98749a2d83a7b
+RMD160 (mldonkey-2.7.3.tar.bz2) = 452528ef33868a3b1613aaf2d4c18899b4a57662
+Size (mldonkey-2.7.3.tar.bz2) = 2807272 bytes



Home | Main Index | Thread Index | Old Index