diff options
author | veego <veego> | 2007-09-21 18:52:06 +0000 |
---|---|---|
committer | veego <veego> | 2007-09-21 18:52:06 +0000 |
commit | 92ef9c5b3d162237f43a3f064bb4afa0084ff443 (patch) | |
tree | 952a490e0881fa867fdf05d6c6360e0aabd18c98 /net/bittornado/Makefile.common | |
parent | 2e73a6e2730339e0bce74d6092a7372a76ec1398 (diff) | |
download | pkgsrc-92ef9c5b3d162237f43a3f064bb4afa0084ff443.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/Makefile.common')
-rw-r--r-- | net/bittornado/Makefile.common | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/bittornado/Makefile.common b/net/bittornado/Makefile.common index 96cf85291e0..ad4a69c3f8d 100644 --- a/net/bittornado/Makefile.common +++ b/net/bittornado/Makefile.common @@ -1,16 +1,15 @@ -# $NetBSD: Makefile.common,v 1.10 2006/03/10 20:46:28 veego Exp $ +# $NetBSD: Makefile.common,v 1.11 2007/09/21 18:52:06 veego Exp $ # -DISTNAME= BitTornado-0.3.15 +DISTNAME= BitTornado-0.3.18 CATEGORIES= net -MASTER_SITES= http://www.bittornado.com/download/ +MASTER_SITES= http://download2.bittornado.com/download/ MAINTAINER= veego@NetBSD.org -HOMEPAGE= http://bittornado.com/ +HOMEPAGE= http://www.bittornado.com/ COMMENT= Experimental bittorrent client DISTINFO_FILE= ${.CURDIR}/../../net/bittornado/distinfo -FILESDIR= ${.CURDIR}/../../net/bittornado/files PATCHDIR= ${.CURDIR}/../../net/bittornado/patches WRKSRC= ${WRKDIR}/BitTornado-CVS |