summaryrefslogtreecommitdiff
path: root/net/monotorrent/Makefile
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2009-07-16 07:50:26 +0000
committerkefren <kefren@pkgsrc.org>2009-07-16 07:50:26 +0000
commit7a4ef082c1f18f1f9e591465e9250565bb549eaa (patch)
tree7da6d792d596c735d5d74661d40a53ac555c5e87 /net/monotorrent/Makefile
parentb7b8a8343b5bc6679d866e9ff9cc7af6222e5e5c (diff)
downloadpkgsrc-7a4ef082c1f18f1f9e591465e9250565bb549eaa.tar.gz
Update to 0.72. From the release announcement:
This is a bugfix release to address a few reported issues and also a few issues that were discovered via my own testing. * Add a helper method which ensures all data is flushed to disk * Added additional error handling to prevent malformed DHT messages crashing the library * Fixed issue when zeroing unused bits for torrents with an exact multiple of 32 pieces * Fixed issue where data could be written to the wrong file if a file with the same name existed in multiple torrents * Fixed the handling of torrents where the last file(s) are of zero length * Fixed regression with global download rate limiting * Fixed a performance regression with the new piece picking pipeline which resulted in lots of CPU cycles being used up on peers which have not sent an unchoke message
Diffstat (limited to 'net/monotorrent/Makefile')
-rw-r--r--net/monotorrent/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile
index e245b854855..9f5c16d0d2c 100644
--- a/net/monotorrent/Makefile
+++ b/net/monotorrent/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/03/25 22:37:13 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/16 07:50:26 kefren Exp $
-DISTNAME= monotorrent-0.62
-PKGREVISION= 1
+DISTNAME= monotorrent-0.72
CATEGORIES= net
-MASTER_SITES= http://monotorrent.com/Files/0.62/
+MASTER_SITES= http://projects.qnetp.net/attachments/download/13/
MAINTAINER= kefren@NetBSD.org
HOMEPAGE= http://monotorrent.com/