Skip to content

Commit

Permalink
4.3.0-a01 (#16)
Browse files Browse the repository at this point in the history
## Changes:
* Update to `ruTorrent v4.3.0`

## Base Image:
* rTorrent: Add TCP socket configurations
([322](crazy-max/docker-rtorrent-rutorrent#322))
* Add php82-fileinfo package
([325](crazy-max/docker-rtorrent-rutorrent#325))
* rTorrent: Set of patches to fix memory leaks
([308](crazy-max/docker-rtorrent-rutorrent#308))
* rTorrent: Fix memory access crash
([310](crazy-max/docker-rtorrent-rutorrent#310))
  • Loading branch information
XxAcielxX authored Apr 28, 2024
1 parent 8c94993 commit 32b08c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.source="https://github.com/XxAcielxX/docker-rutor
# modifications
RUN \
echo "**** apply patches for /downloads ****" && \
sed -i -e '150s/themes [*\]/themes/; 242s_[*/]_/downloads_; 151,152d;387,388d' '/etc/cont-init.d/03-config.sh' && \
sed -i -e '152s/themes [*\]/themes/; 247s_[*/]_/downloads_; 153,154d;392,393d' '/etc/cont-init.d/03-config.sh' && \
sed -i -e '5,23s/[*/]complete//' '/tpls/etc/nginx/conf.d/webdav.conf' && \
sed -i -e '/pex\.set/s/yes/no/; /umask\.set/s/^/#/; 56,60d' '/tpls/.rtorrent.rc' && \
sed -i -e '/complete\//d; /temp\//d; /directory\.default/s/download_temp/download/' '/tpls/etc/rtorrent/.rtlocal.rc'
Expand Down

0 comments on commit 32b08c5

Please sign in to comment.