[packages] transmission: update to 2.10, start torrents as soon as they are added
authorobsy <obsy@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Oct 2010 05:38:15 +0000 (05:38 +0000)
committerobsy <obsy@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Oct 2010 05:38:15 +0000 (05:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23352 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/transmission/Makefile
net/transmission/files/transmission.config

index 5baab69..08246e0 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
-PKG_VERSION:=2.10b1
+PKG_VERSION:=2.10
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
-PKG_MD5SUM:=6bf66d6b2690071459761eb6487d2a77
+PKG_MD5SUM:=3b32d981d746abf8b0292c6ab01d10d4
 
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1
@@ -27,7 +27,7 @@ define Package/transmission/template
   CATEGORY:=Network
   TITLE:=A free, lightweight BitTorrent client
   URL:=http://www.transmissionbt.com
-  MAINTAINER:=Cezary Jackiewicz <cezary@eko.one.pl> 
+  MAINTAINER:=Cezary Jackiewicz <cezary@eko.one.pl>
 endef
 
 define Package/transmission-daemon
index 46d845b..cd3450d 100644 (file)
@@ -33,7 +33,7 @@ config transmission
        option pex_enabled true
        option port_forwarding_enabled true
        option preallocation 1
-       option proxy ""
+       option proxy ''
        option proxy_auth_enabled false
        option proxy_auth_password ''
        option proxy_auth_username ''
@@ -57,7 +57,7 @@ config transmission
        option speed_limit_down_enabled false
        option speed_limit_up 20
        option speed_limit_up_enabled false
-       option start_added_torrents false
+       option start_added_torrents true
        option trash_original_torrent_files false
        option umask 18
        option upload_slots_per_torrent 14