From 61682395d2d852fa7ccc231b2083e79d874e6637 Mon Sep 17 00:00:00 2001 From: fengqi Date: Sat, 21 Oct 2017 19:51:42 +0800 Subject: [PATCH 1/3] Update rutorrent to 3.8 --- cross/rutorrent/Makefile | 10 +++++----- cross/rutorrent/digests | 6 +++--- spk/rutorrent/Makefile | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cross/rutorrent/Makefile b/cross/rutorrent/Makefile index 9ea1eb344ea..ca4b760bf3c 100644 --- a/cross/rutorrent/Makefile +++ b/cross/rutorrent/Makefile @@ -1,9 +1,9 @@ PKG_NAME = ruTorrent -PKG_VERS = 3.7 -PKG_EXT = zip -PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) -PKG_DIST_SITE = http://dl.bintray.com/novik65/generic -PKG_DIR = $(PKG_NAME)-master +PKG_VERS = 3.8 +PKG_EXT = tar.gz +PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/Novik/ruTorrent/archive +PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = diff --git a/cross/rutorrent/digests b/cross/rutorrent/digests index 5e8a61f63f9..528ef0d3ccf 100644 --- a/cross/rutorrent/digests +++ b/cross/rutorrent/digests @@ -1,3 +1,3 @@ -ruTorrent-3.7.zip SHA1 4be55a9038ae9c9eb6052cb65ed6139a591a49a2 -ruTorrent-3.7.zip SHA256 c1fb86317231c8e8fa9e1a7dea450ce4687d94caad22d763bc68d90c56d0749f -ruTorrent-3.7.zip MD5 8ef91254d5bbf45da3e1d1962b6fe8e7 +v3.8.tar.gz SHA1 6519ade2c5b0af40c0869f326df86daf17e6cad3 +v3.8.tar.gz SHA256 610fc5df350fe7915b4413067fea8657eb6f26b1cc5212de97a4af98439b2e2c +v3.8.tar.gz MD5 862be37748605502f0820fb312731036 diff --git a/spk/rutorrent/Makefile b/spk/rutorrent/Makefile index 97f8e002cfc..c27c6a075e6 100644 --- a/spk/rutorrent/Makefile +++ b/spk/rutorrent/Makefile @@ -1,6 +1,6 @@ SPK_NAME = rutorrent -SPK_VERS = 3.7 -SPK_REV = 8 +SPK_VERS = 3.8 +SPK_REV = 1 SPK_ICON = src/rutorrent.png DSM_UI_DIR = app @@ -12,7 +12,7 @@ ADMIN_URL = /rutorrent/ RELOAD_UI = yes STARTABLE = yes DISPLAY_NAME = ruTorrent -CHANGELOG ="1. Update rtorrent to 0.9.6, libtorrent to 0.13.6, rutorrent to 3.7 2. Added support for ppc853x" +CHANGELOG ="1. Update rutorrent to 3.8" BETA = 1 HOMEPAGE = https://github.com/Novik/ruTorrent From f53419a66cdbc49e1941d06fec0225d662e00c38 Mon Sep 17 00:00:00 2001 From: fengqi Date: Wed, 17 Jan 2018 00:52:46 +0800 Subject: [PATCH 2/3] Update SPK_REV --- spk/rutorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/rutorrent/Makefile b/spk/rutorrent/Makefile index c27c6a075e6..8c39ba23691 100644 --- a/spk/rutorrent/Makefile +++ b/spk/rutorrent/Makefile @@ -1,6 +1,6 @@ SPK_NAME = rutorrent SPK_VERS = 3.8 -SPK_REV = 1 +SPK_REV = 9 SPK_ICON = src/rutorrent.png DSM_UI_DIR = app From a7c908186cc924b973bf5acfee47d9837eb6a838 Mon Sep 17 00:00:00 2001 From: fengqi Date: Wed, 17 Jan 2018 01:11:38 +0800 Subject: [PATCH 3/3] fix rss with https problem, fixes #3062 --- spk/rutorrent/src/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/rutorrent/src/installer.sh b/spk/rutorrent/src/installer.sh index ad42c13a2b1..a2cfb16e6a9 100755 --- a/spk/rutorrent/src/installer.sh +++ b/spk/rutorrent/src/installer.sh @@ -115,7 +115,7 @@ postinst () sed -i -e "s|scgi_port = 5000;|scgi_port = 8050;|g" \ -e "s|topDirectory = '/';|topDirectory = '/${TOP_DIR}/';|g" \ - -e "s|tempDirectory = null;|tempDirectory = '${INSTALL_DIR}/tmp';|g" \ + -e "s|tempDirectory = null;|tempDirectory = '${INSTALL_DIR}/tmp/';|g" \ ${WEB_DIR}/${PACKAGE}/conf/config.php sed -i -e "s|@download_dir@|${wizard_download_dir:=/volume1/downloads}|g" \