diff options
author | veego <veego@pkgsrc.org> | 2006-03-10 20:46:28 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2006-03-10 20:46:28 +0000 |
commit | 6a4528da06359bfc4b67c5761d69bbf17d884162 (patch) | |
tree | f466ec5b52ae72637aa98186c18f2b5540e1abdf /net/bittornado/Makefile | |
parent | 7651111fd0ad6adff38d71fb28945982a216ef7b (diff) | |
download | pkgsrc-6a4528da06359bfc4b67c5761d69bbf17d884162.tar.gz |
Update to 0.3.15:
This release fixes a few long-standing bugs, including one that prevented
a torrent from being restarted if files had been selected for no longer
downloading. The tracker isn't crashing sporadically any more. And some
security has been added to super-seed to prevent CERTAIN CLIENTS (*thwaps
BitComet*) from leeching important bandwidth.
Neither encryption nor DHT (official or Azureus's version) has been added
yet, nor has the UI been revamped.
Diffstat (limited to 'net/bittornado/Makefile')
-rw-r--r-- | net/bittornado/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 695e5125b3d..242e8afb016 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/10 20:46:28 veego Exp $ # .include "Makefile.common" -PKGREVISION= 1 CONFLICTS= bittorrent-[0-9]* PYDISTUTILSPKG= yes |