[packages] transmission: update to 2.30

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
obsy 2011-05-17 05:14:39 +00:00
parent cee6e1c9ce
commit cbe675b40f
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2009-2010 OpenWrt.org
# Copyright (C) 2009-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=transmission
PKG_VERSION:=2.22
PKG_RELEASE:=3
PKG_VERSION:=2.30
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
PKG_MD5SUM:=6499986bf769276310b00bda1090090d
PKG_MD5SUM:=d0168d89ec48716af3c44fa21216ddc8
PKG_FIXUP:=libtool
PKG_INSTALL:=1

View File

@ -59,5 +59,6 @@ config transmission
option trash_original_torrent_files false
option umask 18
option upload_slots_per_torrent 14
option utp_enabled true
option watch_dir_enabled false
option watch_dir ''

View File

@ -65,7 +65,7 @@ start_service() {
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
umask upload_slots_per_torrent utp_enabled watch_dir_enabled
append_params_quotes "$s" \
blocklist_url bind_address_ipv4 bind_address_ipv6 download_dir incomplete_dir \
@ -77,7 +77,7 @@ start_service() {
chown -R $run_as_usr $config_dir
config_get open_file_limit "$s" open_file_limit
config_get open_file_limit "$s" open_file_limit 32
let open_limit_files="$open_file_limit + 8"
if [ ${open_file_limit} -gt ${ulimit_files} ]; then