-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rutorrent: upgrade 3.10 => 4.1.5 (#5617)
* Upgrade rutorrent 3.10 => 4.1.5 * Migrate to python 3.11 * Upgrade cloudscraper 1.2.58 => 1.2.71
- Loading branch information
Showing
6 changed files
with
80 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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 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-3.10.tar.gz SHA1 d797fa58a54061e73e71ebdaff671efd6cf823fc | ||
ruTorrent-3.10.tar.gz SHA256 dac1e3e0079eb475066d6be738b8372596fa382b074792db5ecab31bce6cfa6d | ||
ruTorrent-3.10.tar.gz MD5 632964bab3ce949abb1fb9ce8d0fba31 | ||
ruTorrent-4.1.5.tar.gz SHA1 1e5ef5c381a218a40ce373c968432c7a3e581684 | ||
ruTorrent-4.1.5.tar.gz SHA256 b84da2c9169444aa50b438ce2fdb0ce81f7bbcdd3e3138b3cc215dd27c58b2bf | ||
ruTorrent-4.1.5.tar.gz MD5 19e906f37be308ee7c9030ad6091c64f |
19 changes: 19 additions & 0 deletions
19
cross/rutorrent/patches/002-fixing-default-value-for-local-hosted-mode.patch
This file contains 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,19 @@ | ||
Subject: [PATCH] Change default localHostedMode | ||
--- | ||
Index: conf/config.php | ||
IDEA additional info: | ||
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | ||
<+>UTF-8 | ||
=================================================================== | ||
diff --git a/conf/config.php b/conf/config.php | ||
--- conf/config.php.orig (revision 48933089370b667e8d3b19fb8f9b92bc6db5409d) | ||
+++ conf/config.php (date 1683473924000) | ||
@@ -63,7 +63,7 @@ | ||
"mediainfo" => '', // Something like /usr/bin/mediainfo. If empty, will be found in PATH | ||
); | ||
|
||
- $localHostedMode = false; // Set to true if rTorrent is hosted on the SAME machine as ruTorrent | ||
+ $localHostedMode = true; // Set to false if rTorrent is NOT hosted on the SAME machine as ruTorrent | ||
|
||
$cachedPluginLoading = false; // Set to true to enable rapid cached loading of ruTorrent plugins | ||
// Required to clear web browser cache when upgrading versions |
This file contains 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 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 +1 @@ | ||
cloudscraper==1.2.58 | ||
cloudscraper==1.2.71 |
This file contains 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