From f99d7d9ee9b0dfbe438ae76c0f3eef968810cbd0 Mon Sep 17 00:00:00 2001 From: Cezary Jackiewicz Date: Sun, 14 Nov 2010 18:42:54 +0000 Subject: [PATCH] [packages] transmission: update to 2.12, remove obsolete options SVN-Revision: 23992 --- net/transmission/Makefile | 4 ++-- net/transmission/files/transmission.config | 8 +------- net/transmission/files/transmission.init | 7 +++---- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 0078052cda..4c91d1e2fd 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission -PKG_VERSION:=2.11 +PKG_VERSION:=2.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files -PKG_MD5SUM:=ef2b40ddc2c17a57c47bfe15b1f23cc4 +PKG_MD5SUM:=f3d34fdbbf3ae25635f9e7bf7e662cd9 PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/net/transmission/files/transmission.config b/net/transmission/files/transmission.config index cd3450de20..dbc5407e7c 100644 --- a/net/transmission/files/transmission.config +++ b/net/transmission/files/transmission.config @@ -11,6 +11,7 @@ config transmission option bind_address_ipv4 '0.0.0.0' option bind_address_ipv6 '::' option blocklist_enabled false + option blocklist_url '' option cache_size_mb 2 option dht_enabled true option download_dir '/tmp/transmission/done' @@ -33,13 +34,6 @@ config transmission option pex_enabled true option port_forwarding_enabled true option preallocation 1 - option proxy '' - option proxy_auth_enabled false - option proxy_auth_password '' - option proxy_auth_username '' - option proxy_enabled false - option proxy_port 80 - option proxy_type 0 option ratio_limit 2.0000 option ratio_limit_enabled false option rename_partial_files true diff --git a/net/transmission/files/transmission.init b/net/transmission/files/transmission.init index be816c459e..80fdf85dec 100644 --- a/net/transmission/files/transmission.init +++ b/net/transmission/files/transmission.init @@ -58,16 +58,15 @@ start_service() { open_file_limit peer_limit_global peer_limit_per_torrent peer_port \ peer_port_random_high peer_port_random_low peer_port_random_on_start \ peer_socket_tos pex_enabled port_forwarding_enabled preallocation \ - proxy_auth_enabled proxy_enabled proxy_port proxy_type ratio_limit \ - ratio_limit_enabled rename_partial_files rpc_authentication_required \ + ratio_limit ratio_limit_enabled rename_partial_files rpc_authentication_required \ rpc_enabled rpc_port rpc_whitelist_enabled script_torrent_done_enabled \ speed_limit_down speed_limit_down_enabled speed_limit_up \ speed_limit_up_enabled start_added_torrents trash_original_torrent_files \ umask upload_slots_per_torrent watch_dir_enabled append_params_quotes "$s" \ - bind_address_ipv4 bind_address_ipv6 download_dir incomplete_dir proxy \ - proxy_auth_password proxy_auth_username rpc_bind_address rpc_password \ + blocklist_url bind_address_ipv4 bind_address_ipv6 download_dir incomplete_dir \ + rpc_bind_address rpc_password \ rpc_username rpc_whitelist script_torrent_done_filename watch_dir echo "\""invalid-key"\": false" >> $config_dir/settings.json -- 2.30.2