From 90621074177c2a5eec56f005deeb3e1c212fa535 Mon Sep 17 00:00:00 2001 From: Krypton Lee Date: Sun, 16 Jan 2022 10:37:00 +0800 Subject: [PATCH] Update qBittorrent to v4.4.0, rasterbar libtorrent to v1.2.15 --- qBittorrent/Makefile | 6 +++--- qBittorrent/files/qBittorrent.conf | 25 ++++++++++++++++++------- rblibtorrent/Makefile | 4 ++-- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index 2126dff..e5b4dac 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qBittorrent -PKG_VERSION:=4.3.9 +PKG_VERSION:=4.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=6ff801cfe2beeb9fca24d4565e863e06f46bb8fc56c0eb833293ff31b3bfe83a +PKG_HASH:=da240744c6cc5953d7c4d298a02a0cf36d2c8897931819f1e6459bd5270a7c5c PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-release-$(PKG_VERSION) PKG_MAINTAINER:=Krypton Lee @@ -32,7 +32,7 @@ define Package/qBittorrent CATEGORY:=Network TITLE:=BitTorrent Client Programmed in C++ / Qt URL:=https://www.qbittorrent.org/ - DEPENDS:=+libQt5Core +libQt5Network +libQt5Xml +rblibtorrent + DEPENDS:=+libQt5Core +libQt5Network +libQt5Sql +libQt5Xml +rblibtorrent endef define Package/qBittorrent/description diff --git a/qBittorrent/files/qBittorrent.conf b/qBittorrent/files/qBittorrent.conf index 9cf144a..7c4001d 100644 --- a/qBittorrent/files/qBittorrent.conf +++ b/qBittorrent/files/qBittorrent.conf @@ -2,19 +2,29 @@ enabled=false program= +[BitTorrent] +Session\DHTEnabled=true +Session\DefaultSavePath=/root/Downloads +Session\Port=8999 +Session\QueueingSystemEnabled=false + [Core] AutoDeleteAddedTorrentFile=Never +[Meta] +MigrationVersion=2 + +[Network] +Proxy\OnlyForTorrents=false + [Preferences] -Bittorrent\RecheckOnCompletion=false -Bittorrent\trackerPort=9000 -Connection\PortRangeMin=8999 +Advanced\RecheckOnCompletion=false +Advanced\trackerPort=9000 Connection\ResolvePeerCountries=true -Downloads\SavePath=/root/Downloads/ DynDNS\DomainName=changeme.dyndns.org DynDNS\Enabled=false DynDNS\Password= -DynDNS\Service=0 +DynDNS\Service=DynDNS DynDNS\Username= General\Locale=zh MailNotification\email= @@ -25,7 +35,6 @@ MailNotification\req_ssl=false MailNotification\sender=qBittorrent_notification@example.com MailNotification\smtp_server=smtp.changeme.com MailNotification\username= -Queueing\QueueingEnabled=false WebUI\Address=* WebUI\AlternativeUIEnabled=false WebUI\AuthSubnetWhitelist=@Invalid() @@ -33,7 +42,7 @@ WebUI\AuthSubnetWhitelistEnabled=false WebUI\BanDuration=3600 WebUI\CSRFProtection=true WebUI\ClickjackingProtection=true -WebUI\CustomHTTPHeades= +WebUI\CustomHTTPHeaders= WebUI\CustomHTTPHeadersEnabled=false WebUI\HTTPS\CertificatePath= WebUI\HTTPS\Enabled=false @@ -42,10 +51,12 @@ WebUI\HostHeaderValidation=true WebUI\LocalHostAuth=true WebUI\MaxAuthenticationFailCount=5 WebUI\Port=8080 +WebUI\ReverseProxySupportEnabled=false WebUI\RootFolder= WebUI\SecureCookie=true WebUI\ServerDomains=* WebUI\SessionTimeout=3600 +WebUI\TrustedReverseProxiesList= WebUI\UseUPnP=true WebUI\Username=admin diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index ff6a9e1..2b73b69 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=1.2.14 +PKG_VERSION:=1.2.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/arvidn/libtorrent/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=1d5a68a2c78d6e86b0db8bc131aa94dce4cb0eb7a03775a6ac129582dced61c5 +PKG_HASH:=15b41c319955bb4df4be34458b04c483b7b0dbc366a3ac43511d2ca989600d05 PKG_BUILD_DIR:=$(BUILD_DIR)/libtorrent-$(PKG_VERSION) PKG_MAINTAINER:=Krypton Lee