transmission: update to 3.0

remove upstreamed patches. Refresh remaining one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 93485dd317)
This commit is contained in:
Rosen Penev
2020-05-24 20:33:33 -07:00
parent de86c989a0
commit 8cb9367313
7 changed files with 8 additions and 149 deletions
@@ -1,11 +1,11 @@
--- a/libtransmission/webseed.c
+++ b/libtransmission/webseed.c
@@ -516,8 +516,6 @@ webseed_timer_func (evutil_socket_t foo UNUSED, short bar UNUSED, void * vw)
if (w->retry_tickcount)
++w->retry_tickcount;
@@ -510,8 +510,6 @@ static void webseed_timer_func(evutil_socket_t foo UNUSED, short bar UNUSED, voi
++w->retry_tickcount;
}
- on_idle (w);
- on_idle(w);
-
tr_timerAddMsec (w->timer, TR_IDLE_TIMER_MSEC);
tr_timerAddMsec(w->timer, TR_IDLE_TIMER_MSEC);
}