-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ruTorrent: Update to 5.2.10 #6810
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
Merged
mreid-tt
merged 16 commits into
SynoCommunity:master
from
mreid-tt:rutorrent-update-5.2.10
Dec 1, 2025
Merged
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6e2cc62
rutorrent: update to v5.2.10
mreid-tt 68cc8ab
rutorrent: expose dumptorrent external path
mreid-tt 855dec3
rutorrent: fix config defaults
mreid-tt 4c9f5dc
rutorrent stack: bump mediainfo
mreid-tt 0381080
xmlrpc-c: fix path to xml2-config
mreid-tt aaa3455
rutorrent: align PHP resources per DSM
mreid-tt b1cb389
rutorrent: finalize DSM7 alignment
mreid-tt f0cb949
mediainfo: add versioned cross packages for DSM 6 and 7 toolchains
mreid-tt 2350428
rutorrent: normalise PHP profile descriptions
mreid-tt 451a392
Minor fixes and cleanup
mreid-tt f9393bf
Revert "mediainfo: add versioned cross packages for DSM 6 and 7 toolc…
mreid-tt 26524b1
Revert "rutorrent stack: bump mediainfo"
mreid-tt 73d4eb7
rutorrent: refactor for DSM7, drop busybox, use external mediainfo
mreid-tt e85aef6
rutorrent stack: upgrade rtorrent/libtorrent and drop legacy atomic shim
mreid-tt 9898958
rutorrent: normalize wizard paths
mreid-tt f929502
rutorrent: limit DSM 7.2 profile range
mreid-tt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| PKG_NAME = libmediainfo | ||
| PKG_VERS = 25.04 | ||
| PKG_EXT = tar.gz | ||
| PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIST_SITE = https://github.com/MediaArea/MediaInfoLib/archive | ||
| PKG_DIST_FILE = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIR = MediaInfoLib-$(PKG_VERS)/Project/GNU/Library | ||
|
|
||
| DEPENDS = cross/libzen cross/zlib | ||
|
|
||
| UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) | ||
|
|
||
| HOMEPAGE = https://mediaarea.net/en/MediaInfo | ||
| COMMENT = MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. | ||
| LICENSE = 2-Clause BSD | ||
|
|
||
| PRE_CONFIGURE_TARGET = libmediainfo_pre_configure | ||
| GNU_CONFIGURE = 1 | ||
|
|
||
| include ../../mk/spksrc.cross-cc.mk | ||
|
|
||
| libmediainfo_pre_configure: | ||
| $(RUN) ; ./autogen.sh | ||
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| PKG_NAME = libmediainfo | ||
| PKG_VERS = 25.10 | ||
| PKG_EXT = tar.gz | ||
| PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIST_SITE = https://github.com/MediaArea/MediaInfoLib/archive | ||
| PKG_DIST_FILE = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIR = MediaInfoLib-$(PKG_VERS)/Project/GNU/Library | ||
|
|
||
| DEPENDS = cross/libzen cross/zlib | ||
|
|
||
| UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) | ||
|
|
||
| HOMEPAGE = https://mediaarea.net/en/MediaInfo | ||
| COMMENT = MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. | ||
| LICENSE = 2-Clause BSD | ||
|
|
||
| PRE_CONFIGURE_TARGET = libmediainfo_pre_configure | ||
| GNU_CONFIGURE = 1 | ||
|
|
||
| include ../../mk/spksrc.cross-cc.mk | ||
|
|
||
| libmediainfo_pre_configure: | ||
| $(RUN) ; ./autogen.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| lnk:lib/libmediainfo.so | ||
| lnk:lib/libmediainfo.so.0 | ||
| lib:lib/libmediainfo.so.0.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| libmediainfo_25.10.tar.gz SHA1 85491da94e4bdfe45b6ed478fb7628a6771ae2e3 | ||
| libmediainfo_25.10.tar.gz SHA256 e4b2b82f3df8d2c190643d1705ee35c3102674954858d02a2e2b42840f0f07aa | ||
| libmediainfo_25.10.tar.gz MD5 cdf8cdd3362d1193365ef9926952054d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,12 @@ | ||
| PKG_NAME = libmediainfo | ||
| PKG_VERS = 25.04 | ||
| PKG_EXT = tar.gz | ||
| PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIST_SITE = https://github.com/MediaArea/MediaInfoLib/archive | ||
| PKG_DIST_FILE = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIR = MediaInfoLib-$(PKG_VERS)/Project/GNU/Library | ||
| PKG_NAME = libmediainfo-main | ||
|
|
||
| DEPENDS = cross/libzen cross/zlib | ||
| OPTIONAL_DEPENDS = cross/libmediainfo-latest | ||
| OPTIONAL_DEPENDS += cross/libmediainfo-25.04 | ||
|
|
||
| # cross/libzen: | ||
| UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) | ||
| include ../../mk/spksrc.main-depends.mk | ||
|
|
||
| HOMEPAGE = https://mediaarea.net/en/MediaInfo | ||
| COMMENT = MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. | ||
| LICENSE = 2-Clause BSD | ||
|
|
||
| PRE_CONFIGURE_TARGET = libmediainfo_pre_configure | ||
| GNU_CONFIGURE = 1 | ||
|
|
||
| include ../../mk/spksrc.cross-cc.mk | ||
|
|
||
| libmediainfo_pre_configure: | ||
| $(RUN) ; ./autogen.sh | ||
| ifeq ($(call version_ge, ${TC_GCC}, 5),1) | ||
| DEPENDS = cross/libmediainfo-latest | ||
| else | ||
| DEPENDS = cross/libmediainfo-25.04 | ||
| endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| PKG_NAME = mediainfo | ||
| PKG_VERS = 25.04 | ||
| PKG_EXT = tar.gz | ||
| PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIST_SITE = https://github.com/MediaArea/MediaInfo/archive | ||
| PKG_DIST_FILE = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIR = MediaInfo-$(PKG_VERS)/Project/GNU/CLI | ||
|
|
||
| DEPENDS = cross/libmediainfo-25.04 | ||
|
|
||
| UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) | ||
|
|
||
| HOMEPAGE = https://mediaarea.net/en/MediaInfo | ||
| COMMENT = MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. | ||
| LICENSE = 2-Clause BSD | ||
|
|
||
| PRE_CONFIGURE_TARGET = mediainfo_pre_configure | ||
| GNU_CONFIGURE = 1 | ||
|
|
||
| include ../../mk/spksrc.cross-cc.mk | ||
|
|
||
| .PHONY: mediainfo_pre_configure | ||
| mediainfo_pre_configure: | ||
| $(RUN) ; ./autogen.sh |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| PKG_NAME = mediainfo | ||
| PKG_VERS = 25.10 | ||
| PKG_EXT = tar.gz | ||
| PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIST_SITE = https://github.com/MediaArea/MediaInfo/archive | ||
| PKG_DIST_FILE = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIR = MediaInfo-$(PKG_VERS)/Project/GNU/CLI | ||
|
|
||
| DEPENDS = cross/libmediainfo-latest | ||
|
|
||
| UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) | ||
|
|
||
| HOMEPAGE = https://mediaarea.net/en/MediaInfo | ||
| COMMENT = MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. | ||
| LICENSE = 2-Clause BSD | ||
|
|
||
| PRE_CONFIGURE_TARGET = mediainfo_pre_configure | ||
| GNU_CONFIGURE = 1 | ||
|
|
||
| include ../../mk/spksrc.cross-cc.mk | ||
|
|
||
| .PHONY: mediainfo_pre_configure | ||
| mediainfo_pre_configure: | ||
| $(RUN) ; ./autogen.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| bin:bin/mediainfo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| mediainfo_25.10.tar.gz SHA1 40ffad790e946f79f0da25f7ac111c7210293e97 | ||
| mediainfo_25.10.tar.gz SHA256 2edaff16dfad9ee372d17d6d01eb2e3d2f8ee8dd4af606b1ee6f045c9b009662 | ||
| mediainfo_25.10.tar.gz MD5 8ae0e5740a0854f99d8eca9ce187aa4c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,12 @@ | ||
| PKG_NAME = mediainfo | ||
| PKG_VERS = 25.04 | ||
| PKG_EXT = tar.gz | ||
| PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIST_SITE = https://github.com/MediaArea/MediaInfo/archive | ||
| PKG_DIST_FILE = $(PKG_NAME)_$(PKG_VERS).$(PKG_EXT) | ||
| PKG_DIR = MediaInfo-$(PKG_VERS)/Project/GNU/CLI | ||
| PKG_NAME = mediainfo-main | ||
|
|
||
| DEPENDS = cross/libmediainfo | ||
| OPTIONAL_DEPENDS = cross/mediainfo-latest | ||
| OPTIONAL_DEPENDS += cross/mediainfo-25.04 | ||
|
|
||
| # cross/libmediainfo: | ||
| UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS) | ||
| include ../../mk/spksrc.main-depends.mk | ||
|
|
||
| HOMEPAGE = https://mediaarea.net/en/MediaInfo | ||
| COMMENT = MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. | ||
| LICENSE = 2-Clause BSD | ||
|
|
||
| PRE_CONFIGURE_TARGET = mediainfo_pre_configure | ||
| GNU_CONFIGURE = 1 | ||
|
|
||
| include ../../mk/spksrc.cross-cc.mk | ||
|
|
||
| .PHONY: mediainfo_pre_configure | ||
| mediainfo_pre_configure: | ||
| $(RUN) ; ./autogen.sh | ||
| ifeq ($(call version_ge, ${TC_GCC}, 5),1) | ||
| DEPENDS = cross/mediainfo-latest | ||
| else | ||
| DEPENDS = cross/mediainfo-25.04 | ||
| endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| ruTorrent-5.1.12.tar.gz SHA1 e323f3d464bc049dd70c1d9bc0540639fe9332c7 | ||
| ruTorrent-5.1.12.tar.gz SHA256 8e75dad81541a406fa181f0aaf274b276e7e2f33550033832c5f9e2aaae41d29 | ||
| ruTorrent-5.1.12.tar.gz MD5 2785e74ef1347a6b597293c356faa4de | ||
| ruTorrent-5.2.10.tar.gz SHA1 4608ff49e979f698e465a8d7788f1938d65abe0a | ||
| ruTorrent-5.2.10.tar.gz SHA256 a3e57be03f965abcf2ed17125b61ee2bd55a1223fe9226fa1978f3002a93427d | ||
| ruTorrent-5.2.10.tar.gz MD5 9588f744416bf2854aade63b020b857f |
6 changes: 3 additions & 3 deletions
6
cross/rutorrent/patches/001-expanding-external-programs.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| Added entries corresponding to external programs which are also potentially used by plugins and | ||
| may therefore be configured | ||
| index b68c526c..604f6263 100644 | ||
| index b68c526c..3f79fd6f 100644 | ||
| --- conf/config.php.orig | ||
| +++ conf/config.php | ||
| @@ -57,6 +57,10 @@ | ||
| @@ -57,6 +57,11 @@ | ||
| "gzip" => '', // Something like /usr/bin/gzip. If empty, will be found in PATH. | ||
| "id" => '', // Something like /usr/bin/id. If empty, will be found in PATH. | ||
| "stat" => '', // Something like /usr/bin/stat. If empty, will be found in PATH. | ||
| + "python"=> '', // Something like /usr/bin/python3. If empty, will be found in PATH. | ||
| + "pgrep" => '', // Something like /usr/bin/pgrep. If empty, will be found in PATH. | ||
| + "sox" => '', // Something like /usr/bin/sox. If empty, will be found in PATH. | ||
| + "mediainfo" => '', // Something like /usr/bin/mediainfo. If empty, will be found in PATH. | ||
| + "dumptorrent" => '', // Something like /usr/bin/dumptorrent. If empty, will be found in PATH. | ||
| ); | ||
|
|
||
| $localhosts = array( // list of local interfaces | ||
| root@b1d8647331b2:/spksrc/spk/rutorrent/work-evansport-6.1/ruTorrent-3.10# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "webservice": { | ||
| "services": [{ | ||
| "service": "rutorrent", | ||
| "display_name": "ruTorrent", | ||
| "icon": "app/images/rutorrent-{0}.png", | ||
| "type": "apache_php", | ||
| "root": "rutorrent", | ||
| "backend": 2, | ||
| "php": { | ||
| "profile_name": "ruTorrent", | ||
| "profile_desc": "PHP profile for ruTorrent", | ||
| "backend": 11, | ||
| "extensions": [], | ||
| "user": "sc-rutorrent", | ||
| "open_basedir": null, | ||
| "group": "http" | ||
| } | ||
| }], | ||
| "portals": [ | ||
| { | ||
| "service": "rutorrent", | ||
| "type": "alias", | ||
| "name": "ruTorrent", | ||
| "alias": "rutorrent", | ||
| "app": "com.synocommunity.packages.rutorrent" | ||
| } | ||
| ], | ||
| "migrate": { | ||
| "root": [{ | ||
| "old": "rutorrent", | ||
| "new": "rutorrent" | ||
| }] | ||
| }, | ||
| "pkg_dir_prepare": [{ | ||
| "source": "/var/packages/rutorrent/target/share/rutorrent", | ||
| "target": "rutorrent", | ||
| "mode": "0755", | ||
| "user": "sc-rutorrent", | ||
| "group": "http" | ||
| }] | ||
| }, | ||
| "data-share": { | ||
| "shares": [ | ||
| { | ||
| "name": "{{wizard_download_share}}", | ||
| "permission":{"rw":["sc-rutorrent"]}, | ||
| "once": true | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.