<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/transmission/files/transmission.config, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2018-07-12T12:40:07Z</updated>
<entry>
<title>transmission: Allow user to configure web ui home directory</title>
<updated>2018-07-12T12:40:07Z</updated>
<author>
<name>Andrii Korzh</name>
</author>
<published>2018-07-12T12:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=582f697afd3fece189139ed3583441a867914ac5'/>
<id>urn:sha1:582f697afd3fece189139ed3583441a867914ac5</id>
<content type='text'>
Signed-off-by: Andrii Korzh &lt;andrii.korzh@gmail.com&gt;
</content>
</entry>
<entry>
<title>transmission: Add rpc_host_whitelist support.</title>
<updated>2018-04-06T20:33:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-04-06T20:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cfc6d23f9b86d1e73987acd490215a8bb8f4a1c9'/>
<id>urn:sha1:cfc6d23f9b86d1e73987acd490215a8bb8f4a1c9</id>
<content type='text'>
It was requested as it can be useful under certain circumstances.

Disabled rpc_whitelist by default. Not only is there a firewall, but it denies access when IP address of the device is changed.

Added group support in UCI. Fixes cases where group does not match the user (nobody:nogroup).

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>transmission: Restored config_overwrite due to popular demand.</title>
<updated>2018-02-13T19:59:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-02-13T19:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ae3e314674257a47006d06ba16e71bfc41a97f8d'/>
<id>urn:sha1:ae3e314674257a47006d06ba16e71bfc41a97f8d</id>
<content type='text'>
libnatpmp was added as a dependancy to avoid built-in version.

Makefile went through a few adjustments to make it simpler.

CMake support is not happening since Travis is using a broken Ubuntu install.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>transmission: Fix port test + other fixes.</title>
<updated>2018-02-02T04:27:07Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-02-02T02:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e0a5ed9f76eaeefb3dd4ad0ff1d7526ff7584c95'/>
<id>urn:sha1:e0a5ed9f76eaeefb3dd4ad0ff1d7526ff7584c95</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>transmission: Update to 2.93 + fixes [v2]</title>
<updated>2018-01-28T18:04:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-01-28T18:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1d36e5707279d6e83c3112f43e70663fbb2fc52a'/>
<id>urn:sha1:1d36e5707279d6e83c3112f43e70663fbb2fc52a</id>
<content type='text'>
DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it.

Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries.

Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either.

Added group entry to init script. Otherwise files end up being owned by user:root which is bogus.

v2: Previous maintainer relied on git version of Transmission for mbedtls support. Backport it to the stable instead.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "transmission: Update to 2.93 + fixes"</title>
<updated>2018-01-28T17:09:38Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2018-01-28T17:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3b3fed7fb8a3274011897f048a8edb38797b2735'/>
<id>urn:sha1:3b3fed7fb8a3274011897f048a8edb38797b2735</id>
<content type='text'>
This reverts commit 606f615048286f432175f5133cbeb14f9db9257f.

The commit broke the patches:
&gt; Applying ./patches/020-use-internal-miniupnp.patch using plaintext:
&gt; patching file configure.ac
&gt; Hunk #1 succeeded at 378 (offset -8 lines).
&gt;
&gt; Applying ./patches/040-fix-for-mbedtls.patch using plaintext:
&gt; patching file configure.ac
&gt; Hunk #1 FAILED at 154.
&gt; 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
</content>
</entry>
<entry>
<title>transmission: Update to 2.93 + fixes</title>
<updated>2018-01-28T02:26:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-01-21T23:04:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=606f615048286f432175f5133cbeb14f9db9257f'/>
<id>urn:sha1:606f615048286f432175f5133cbeb14f9db9257f</id>
<content type='text'>
DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it.

Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries.

Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either.

Added group entry to init script. Otherwise files end up being owned by user:root which is bogus.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>transmission: add nice and ionice support, store persistent config, add transmission user and group</title>
<updated>2015-08-02T18:54:34Z</updated>
<author>
<name>Maxim Storchak</name>
</author>
<published>2015-08-01T16:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e32fceab457174f7424f6040916156943f29e888'/>
<id>urn:sha1:e32fceab457174f7424f6040916156943f29e888</id>
<content type='text'>
Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
</content>
</entry>
<entry>
<title>transmission: make the memory percentage allowed configurable</title>
<updated>2015-06-12T22:28:47Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2015-06-12T22:28:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6091831a5b6257f79a42bc5ed6591f89c127752b'/>
<id>urn:sha1:6091831a5b6257f79a42bc5ed6591f89c127752b</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</content>
</entry>
<entry>
<title>transmission: import from packages, update to latest</title>
<updated>2014-07-13T10:53:55Z</updated>
<author>
<name>Maxim Storchak</name>
</author>
<published>2014-07-13T10:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b459aad2600a9e9dfff6bf57660cad6abd1339d3'/>
<id>urn:sha1:b459aad2600a9e9dfff6bf57660cad6abd1339d3</id>
<content type='text'>
Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
</content>
</entry>
</feed>
