diff options
author | tron <tron@pkgsrc.org> | 2006-02-25 17:24:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-02-25 17:24:21 +0000 |
commit | 241e362cb837536f6e552ce46f3cd4d3a36994a0 (patch) | |
tree | 0bbb72e0ad9fe64733abae301edafab1c0538336 /net/libtorrent | |
parent | c82c25bd42d039fb268155408dba1e6e054cae47 (diff) | |
download | pkgsrc-241e362cb837536f6e552ce46f3cd4d3a36994a0.tar.gz |
Update "libtorrent" package to version 0.8.5 and "rtorrent" package
to version 0.4.5. Changes since 0.8.3 respectively 0.4.3:
- Bind udp and http tracker requests to the address given with the "bind"
option.
- Change the priority of a torrent with the '+' and '-' keys.
- The schedule option allows clock time for the start and interval
sections.
- Made it safe to remove torrents being viewed/selected, making
"remove_untied" usable.
- Added the ^O key to change a closed torrent's destination directory. A
bit of a hack, and only works if the torrents hasn't been activated.
- Allow new settings to be applied with the ^P key. This can be tested
with "print = foobar", which prints the string to the log.
- Added the "working_directory" option that calls 'chdir' for the process.
- Fixed a bug that caused crashes with small screen sizes.
- Enabled a session lock file by default. Made it remove stale locks
if the hostname matches and the process id is not running.
- Added proper abstraction for creating timers from seconds, this
fixes some overflow bugs when scheduling tasks like tracker timeouts.
- For every time all the trackers in the list has been unsuccessfully
tried, increase the timeout by 20 seconds.
- Expand ~ in paths in the client. This should cover all uses of file
paths, but I might have missed some.
- Added "import" and "try_import" options that loads an option
file. The latter silently fails on non-existent files.
- Added "-O" flag that takes a single option, allowing ',' to be used.
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 7 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 0b019335f53..df135e998e1 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:26 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/25 17:24:21 tron Exp $ -DISTNAME= libtorrent-0.8.3 -PKGREVISION= 1 +DISTNAME= libtorrent-0.8.5 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ -MAINTAINER= imil@gcu.info +MAINTAINER= tron@NetBSD.org HOMEPAGE= http://libtorrent.rakshasa.no/ COMMENT= BitTorrent library written in C++ for *nix diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index b00449e7c8b..cf580531f05 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/01/30 00:52:28 tron Exp $ +$NetBSD: distinfo,v 1.7 2006/02/25 17:24:21 tron Exp $ -SHA1 (libtorrent-0.8.3.tar.gz) = 9f57d520732d5a367492e65825cab69a94a65844 -RMD160 (libtorrent-0.8.3.tar.gz) = 2a88aa5824efc343453a5c98923b38f5e3cc81d8 -Size (libtorrent-0.8.3.tar.gz) = 445167 bytes +SHA1 (libtorrent-0.8.5.tar.gz) = 2c58bb7cbded9024468d660e5ee204d51c999dec +RMD160 (libtorrent-0.8.5.tar.gz) = 0a45e6442ea0d4d1e6204e0fbc090f7906be6348 +Size (libtorrent-0.8.5.tar.gz) = 448000 bytes |