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 0.11.6 and "rtorren...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/737d116f7518
branches:  trunk
changeset: 532453:737d116f7518
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Aug 19 18:08:02 2007 +0000

description:
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.

diffstat:

 net/libtorrent/Makefile |  4 ++--
 net/libtorrent/distinfo |  8 ++++----
 net/rtorrent/Makefile   |  4 ++--
 net/rtorrent/distinfo   |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (51 lines):

diff -r 0271ef9bc098 -r 737d116f7518 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Sun Aug 19 17:51:39 2007 +0000
+++ b/net/libtorrent/Makefile   Sun Aug 19 18:08:02 2007 +0000
@@ -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 -r 0271ef9bc098 -r 737d116f7518 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Sun Aug 19 17:51:39 2007 +0000
+++ b/net/libtorrent/distinfo   Sun Aug 19 18:08:02 2007 +0000
@@ -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 -r 0271ef9bc098 -r 737d116f7518 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Sun Aug 19 17:51:39 2007 +0000
+++ b/net/rtorrent/Makefile     Sun Aug 19 18:08:02 2007 +0000
@@ -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 -r 0271ef9bc098 -r 737d116f7518 net/rtorrent/distinfo
--- a/net/rtorrent/distinfo     Sun Aug 19 17:51:39 2007 +0000
+++ b/net/rtorrent/distinfo     Sun Aug 19 18:08:02 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index