mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
transmission: Fix port test + other fixes.
Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit. Removed ionice support. Will reintroduce if procd adds support. Removed config_overwrite debugging variable. No need for it. Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=transmission
|
||||
PKG_VERSION:=2.93
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/transmission/transmission-releases/raw/master
|
||||
@@ -37,7 +37,7 @@ endef
|
||||
|
||||
define Package/transmission-daemon/Default
|
||||
$(call Package/transmission/template)
|
||||
DEPENDS:=+libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
|
||||
DEPENDS:=+ca-bundle +libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
|
||||
USERID:=transmission=224:transmission=224
|
||||
endef
|
||||
|
||||
@@ -57,7 +57,7 @@ endef
|
||||
|
||||
define Package/transmission-cli/Default
|
||||
$(call Package/transmission/template)
|
||||
DEPENDS:=+libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
|
||||
DEPENDS:=+ca-bundle +libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
|
||||
endef
|
||||
|
||||
define Package/transmission-cli-openssl
|
||||
@@ -76,7 +76,7 @@ endef
|
||||
|
||||
define Package/transmission-remote/Default
|
||||
$(call Package/transmission/template)
|
||||
DEPENDS:=+libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
|
||||
DEPENDS:=+ca-bundle +libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
|
||||
endef
|
||||
|
||||
define Package/transmission-remote-openssl
|
||||
|
||||
Reference in New Issue
Block a user