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

rutorrent: upgrade 4.3.7 => 5.1.5 #6404

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/rutorrent/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = ruTorrent
PKG_VERS = 4.3.7
PKG_VERS = 5.1.5
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/Novik/ruTorrent/archive/refs/tags
Expand Down
6 changes: 3 additions & 3 deletions cross/rutorrent/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruTorrent-4.3.7.tar.gz SHA1 d5eb78b7de4f84f216bb41551f8f4afd66cd4cee
ruTorrent-4.3.7.tar.gz SHA256 5aae962c65e6effdd3cf2d1edf6936c4343414de8271852a8174643b87a8a628
ruTorrent-4.3.7.tar.gz MD5 b1d37f3a2ed4b0062d2eb057749a670a
ruTorrent-5.1.5.tar.gz SHA1 a6729b7bc126220dcb0c3344e1fce1bc7a18ef08
ruTorrent-5.1.5.tar.gz SHA256 1855b6f9fc96df3897b67b2159f875ee4400e58e93912eea9c5befc94b14f62d
ruTorrent-5.1.5.tar.gz MD5 78fa7e7352f4e2115f7928bcd9645f5b
8 changes: 4 additions & 4 deletions spk/rutorrent/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
SPK_NAME = rutorrent
SPK_VERS = 4.3.7
SPK_REV = 17
SPK_VERS = 5.1.5
SPK_REV = 18
SPK_ICON = src/rutorrent.png
DSM_UI_DIR = app

MAINTAINER = smaarn
DESCRIPTION = ruTorrent is a front-end for the popular Bittorrent client rTorrent. rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client.
DISPLAY_NAME = ruTorrent
CHANGELOG = "1. Upgrade rutorrent to 4.3.7"
CHANGELOG = "1. Upgrade rutorrent to 5.1.5"

# newer libtorrent-rakshasa requires C++14 support
REQUIRED_MIN_DSM = 7.0
UNSUPPORTED_ARCHS = comcerto2k

SPK_DEPENDS = "WebStation:python311:PHP7.4:Apache2.4"
SPK_DEPENDS = "WebStation:python311:PHP8.2:Apache2.4"
WHEELS = src/requirements-pure.txt

# Must be done prior to busybox (aarch64)
Expand Down
2 changes: 1 addition & 1 deletion spk/rutorrent/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"php": {
"profile_name": "ruTorrent",
"profile_desc": "PHP profile used by ruTorrent",
"backend": 8,
"backend": 11,
"extensions": [],
"user": "sc-rutorrent",
"open_basedir": null,
Expand Down
Loading