pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/monotorrent Update to 0.72. From the release annou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e4940978a0f
branches:  trunk
changeset: 395908:2e4940978a0f
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Thu Jul 16 07:50:26 2009 +0000

description:
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:

 net/monotorrent/Makefile      |  7 +++----
 net/monotorrent/buildlink3.mk |  6 +++---
 net/monotorrent/distinfo      |  8 ++++----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (48 lines):

diff -r fb8f9bff5e1d -r 2e4940978a0f net/monotorrent/Makefile
--- a/net/monotorrent/Makefile  Thu Jul 16 06:29:51 2009 +0000
+++ b/net/monotorrent/Makefile  Thu Jul 16 07:50:26 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://monotorrent.com/
diff -r fb8f9bff5e1d -r 2e4940978a0f net/monotorrent/buildlink3.mk
--- a/net/monotorrent/buildlink3.mk     Thu Jul 16 06:29:51 2009 +0000
+++ b/net/monotorrent/buildlink3.mk     Thu Jul 16 07:50:26 2009 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/25 22:37:13 he Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2009/07/16 07:50:26 kefren Exp $
 
 BUILDLINK_TREE+=       monotorrent
 
 .if !defined(MONOTORRENT_BUILDLINK3_MK)
 MONOTORRENT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.monotorrent+=    monotorrent>=0.62
-BUILDLINK_ABI_DEPENDS.monotorrent?=    monotorrent>=0.62nb1
+BUILDLINK_API_DEPENDS.monotorrent+=    monotorrent>=0.72
+BUILDLINK_ABI_DEPENDS.monotorrent?=    monotorrent>=0.72
 BUILDLINK_PKGSRCDIR.monotorrent?=      ../../net/monotorrent
 
 .include "../../lang/mono/buildlink3.mk"
diff -r fb8f9bff5e1d -r 2e4940978a0f net/monotorrent/distinfo
--- a/net/monotorrent/distinfo  Thu Jul 16 06:29:51 2009 +0000
+++ b/net/monotorrent/distinfo  Thu Jul 16 07:50:26 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/27 09:02:39 kefren Exp $
+$NetBSD: distinfo,v 1.2 2009/07/16 07:50:26 kefren Exp $
 
-SHA1 (monotorrent-0.62.tar.gz) = 064118aa832889b8a05e97c1a07a280e607a719a
-RMD160 (monotorrent-0.62.tar.gz) = 5422e299fd550b023a10e870c922cbc6067d887e
-Size (monotorrent-0.62.tar.gz) = 261488 bytes
+SHA1 (monotorrent-0.72.tar.gz) = aecf8e80ec72c0d4a94bf440df08226c8025b204
+RMD160 (monotorrent-0.72.tar.gz) = 708aad857fe5dbe79f4dcbccd4dda027bc438e0d
+Size (monotorrent-0.72.tar.gz) = 269544 bytes



Home | Main Index | Thread Index | Old Index