pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net Update to 2.7.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b19ccb6145a8
branches: trunk
changeset: 504371:b19ccb6145a8
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 09 20:45:10 2005 +0000
description:
Update to 2.7.1:
2005/12/06: version 2.7.1 = tag release-2-7-1
4679: FileTP: Fix HTTP downloading for URLs with space chars, log cleaning
4674: EDK: Re-enable checking old_files before starting a download
and force_download command
4676: BT: decode_version fix and html sort fix (bogeyman)
2005/12/05
4673: IPBlock: display original length and optimized length in block_list,
log file clean up
2005/12/04
4672: FileTP: Fix major bug in HTTP downloading, introduced in 2.6.0
2005/12/03
4671: Compile fix in CryptoPP.h for gcc-2.96 (trdw)
4670: Increase max_buffer_size limit for high-volume connections
2005/12/02
4649: Updates for file_completed_cmd (pango, spiralvoice)
* some log cleaning
* added information to notification email if auto_commit is disabled,
email is sent by file_completed, not file_commit
* moved execution of !!file_completed_cmd from file_completed
to file_commit, kept option name for easier upgrading
this was done because the filename of a downloading file can be
different than the filename of the committed file if a file
with the same name as the to be committed file is already in
incoming. older method did not take this into account at all..
* added environment variables for file_completed_cmd, see description:
A command that is called when a file is committed, does not work on MinGW.
Arguments are (kept for compatability):
$1 - temp file name, without path
$2 - file size
$3 - filename of the committed file
Also these environment variables can be used (prefered way):
$TEMPNAME - temp file name, including path
$FILEID - same as $1
$FILESIZE - same as $2
$FILENAME - same as $3
$FILEHASH - internal hash
$DURATION - download duration
$INCOMING - directory used for commit
$NETWORK - network used for downloading
$ED2K_HASH - ed2k hash if MD4 is known
4667: Update Ocaml download URL
4666: Always create incoming directories before commit
4663: CryptoPP: Latest fixes ported from aMule CVS
2005/12/01
4657: Fix for C files for AMD64, mipsel platforms
improve endianness checking in tiger.c, md5_c.c and CryptoPP.h,
print endianness in buildinfo, removed sha1_old code
4661: Log: Print newline before exception message when MLDonkey can´t use a port
BT: exit if client_port = tracker_port
2005/11/28
4654: Fix guiprot when addr not resolvable (zet)
4655: Set conn_user on gui (zet)
4656: BT: update last seen complete field and fix bitfield reading (zet)
2005/11/27
4653: GTK2 GUI: add isohunt statistics (su_blanc)
2005/11/22
4364: Let mlnet build under the cygwin unix emulation layer (Amorphous)
4648: GTK2 GUI: improve display of razorback stats (su_blanc)
added the display of filedonkey.com data
4646: BT: little change to recognise Clients (bogeyman)
4645: Fix donkey total uptime stats order (bogeyman)
2005/11/21
4406: Unicode: Fix filenames in shared_files_new.ini and file rename
in HTML interface (mld_unicode_patch6.patch) (CML)
4440: New option shutdown_timeout, 3 sec, was hardcoded before (Amorphous)
4644: Update GNU config.guess and config.sub to current versions
4643: HTML: Fix gdstats output when html_use_gzip true
4640: Calendar: view calendar command: vcal
4641: Fix exception in load_web_infos
4642: HTML: Improve preview via webbrowser (pango)
2005/11/19
These patches are experimental, please test carefully and report your findings.
4563: replace all Printf.printf occurences by Printf2.lprintf (su_blanc)
4479: Callback mechanism for low ID users does not work (miriup)
Reactivating submission of server IP and port during client
handshake in edonkey
"However, sometimes, especially when I have no files to download I do
not receive callbacks at all. It is suggested to apply this patch in
a testing mldonkey for a week on a non-low id connection before including
it in a stable release, ... I can't test high-ID at all."
4574: Friends upload slot (pango)
diffstat:
net/mldonkey-gui/Makefile | 3 +--
net/mldonkey/Makefile.common | 4 ++--
net/mldonkey/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (41 lines):
diff -r e41e2af83223 -r b19ccb6145a8 net/mldonkey-gui/Makefile
--- a/net/mldonkey-gui/Makefile Fri Dec 09 20:41:59 2005 +0000
+++ b/net/mldonkey-gui/Makefile Fri Dec 09 20:45:10 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/11/25 21:23:16 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/09 20:45:10 wiz Exp $
#
.include "../../net/mldonkey/Makefile.common"
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
-PKGREVISION= 1
COMMENT+= (GTK interface)
DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey
diff -r e41e2af83223 -r b19ccb6145a8 net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common Fri Dec 09 20:41:59 2005 +0000
+++ b/net/mldonkey/Makefile.common Fri Dec 09 20:45:10 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.11 2005/11/22 21:44:51 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2005/12/09 20:45:10 wiz Exp $
#
-DISTNAME= mldonkey-2.7.0
+DISTNAME= mldonkey-2.7.1
CATEGORIES= net
MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/
EXTRACT_SUFX= .tar.bz2
diff -r e41e2af83223 -r b19ccb6145a8 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo Fri Dec 09 20:41:59 2005 +0000
+++ b/net/mldonkey/distinfo Fri Dec 09 20:45:10 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2005/11/22 21:44:51 wiz Exp $
+$NetBSD: distinfo,v 1.24 2005/12/09 20:45:10 wiz Exp $
-SHA1 (mldonkey-2.7.0.tar.bz2) = d0210ec05976316183d44900b68e8ec5c95096e0
-RMD160 (mldonkey-2.7.0.tar.bz2) = 2f2ca0e5b72b5fd26e2dff3e94edcba6a3295ac1
-Size (mldonkey-2.7.0.tar.bz2) = 2791993 bytes
+SHA1 (mldonkey-2.7.1.tar.bz2) = 7a7c8c81f8fc753fca3f8542acac8bb88e2670dc
+RMD160 (mldonkey-2.7.1.tar.bz2) = c71085f17d9c935cbb64b5e0f6aee6596b62b33d
+Size (mldonkey-2.7.1.tar.bz2) = 2793841 bytes
Home |
Main Index |
Thread Index |
Old Index