diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-30 19:25:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-30 19:25:59 +0000 |
commit | 73d20b22afcf9f5391c394d05ebe5fa5d4712025 (patch) | |
tree | 777aef60cd007449e223b6df3cde014010dc1f7e /net | |
parent | 87cc8f9d8c37326a3a17112b9a8bcb99cd0c9ce5 (diff) | |
download | pkgsrc-73d20b22afcf9f5391c394d05ebe5fa5d4712025.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/mldonkey-gui/Makefile | 3 | ||||
-rw-r--r-- | net/mldonkey/Makefile | 3 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 4 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
4 files changed, 8 insertions, 10 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 55a240d88c2..865a378cb5a 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -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 --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 705ca4cbaf4..e5e68a2fcc4 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -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 --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 3c2d7caa4b1..d0831c853c3 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -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 --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index b373cb75b40..43280a77159 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -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 |