diff options
author | tron <tron@pkgsrc.org> | 2007-04-20 13:37:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-04-20 13:37:57 +0000 |
commit | f0bcb129a65d4427e573a771892b5a11e68858a2 (patch) | |
tree | f18cfd5c2f448b057015a588b5e9dc6b6f2f5474 /net/libtorrent/distinfo | |
parent | f844d8b5e323fa2e574a80a2ca3542fbeaca2dfd (diff) | |
download | pkgsrc-f0bcb129a65d4427e573a771892b5a11e68858a2.tar.gz |
Update "libtorrent" package to version 0.11.4 and "rtorrent" package
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively:
- Added "max_open_http" option that limits the max number of simultaneous
http connections. By default set to 32.
- Directory structured view of the file list. The '/' key collapses
directories, while the right arrow or ^F enters the selected directory.
Changing the priority for a directory changes all contained files.
- Added "create_link" and "delete_link" options which apply to a download.
These must be used with the new "on_*" options, so as to allow you to
create symbolic links when starting, stopping, finishing, etc, a torrent.
- The "tos" option was parsing the hex value with unit == 0, which caused
it to always zero it.
- Forgot to check if there were any torrents hashing before starting new
non-fast-resume checks, which would cause multiple torrents to be hashed
at once.
- File progress is now updated when hash_check is called, and no longer
cleared on close. This fixes a bug with >100% file progress being reported
and optimizes file progress updating for completed torrents.
- Disabled IPv6 http requests so the trackers won't think we support it,
and enabled curl's support for gzip encodings.
- Added 'seeding' view on key 8.
- Added "max_{up,down}loads_{div,global}" options. See the man page for
more information.
- Added support for dvorak keyboard layout. Patch by matled at gmx.net.
- The STOPPED request was being canceled when a download was closed with
f.ex ^K, moved it so it only happens when the download is removed.
- Allow properly quoted and escaped arguments to options. F.ex "schedule
= wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule =
wd,10,10,load_start="~/Foo Bar/*.torrent"" now works.
- Added unlimited setting for max unchoked in ChokeManager and made it
the default. Set with 0 as a temporary hack.
- Don't resize empty files used for creating directories.
Diffstat (limited to 'net/libtorrent/distinfo')
-rw-r--r-- | net/libtorrent/distinfo | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 7858a7063c9..ade64841c3f 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,9 +1,5 @@ -$NetBSD: distinfo,v 1.15 2007/01/26 18:48:52 tron Exp $ +$NetBSD: distinfo,v 1.16 2007/04/20 13:37:57 tron Exp $ -SHA1 (libtorrent-0.11.1.tar.gz) = 870f63f9a7eda597dbdb4be791ad0d29ea4902e2 -RMD160 (libtorrent-0.11.1.tar.gz) = f28327d0ebb2a608e3fa3f6f3414db150cc2d000 -Size (libtorrent-0.11.1.tar.gz) = 477557 bytes -SHA1 (patch-aa) = b1b0246f757e382e3c9110a3462d9f3bd69f1fc8 -SHA1 (patch-ab) = 2faa87c46c9cdded0892b110bc704dbc833c231e -SHA1 (patch-ac) = c7ee6cbac8959e611f11d0855e9bdd711423382e -SHA1 (patch-ad) = 6bc04779e06ec55a9cd7540955ccf27546e2d87a +SHA1 (libtorrent-0.11.4.tar.gz) = 6d997974b445858dfc11f88425ca422be610a296 +RMD160 (libtorrent-0.11.4.tar.gz) = 76fe310ee04205f432d1d55e8d4f131aef5a2d8e +Size (libtorrent-0.11.4.tar.gz) = 513360 bytes |