From 401004d87ed103bf72ac600b2223793c6e58f635 Mon Sep 17 00:00:00 2001 From: Ac1dburn Date: Sat, 30 Mar 2024 17:48:26 -0700 Subject: [PATCH 1/2] ruTorrent v4.3.0 --- Dockerfile | 4 ++-- README.md | 2 +- examples/compose/rtorrent-rutorrent.env | 2 +- examples/traefik/rtorrent-rutorrent.env | 2 +- rootfs/etc/cont-init.d/03-config.sh | 2 +- test/rtorrent-rutorrent.env | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 634ba2e6..cfc9b1ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ ARG RTORRENT_VERSION=v0.9.8 ARG MKTORRENT_VERSION=v1.1 ARG GEOIP2_PHPEXT_VERSION=1.3.1 -# v4.2.10 -ARG RUTORRENT_VERSION=c9644dda7a9ac1b3fc8b663392c4168adbe5a312 +# v4.3.0 +ARG RUTORRENT_VERSION=4e47301f36d04d219b76c71ed4fd8d37e8b62e4f ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148 ARG ALPINE_VERSION=3.19 diff --git a/README.md b/README.md index 40ba1ff8..ec7b586f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Image: crazymax/rtorrent-rutorrent:latest ### ruTorrent -* `RU_REMOVE_CORE_PLUGINS`: Comma separated list of core plugins to remove ; set to `false` to disable removal (default `httprpc`) +* `RU_REMOVE_CORE_PLUGINS`: Comma separated list of core plugins to remove ; set to `false` to disable removal * `RU_HTTP_USER_AGENT`: ruTorrent HTTP user agent (default `Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0`) * `RU_HTTP_TIME_OUT`: ruTorrent HTTP timeout in seconds (default `30`) * `RU_HTTP_USE_GZIP`: Use HTTP Gzip compression (default `true`) diff --git a/examples/compose/rtorrent-rutorrent.env b/examples/compose/rtorrent-rutorrent.env index 3af81828..ba06720f 100644 --- a/examples/compose/rtorrent-rutorrent.env +++ b/examples/compose/rtorrent-rutorrent.env @@ -22,7 +22,7 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=httprpc +RU_REMOVE_CORE_PLUGINS=false RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true diff --git a/examples/traefik/rtorrent-rutorrent.env b/examples/traefik/rtorrent-rutorrent.env index 1b17b677..25bb4e25 100644 --- a/examples/traefik/rtorrent-rutorrent.env +++ b/examples/traefik/rtorrent-rutorrent.env @@ -22,7 +22,7 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=httprpc +RU_REMOVE_CORE_PLUGINS=false RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true diff --git a/rootfs/etc/cont-init.d/03-config.sh b/rootfs/etc/cont-init.d/03-config.sh index 75912e4f..fa112f29 100644 --- a/rootfs/etc/cont-init.d/03-config.sh +++ b/rootfs/etc/cont-init.d/03-config.sh @@ -27,7 +27,7 @@ RT_LOG_XMLRPC=${RT_LOG_XMLRPC:-false} RT_SESSION_SAVE_SECONDS=${RT_SESSION_SAVE_SECONDS:-3600} RT_TRACKER_DELAY_SCRAPE=${RT_TRACKER_DELAY_SCRAPE:-true} -RU_REMOVE_CORE_PLUGINS=${RU_REMOVE_CORE_PLUGINS:-httprpc} +RU_REMOVE_CORE_PLUGINS=${RU_REMOVE_CORE_PLUGINS:-false} RU_HTTP_USER_AGENT=${RU_HTTP_USER_AGENT:-Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0} RU_HTTP_TIME_OUT=${RU_HTTP_TIME_OUT:-30} RU_HTTP_USE_GZIP=${RU_HTTP_USE_GZIP:-true} diff --git a/test/rtorrent-rutorrent.env b/test/rtorrent-rutorrent.env index 3af81828..ba06720f 100644 --- a/test/rtorrent-rutorrent.env +++ b/test/rtorrent-rutorrent.env @@ -22,7 +22,7 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=httprpc +RU_REMOVE_CORE_PLUGINS=false RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true From 3e195780ce93937dd3fee207b34d0c01a5134241 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:45:57 +0200 Subject: [PATCH 2/2] update examples and test case --- examples/compose/rtorrent-rutorrent.env | 1 - examples/traefik/rtorrent-rutorrent.env | 1 - test/rtorrent-rutorrent.env | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/compose/rtorrent-rutorrent.env b/examples/compose/rtorrent-rutorrent.env index ba06720f..13eaee25 100644 --- a/examples/compose/rtorrent-rutorrent.env +++ b/examples/compose/rtorrent-rutorrent.env @@ -22,7 +22,6 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=false RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true diff --git a/examples/traefik/rtorrent-rutorrent.env b/examples/traefik/rtorrent-rutorrent.env index 25bb4e25..154e958c 100644 --- a/examples/traefik/rtorrent-rutorrent.env +++ b/examples/traefik/rtorrent-rutorrent.env @@ -22,7 +22,6 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=false RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true diff --git a/test/rtorrent-rutorrent.env b/test/rtorrent-rutorrent.env index ba06720f..2d7780a0 100644 --- a/test/rtorrent-rutorrent.env +++ b/test/rtorrent-rutorrent.env @@ -22,7 +22,7 @@ RT_LOG_LEVEL=info RT_LOG_EXECUTE=false RT_LOG_XMLRPC=false -RU_REMOVE_CORE_PLUGINS=false +RU_REMOVE_CORE_PLUGINS=diskspace RU_HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 RU_HTTP_TIME_OUT=30 RU_HTTP_USE_GZIP=true