From f0ff95507b549ee138e5f285eda932923881eaf7 Mon Sep 17 00:00:00 2001 From: stickz Date: Tue, 16 Jul 2024 11:04:08 -0400 Subject: [PATCH] ruTorrent: Upgrade to v4.3.6 # ruTorrent v4.3.6 **This hotfix resolves a long standing bug with hardlinks on the autotools plugin. It's highly recommended to upgrade.** If a hardlink already exists (like if a torrent is downloaded twice for instance), it would copy a duplicate of the file somewhere else on the hard drive. This was due to a syntax error with the case statement, causing a file copy operation to intendedly be executed. ## What's Changed * Fix autotools plugin when hardlink already existst by @stickz in https://github.com/Novik/ruTorrent/commit/6ecbf02e56a467ede39e897bb194d5a68f63f3fc **Full Changelog**: https://github.com/Novik/ruTorrent/compare/v4.3.5...v4.3.6 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa995fc..f485b54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ARG XMLRPC_VERSION=01.58.00 ARG MKTORRENT_VERSION=v1.1 ARG GEOIP2_PHPEXT_VERSION=1.3.1 -# v4.3.5 -ARG RUTORRENT_VERSION=9bf6e15c4864a71ff9e9ca5ea689fd001931279b +# v4.3.6 +ARG RUTORRENT_VERSION=31c8d351002fb1bdcd71c0652aa516384d330712 ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148 # v5.3-0.9.8-0.13.8