Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruTorrent v5.1 support #403

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Nov 24, 2024

This commit bumps the ruTorrent version to 5.1 for mobile support. It also retrieves and builds the required dump torrent dependency.

Full Changelog: Novik/ruTorrent@v4.3.6...v5.1.0

@stickz stickz requested a review from crazy-max as a code owner November 24, 2024 16:32
@stickz stickz force-pushed the rutorrent_v51_stable branch 7 times, most recently from d572934 to a92149d Compare November 24, 2024 17:35
This commit bumps the ruTorrent version to 5.1 for mobile support. It also retrieves and builds the required dump torrent dependency.

**Full Changelog**: Novik/ruTorrent@v4.3.6...v5.1.0
@stickz stickz force-pushed the rutorrent_v51_stable branch from a92149d to e5e701d Compare November 24, 2024 17:43
@stickz
Copy link
Contributor Author

stickz commented Nov 24, 2024

@crazy-max ruTorrent v5.1 with mobile support is ready to go for this docker container!

Alpine Linux modified timeval, so I had to include the relevant header file to build dumptorrent. I opted to use sed to modify the source after download. It was cleaner to include the required header file on the first line, than to add patch support to the docker container. This problem is resolved with one line: RUN sed -i '1i #include <sys/time.h>' scrapec.c

Copy link
Owner

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@crazy-max crazy-max merged commit c58887e into crazy-max:master Nov 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants