Skip to content

Commit

Permalink
fix (rTorrent): Remove piece boundary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz authored Feb 4, 2024
1 parent 2c9bc18 commit 78199d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions sources/functions/rtorrent
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ function build_libtorrent_rakshasa() {
patch -p1 < /etc/swizzin/sources/patches/rtorrent/libtorrent-scanf-0.13.8.patch >> "$log" 2>&1
patch -p1 < /etc/swizzin/sources/patches/rtorrent/lookup-cache-0.13.8.patch >> "$log" 2>&1
fi
#apply piece boundary fix to all libtorrents
patch -p1 < /etc/swizzin/sources/patches/rtorrent/piece-boundary-fix-0.13.8.patch >> "$log" 2>&1
if [[ ${libtorrentver} =~ ^("0.13.7"|"0.13.8")$ ]]; then
patch -p1 < /etc/swizzin/sources/patches/rtorrent/throttle-fix-0.13.7-8.patch >> "$log" 2>&1
fi
Expand Down
48 changes: 0 additions & 48 deletions sources/patches/rtorrent/piece-boundary-fix-0.13.8.patch

This file was deleted.

0 comments on commit 78199d2

Please sign in to comment.