summaryrefslogtreecommitdiff
path: root/net/rtorrent/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-11-23 09:49:04 +0000
committertron <tron@pkgsrc.org>2007-11-23 09:49:04 +0000
commit24eb420373ce25a539438146b000b12fe5485903 (patch)
tree688a273e9547b8c9e326b0485892849f84726e7b /net/rtorrent/patches
parent0a05041d1ca1526f3c87655a4ad3d3075ffa719f (diff)
downloadpkgsrc-24eb420373ce25a539438146b000b12fe5485903.tar.gz
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 (limited to 'net/rtorrent/patches')
-rw-r--r--net/rtorrent/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/rtorrent/patches/patch-ab b/net/rtorrent/patches/patch-ab
index 55c39db4900..e871325c4c8 100644
--- a/net/rtorrent/patches/patch-ab
+++ b/net/rtorrent/patches/patch-ab
@@ -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 {