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.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/76ff629e9049
branches: trunk
changeset: 513508:76ff629e9049
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue May 30 19:25:59 2006 +0000
description:
Update to 2.7.6:
2006/05/21: version 2.7.6 = tag release-2-7-6
5119: HTML, Options: Include Wiki link in options names
5117: Telnet: replace "avail" by "last seen"/fix non-ASCII-filename column width
2006/05/20
5118: Log: Correct prefix for donkeyClient.ml
5116: HTML: Fix javascript popup in search results for Opera (dextarr)
5112: Fix lprintf_nl (search/replace ()'s) (zet)
5113: Fix config/wget.c (zet)
5111: Configure: Fix $SOURCE_DIR broken since patch #5095
5109: New option: pause_new_downloads
- Set to true all new downloads will be paused automatically.
- This option is automatically set to false on core start.
2006/05/19
5107: Configure: Check for MAGIC_ERROR in magic.h
5106: BT: only send stop once on exit and then wait for success (Amorphous)
5105: BT: Avoid starting torrent which has the same name
as a currently downloading torrent
2006/05/18
5097: HTML: Improved DL multiline input button (jave)
5103: Fix compile bug in magiclib_stub.c on Solaris & NetBSD
2006/05/17
5101: G2: Gnutella2 fixes/log updates (zet)
- Gnutella2 (G2) is working again
- Re-enables search result networks
- Log logged-in users
5098: EDK: Update option description for initial_score
2006/05/15
5090: Http_client: Fix 302 redirect when Location starts with "."
and filename changes
5095: Configure: improve libpng detection, optical improvements
2006/05/14
5094: Wget: New internal variable req_save <bool>
5093: CommonSwarming: Verbose error message if file size does not match
5092: HTML, rss: Add startbt link
5091: HTML: update EDK history links
2006/05/13
5089: IPBlock: Print seperate lists in block_list command for IPs
blocked by local and web IP blocklists (pango)
2006/05/12
4976: Filetype recognition with libmagic
- new debug command: debug_dir, prints magic values for all files
- display file magic values in vd & upstats HTML popup & vd #num
NetBSD/Solaris users have to disable this function "--disable-magic"
until this bug is fixed:
http://savannah.nongnu.org/patch/?func=detailitem&item_id=4976#comment9
5088: Gnutella/FT/http_client fixes (zet)
- Gnutella (G1) is working again
2006/05/11
5087: HTML, upstats: new tooltip with complete filename,
respect max_name_len for filename
2006/05/10
5083: HTML: Update EDK file history links (unease)
2006/05/09
5082: FileTP/Fasttrack/Soulseek: Fix splitting chunks off-by-one (pango)
5081: Change default ip_blocking_descriptions to false for faster startup
5080: Only print servers of enabled networks (pango)
5079: Ignore ._* in directory lists (pango)
5078: Telnet: Remove HTML code from sysinfo command
5077: FT: Fix fasttrack connection problem and adds a bootstrap nodes file url
Removes old/broken imesh bootstrap node (zet)
2006/05/07
5076: Gd: Do not disable html_mods_vd_gfx if core is compiled without GD support
5075: DNS round robin, keep all IP addresses associated with DNS names,
and return next one upon each request. (pango)
2006/05/06
5069: EDK: Fix broken unicode URIs parsing broken since 2.7.4 (pango)
5074: Change default Ocaml version to 3.09.2
5073: Update default IP blocklist URL, replaced
http://www.bluetack.co.uk/config/antip2p.txt with
http://www.bluetack.co.uk/config/level1.gz
5068: New global option user_agent, current option BT-user_agent overrides
the global value in BT module (pango)
5064: BT: only try to connect to http trackers (pango)
5040: Overnet: Open TCP port only when network is active
2006/04/14
5036: BT: Correctly parse .torrent files with an empty directory (again)
5039: Fix dp500 compile
diffstat:
net/mldonkey-gui/Makefile | 3 +--
net/mldonkey/Makefile | 3 +--
net/mldonkey/Makefile.common | 4 ++--
net/mldonkey/distinfo | 8 ++++----
4 files changed, 8 insertions(+), 10 deletions(-)
diffs (54 lines):
diff -r 6df0d112d488 -r 76ff629e9049 net/mldonkey-gui/Makefile
--- a/net/mldonkey-gui/Makefile Tue May 30 19:25:45 2006 +0000
+++ b/net/mldonkey-gui/Makefile Tue May 30 19:25:59 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2006/04/17 14:52:11 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2006/05/30 19:25:59 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 6df0d112d488 -r 76ff629e9049 net/mldonkey/Makefile
--- a/net/mldonkey/Makefile Tue May 30 19:25:45 2006 +0000
+++ b/net/mldonkey/Makefile Tue May 30 19:25:59 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2006/04/23 00:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2006/05/30 19:25:59 wiz Exp $
#
.include "Makefile.common"
-PKGREVISION= 1
RCD_SCRIPTS= mldonkey
diff -r 6df0d112d488 -r 76ff629e9049 net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common Tue May 30 19:25:45 2006 +0000
+++ b/net/mldonkey/Makefile.common Tue May 30 19:25:59 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.17 2006/05/12 07:55:32 joerg Exp $
+# $NetBSD: Makefile.common,v 1.18 2006/05/30 19:25:59 wiz Exp $
#
-DISTNAME= mldonkey-2.7.5
+DISTNAME= mldonkey-2.7.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
EXTRACT_SUFX= .tar.bz2
diff -r 6df0d112d488 -r 76ff629e9049 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo Tue May 30 19:25:45 2006 +0000
+++ b/net/mldonkey/distinfo Tue May 30 19:25:59 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2006/04/16 11:09:00 wiz Exp $
+$NetBSD: distinfo,v 1.29 2006/05/30 19:25:59 wiz Exp $
-SHA1 (mldonkey-2.7.5.tar.bz2) = 60928b1eafc377457d3f99a436ba5b9e92f1ac65
-RMD160 (mldonkey-2.7.5.tar.bz2) = 9e3363b16a8dfe680cbacb0be09a2fff7d8bde52
-Size (mldonkey-2.7.5.tar.bz2) = 2815190 bytes
+SHA1 (mldonkey-2.7.6.tar.bz2) = 330c5b9c56f5fc09f2ca8a66090d96148253a2de
+RMD160 (mldonkey-2.7.6.tar.bz2) = 8989e86e26b6b4ed4fc8f783093c6e187b6d5051
+Size (mldonkey-2.7.6.tar.bz2) = 2835134 bytes
Home |
Main Index |
Thread Index |
Old Index