diff options
author | veego <veego@pkgsrc.org> | 2007-09-21 18:52:06 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2007-09-21 18:52:06 +0000 |
commit | 53a2d53b89b400003cace788e0692c6c21d978d6 (patch) | |
tree | 952a490e0881fa867fdf05d6c6360e0aabd18c98 /net/bittornado-gui | |
parent | f60512c7851ec6b37fae3fe0c32841646d766467 (diff) | |
download | pkgsrc-53a2d53b89b400003cace788e0692c6c21d978d6.tar.gz |
Update BitTornado and BitTornado-gui to 0.3.18.
- Fix MASTER_SITES and HOMEPAGE.
0.3.18
This new release of BitTornado includes the ability to make encrypted
connections. I've also finally stopped BitComet from being abusive to
clients running in super-seed mode.
The encryption standard followed, developed by Azureus, is available
at http://www.azureuswiki.com/index.php/Message_Stream_Encryption
BitTornado supports both header-only and full-stream encryption,
though header-only is only supported in one of BitTornado's four
encryption modes.
0.3.17
Few very minor changes, a new stable release.
0.3.16
This version is basically a maintenance release; Super-Seed mode is now
working properly again, a minor long-standing bug has been repaired, and
it looks like the new version of wxPython (or Python) has finally solved
the client-crashing problem.
Diffstat (limited to 'net/bittornado-gui')
-rw-r--r-- | net/bittornado-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index bed68fa1308..a00c9b512e9 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/09/21 18:52:07 veego Exp $ # .include "../../net/bittornado/Makefile.common" PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/} -PKGREVISION= 1 COMMENT+= (wxGTK GUI) CONFLICTS= bittorrent-gui-[0-9]* -DEPENDS+= BitTornado>=0.3.15:../../net/bittornado +DEPENDS+= BitTornado>=0.3.18:../../net/bittornado NO_BUILD= yes |