aboutsummaryrefslogtreecommitdiff
path: root/net/rtorrent/patches
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2015-11-06 14:02:55 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2015-11-14 10:34:09 +0200
commitb28a6201cf8028f68a354ea127cc1e519bec17bf (patch)
treeb1ec5c8872faa10c1d694711a8f7f79a00a34b4f /net/rtorrent/patches
parent8276f382a9ba0806a3ed713e375a9244cac184fd (diff)
rtorrent: update to 0.9.6, disable ipv6
Update rtorrent to 0.9.6. Update patches. Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent. Libtorrent compilation has been broken since #1181 got merged and ipv6 got enabled. Users have seen issues like #1316 and #1804 IPv6 support in libtorrent & rtorrent master is not complete. Instead there is a separate ipv6 branch, which still needs some cleanup before mainstream use. See discussion at https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538 So, it makes no sense to use ipv6 with the master branch. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'net/rtorrent/patches')
-rw-r--r--net/rtorrent/patches/100-fix-cross_compile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rtorrent/patches/100-fix-cross_compile.patch b/net/rtorrent/patches/100-fix-cross_compile.patch
index a42135145..82dcc7648 100644
--- a/net/rtorrent/patches/100-fix-cross_compile.patch
+++ b/net/rtorrent/patches/100-fix-cross_compile.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 8, api version)
+@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 9, api version)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)