Skip to content

Commit 3633fa3

Browse files
committed
update rTorrent and libTorrent to v0.16.0
1 parent 423e635 commit 3633fa3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ARG LIBSIG_VERSION=3.0.3
44
ARG CARES_VERSION=1.34.5
55
ARG CURL_VERSION=8.14.1
66

7-
ARG LIBTORRENT_VERSION=v0.15.5
8-
ARG RTORRENT_VERSION=v0.15.5
7+
ARG LIBTORRENT_VERSION=v0.16.0
8+
ARG RTORRENT_VERSION=v0.16.0
99

1010
ARG MKTORRENT_VERSION=v1.1
1111
ARG GEOIP2_PHPEXT_VERSION=1.3.1

rootfs/tpls/etc/rtorrent/.rtlocal.rc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ session.path.set = (cat,(cfg.session))
2323
# PID file
2424
execute.nothrow = sh,-c,(cat,"echo >",(cfg.rundir),"rtorrent.pid"," ",(system.pid))
2525

26+
# Bind address
27+
# FIXME: remove once https://github.com/rakshasa/rtorrent/issues/1569 is fixed
28+
network.bind_address.set = 0.0.0.0
29+
2630
# SCGI socket and make it group-writable and secure
2731
network.scgi.open_local = (cat, (cfg.rundir), "scgi.socket")
2832
schedule2 = scgi_permission, 0, 0, (cat,"execute.nothrow=chmod,\"g+w,o=\",",(cfg.rundir),"scgi.socket")

0 commit comments

Comments
 (0)