diff options
author | tron <tron@pkgsrc.org> | 2007-08-19 18:08:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-08-19 18:08:02 +0000 |
commit | 4bbc7c25a4b3571cb3fdaa77a9b2b8ab071cfc02 (patch) | |
tree | c1f2f4310a5d618a5946b7aee408460807ef4559 | |
parent | 9130a5f7f62e1f646cf4ff401d44e816757bef01 (diff) | |
download | pkgsrc-4bbc7c25a4b3571cb3fdaa77a9b2b8ab071cfc02.tar.gz |
Update "libtorrent" package to 0.11.6 and "rtorrent" package to 0.7.6.
Change since versions 0.11.4 respectively 0.7.4:
- The old option handler has been rewritten.
- Added support for SCGI rpc calls.
- Added "http_ca{path/cert}" options. Patch by Johan Gunnarsson
- Added configure options that allow building universal binaries.
- Fixed a bug that caused piped requests to be lost.
- Improved XMLRPC support, including support for 64bit ints, removed
defective FastCGI support,
- Added a large number of commands for use with XMLRPC. See
system.listMethods for a complete list.
- Fixed a bug where the tracker re-announce interval for the previous
tracker was being used. Now the announce intervals for each tracker is
stored seperately.
- Commands that pass through rpc::parse_command_* now support inline
commands that start with a '$'. E.g 'print="$get_ip="'.
- Allow ';' as a separator for multi-command lines. Not recognized by
the string parser, so it must be preceded by whitespace.
- Allow escaping of newlines in the resource file.
- The "load_*" commands now allow a list of commands to be appended.
These commands will be called on the newly loaded download.
-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 09702d1b577..3c07d90e3d0 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2007/04/20 13:37:57 tron Exp $ +# $NetBSD: Makefile,v 1.21 2007/08/19 18:08:02 tron Exp $ -DISTNAME= libtorrent-0.11.4 +DISTNAME= libtorrent-0.11.6 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index ade64841c3f..570f0b7288b 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/04/20 13:37:57 tron Exp $ +$NetBSD: distinfo,v 1.17 2007/08/19 18:08:02 tron Exp $ -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 +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 diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index f215fd3b815..f2fce79780d 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2007/04/20 13:37:58 tron Exp $ +# $NetBSD: Makefile,v 1.21 2007/08/19 18:08:03 tron Exp $ -DISTNAME= rtorrent-0.7.4 +DISTNAME= rtorrent-0.7.6 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo index 7c1fe6cdb4e..f5e4a851da5 100644 --- a/net/rtorrent/distinfo +++ b/net/rtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2007/04/20 13:37:58 tron Exp $ +$NetBSD: distinfo,v 1.14 2007/08/19 18:08:03 tron Exp $ -SHA1 (rtorrent-0.7.4.tar.gz) = 4060913d19204c0978d6378a71f4898714ac20e4 -RMD160 (rtorrent-0.7.4.tar.gz) = 17c72af77b3184db0488147c4ae80d4019bea6f0 -Size (rtorrent-0.7.4.tar.gz) = 451415 bytes +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 (patch-ab) = 87d7741906f6d7c8572b80d2a3f42910175e182f |