pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Update "libtorrent" package to version 0.10.2 and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60d65a9f9a93
branches:  trunk
changeset: 519046:60d65a9f9a93
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Sep 27 20:36:45 2006 +0000

description:
Update "libtorrent" package to version 0.10.2 and "rtorrent" package to
version 0.6.2. Changes since 0.10.1 respectively 0.6.1:
- Rebound the old ^P for commands to ^X due to a collision with up key.
- The ^F and ^B keys can be used instead of left and right arrows.
- Support for qwertz keyboard layout.
- Fixed a bug that caused quick hash checking to mark chunks as
  unfinished if it was unable to map them.
- Peer info with the corrupt upload counter is now saved in the session
  torrent. Uninteresting peers are removed at regular intervals.
- Allow only one connection from a single host. A peer's listening port
  is now kept track of separately from the connection port.
- An integer is used in the session torrent instead of a bitfield when
  either none or all chunks are done.
- Added code for preloading chunks that get mapped, currently disabled.
- When checking how much free disk-space remains, any file or directory
  that is a symlink is tested as they may be on a different mount point.
- Fixed most of the bugs reported.

diffstat:

 net/libtorrent/Makefile |  4 ++--
 net/libtorrent/PLIST    |  4 +++-
 net/libtorrent/distinfo |  8 ++++----
 net/rtorrent/Makefile   |  4 ++--
 net/rtorrent/distinfo   |  8 ++++----
 5 files changed, 15 insertions(+), 13 deletions(-)

diffs (69 lines):

diff -r 4acccde06a99 -r 60d65a9f9a93 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Wed Sep 27 17:29:33 2006 +0000
+++ b/net/libtorrent/Makefile   Wed Sep 27 20:36:45 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2006/09/13 21:04:19 tron Exp $
+# $NetBSD: Makefile,v 1.15 2006/09/27 20:36:45 tron Exp $
 
-DISTNAME=      libtorrent-0.10.1
+DISTNAME=      libtorrent-0.10.2
 CATEGORIES=    net
 MASTER_SITES=  http://libtorrent.rakshasa.no/downloads/
 
diff -r 4acccde06a99 -r 60d65a9f9a93 net/libtorrent/PLIST
--- a/net/libtorrent/PLIST      Wed Sep 27 17:29:33 2006 +0000
+++ b/net/libtorrent/PLIST      Wed Sep 27 20:36:45 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/09/13 21:04:19 tron Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/09/27 20:36:45 tron Exp $
 include/torrent/bitfield.h
 include/torrent/block.h
 include/torrent/block_list.h
@@ -17,6 +17,8 @@
 include/torrent/path.h
 include/torrent/peer.h
 include/torrent/piece.h
+include/torrent/peer_info.h
+include/torrent/peer_list.h
 include/torrent/poll.h
 include/torrent/poll_epoll.h
 include/torrent/poll_kqueue.h
diff -r 4acccde06a99 -r 60d65a9f9a93 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Wed Sep 27 17:29:33 2006 +0000
+++ b/net/libtorrent/distinfo   Wed Sep 27 20:36:45 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2006/09/18 22:04:52 joerg Exp $
+$NetBSD: distinfo,v 1.11 2006/09/27 20:36:45 tron Exp $
 
-SHA1 (libtorrent-0.10.1.tar.gz) = 0eb15edc789bbd549a505c5c9a54279ac352c538
-RMD160 (libtorrent-0.10.1.tar.gz) = 1cc40a2543e075658012b00f9709550de0c0a8d0
-Size (libtorrent-0.10.1.tar.gz) = 447888 bytes
+SHA1 (libtorrent-0.10.2.tar.gz) = e24214555f9b1a663b65c1d7364394ed90fe0151
+RMD160 (libtorrent-0.10.2.tar.gz) = 51016db461ff1a3d4b2ff952c94f35981ce0004e
+Size (libtorrent-0.10.2.tar.gz) = 453071 bytes
 SHA1 (patch-aa) = 98a4a23beb017c03005bcc42aa1d6cfefdfcfded
diff -r 4acccde06a99 -r 60d65a9f9a93 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Wed Sep 27 17:29:33 2006 +0000
+++ b/net/rtorrent/Makefile     Wed Sep 27 20:36:45 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2006/09/13 21:04:20 tron Exp $
+# $NetBSD: Makefile,v 1.13 2006/09/27 20:36:45 tron Exp $
 
-DISTNAME=      rtorrent-0.6.1
+DISTNAME=      rtorrent-0.6.2
 CATEGORIES=    net
 MASTER_SITES=  http://libtorrent.rakshasa.no/downloads/
 
diff -r 4acccde06a99 -r 60d65a9f9a93 net/rtorrent/distinfo
--- a/net/rtorrent/distinfo     Wed Sep 27 17:29:33 2006 +0000
+++ b/net/rtorrent/distinfo     Wed Sep 27 20:36:45 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2006/09/13 21:04:20 tron Exp $
+$NetBSD: distinfo,v 1.8 2006/09/27 20:36:45 tron Exp $
 
-SHA1 (rtorrent-0.6.1.tar.gz) = 4defe3a47ce84b8e2be6041b504015019eda606b
-RMD160 (rtorrent-0.6.1.tar.gz) = 71a2e4cf5522d0e3a42e1d3293e4d8ff960252b1
-Size (rtorrent-0.6.1.tar.gz) = 411058 bytes
+SHA1 (rtorrent-0.6.2.tar.gz) = 60ab4548c96890bffe03f40381594ab0349a4fff
+RMD160 (rtorrent-0.6.2.tar.gz) = c1b244b42c946913c51466fa0735f14ac4c1145e
+Size (rtorrent-0.6.2.tar.gz) = 412290 bytes



Home | Main Index | Thread Index | Old Index