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 version 0.11.9 and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86a4978c46a2
branches:  trunk
changeset: 535614:86a4978c46a2
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Nov 23 09:49:04 2007 +0000

description:
Update "libtorrent" package to version 0.11.9 and "rtorrent" package
to version 0.7.9. Changes since 0.11.8 respectively 0.7.8:
- Improved detection of unnecessary handshakes to decrease the load when
  using PEX.
- Limit the number of PEX connections to 8 per download.
- Fixed several bugs in PEX.
- Fixed several sigc++ 2.1 compile errors.
- Print to the log when close_on_diskspace gets triggered.

This is not a stable version. The update was however necessary after
the premature update of the "libsigc++" package which broke the build
of these packages.

diffstat:

 net/libtorrent/Makefile       |   4 ++--
 net/libtorrent/distinfo       |   8 ++++----
 net/rtorrent/Makefile         |   4 ++--
 net/rtorrent/distinfo         |  10 +++++-----
 net/rtorrent/patches/patch-ab |   8 ++++----
 5 files changed, 17 insertions(+), 17 deletions(-)

diffs (73 lines):

diff -r 3bb55e1ff215 -r 86a4978c46a2 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Fri Nov 23 08:46:48 2007 +0000
+++ b/net/libtorrent/Makefile   Fri Nov 23 09:49:04 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2007/11/06 21:38:07 tron Exp $
+# $NetBSD: Makefile,v 1.25 2007/11/23 09:49:04 tron Exp $
 
-DISTNAME=      libtorrent-0.11.8
+DISTNAME=      libtorrent-0.11.9
 CATEGORIES=    net
 MASTER_SITES=  ${HOMEPAGE:=downloads/}
 
diff -r 3bb55e1ff215 -r 86a4978c46a2 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Fri Nov 23 08:46:48 2007 +0000
+++ b/net/libtorrent/distinfo   Fri Nov 23 09:49:04 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2007/11/06 21:38:07 tron Exp $
+$NetBSD: distinfo,v 1.20 2007/11/23 09:49:04 tron Exp $
 
-SHA1 (libtorrent-0.11.8.tar.gz) = fc02f7557b5c9dbaa9c701d8e198e77cb904bbea
-RMD160 (libtorrent-0.11.8.tar.gz) = ece6dacd4fc10302395a98b9fb8e7147fa91273a
-Size (libtorrent-0.11.8.tar.gz) = 541982 bytes
+SHA1 (libtorrent-0.11.9.tar.gz) = d88e754d1c2ff7f8c5fb7544331264bd505870b8
+RMD160 (libtorrent-0.11.9.tar.gz) = fb8de66d65791dab67c195356a98de7cf653d3c9
+Size (libtorrent-0.11.9.tar.gz) = 545210 bytes
diff -r 3bb55e1ff215 -r 86a4978c46a2 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Fri Nov 23 08:46:48 2007 +0000
+++ b/net/rtorrent/Makefile     Fri Nov 23 09:49:04 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2007/11/06 21:38:07 tron Exp $
+# $NetBSD: Makefile,v 1.25 2007/11/23 09:49:04 tron Exp $
 
-DISTNAME=      rtorrent-0.7.8
+DISTNAME=      rtorrent-0.7.9
 CATEGORIES=    net
 MASTER_SITES=  ${HOMEPAGE:=downloads/}
 
diff -r 3bb55e1ff215 -r 86a4978c46a2 net/rtorrent/distinfo
--- a/net/rtorrent/distinfo     Fri Nov 23 08:46:48 2007 +0000
+++ b/net/rtorrent/distinfo     Fri Nov 23 09:49:04 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2007/11/06 21:38:07 tron Exp $
+$NetBSD: distinfo,v 1.17 2007/11/23 09:49:04 tron Exp $
 
-SHA1 (rtorrent-0.7.8.tar.gz) = 9d3e2bba17a2049992001f1d1457e1f8f6c5973b
-RMD160 (rtorrent-0.7.8.tar.gz) = 77f9b1627a65804d54f204919c7b2d58c95d751b
-Size (rtorrent-0.7.8.tar.gz) = 489952 bytes
-SHA1 (patch-ab) = 87d7741906f6d7c8572b80d2a3f42910175e182f
+SHA1 (rtorrent-0.7.9.tar.gz) = 0b53bd3b2c15f93352607ab3685916fe27033450
+RMD160 (rtorrent-0.7.9.tar.gz) = 8cfee138c0142ad22830b3d518e198f163063a84
+Size (rtorrent-0.7.9.tar.gz) = 489174 bytes
+SHA1 (patch-ab) = 87873bb32166d00398ab0ef6421a6fe85a55c914
diff -r 3bb55e1ff215 -r 86a4978c46a2 net/rtorrent/patches/patch-ab
--- a/net/rtorrent/patches/patch-ab     Fri Nov 23 08:46:48 2007 +0000
+++ b/net/rtorrent/patches/patch-ab     Fri Nov 23 09:49:04 2007 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2007/01/04 12:46:39 tron Exp $
+$NetBSD: patch-ab,v 1.2 2007/11/23 09:49:04 tron Exp $
 
---- src/signal_handler.h.orig  2007-01-04 02:07:34.089210951 +0100
-+++ src/signal_handler.h
+--- src/signal_handler.h.orig  2007-10-25 11:22:56.000000000 +0100
++++ src/signal_handler.h       2007-11-23 09:37:54.000000000 +0000
 @@ -37,7 +37,7 @@
  #ifndef RTORRENT_SIGNAL_HANDLER_H
  #define RTORRENT_SIGNAL_HANDLER_H
  
 -#include <sys/signal.h>
 +#include <signal.h>
- #include <sigc++/slot.h>
+ #include <sigc++/functors/slot.h>
  
  class SignalHandler {



Home | Main Index | Thread Index | Old Index