diff options
author | tron <tron@pkgsrc.org> | 2007-09-18 12:35:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-09-18 12:35:12 +0000 |
commit | 16dc7e7ceefb039c77234367f7fee4046e19867b (patch) | |
tree | 37e4e2e8e1303e4e1282ac55886fa6f9e2ac92f3 /net | |
parent | 424580b7f7c44e4b6d434fd50e783ca8c960e018 (diff) | |
download | pkgsrc-16dc7e7ceefb039c77234367f7fee4046e19867b.tar.gz |
Update "libtorrent" package to version 0.11.7 and "rtorrent" package
to version 0.7.7. Changes since version 0.11.6/0.7.6:
- Renamed all commands to from e.g "get_d_*" to "d.get_*". Remember to
update your rc file.
- Removed support for appending multiple commands to 'schedule'.
Multiple commands must now be quoted, e.g "print=cmd1 ;print=cmd2".
- Enabled 'max_downloads_div' by default. This should give better
connection responsiveness if a reasonable download throttle rate is set.
- Added a default low_diskspace check for 500MB. It is scheduled with
the id "low_diskspace".
- Allow lists as arguments in commands by using '{' and '}'. The list
will be recursed and all '$' will be called, while '~' will only be
expanded when in the first element in the list. E.g "execute =
touch,{~/tmp/,$get_client_version=}".
- Added 'execute_log' for logging the result of calls to 'execute'.
- Dynamically sized SCGI read buffer, system.multicall should work
properly now.
- Added 'call_download' that takes a view as the first parameter and
then a list of commands. It will return a list of lists containing the
results from those commands.
- Allow loading torrents from https and ftp uri's.
A quick release to get new "d.get_*" naming into use before too many
people write XMLRPC clients using the old commands.
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 3c07d90e3d0..9d3d5ae5e4e 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2007/08/19 18:08:02 tron Exp $ +# $NetBSD: Makefile,v 1.22 2007/09/18 12:35:12 tron Exp $ -DISTNAME= libtorrent-0.11.6 +DISTNAME= libtorrent-0.11.7 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 570f0b7288b..6723a99d09f 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2007/08/19 18:08:02 tron Exp $ +$NetBSD: distinfo,v 1.18 2007/09/18 12:35:12 tron Exp $ -SHA1 (libtorrent-0.11.6.tar.gz) = ffecdf4fa40ca356bd1707f0e7796fbb50972c80 -RMD160 (libtorrent-0.11.6.tar.gz) = 29af2f9d79d6a867b5e2cbf8bff77a2a9b129c6c -Size (libtorrent-0.11.6.tar.gz) = 531468 bytes +SHA1 (libtorrent-0.11.7.tar.gz) = 3228cd5660e2a387464ec8a8be5ad1193ab166a0 +RMD160 (libtorrent-0.11.7.tar.gz) = de88d9cb5708b792326d34b1b6522e15a52c0766 +Size (libtorrent-0.11.7.tar.gz) = 532076 bytes diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index f2fce79780d..cac325d67d1 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2007/08/19 18:08:03 tron Exp $ +# $NetBSD: Makefile,v 1.22 2007/09/18 12:35:13 tron Exp $ -DISTNAME= rtorrent-0.7.6 +DISTNAME= rtorrent-0.7.7 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo index f5e4a851da5..816273a0b83 100644 --- a/net/rtorrent/distinfo +++ b/net/rtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2007/08/19 18:08:03 tron Exp $ +$NetBSD: distinfo,v 1.15 2007/09/18 12:35:13 tron Exp $ -SHA1 (rtorrent-0.7.6.tar.gz) = d7684e7149c1b203334463f5e21dd7e99418e395 -RMD160 (rtorrent-0.7.6.tar.gz) = dadf38f7a27fbe8df802bd5f4f7f56726e72fe59 -Size (rtorrent-0.7.6.tar.gz) = 484566 bytes +SHA1 (rtorrent-0.7.7.tar.gz) = 0994cfc5fd4915ce18520169963e8b4836ac54a8 +RMD160 (rtorrent-0.7.7.tar.gz) = bf10c9075ea6536c7f2dd92f670b915af4d1752b +Size (rtorrent-0.7.7.tar.gz) = 487340 bytes SHA1 (patch-ab) = 87d7741906f6d7c8572b80d2a3f42910175e182f |