Skip to content

Commit

Permalink
Update qBittorrent to v4.4.0, rasterbar libtorrent to v1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Krypton Lee authored and Krypton Lee committed Jan 16, 2022
1 parent ddc9660 commit 9062107
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
6 changes: 3 additions & 3 deletions qBittorrent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jun.k.lee199410@outlook.com>
Expand All @@ -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
Expand Down
25 changes: 18 additions & 7 deletions qBittorrent/files/qBittorrent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -25,15 +35,14 @@ 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()
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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions rblibtorrent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jun.k.lee199410@outlook.com>
Expand Down

0 comments on commit 9062107

Please sign in to comment.