transmission: Fix tracker issue with some firewalls 9940/head
authorRosen Penev <rosenp@gmail.com>
Mon, 9 Sep 2019 01:39:33 +0000 (18:39 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 23 Sep 2019 18:41:10 +0000 (11:41 -0700)
commit730a1697fed07269a3cca7c90878b50d3ef26465
tree2d2f3471713a3e9f03eb9fae40a2354462864743
parentc256e6971f65b53fa25bc8484f3cfebaaa3317f5
transmission: Fix tracker issue with some firewalls

Some firewalls mandate a minimum size of 4k for SYN packets, which
transmission does not do by default. Upstream issue here:

https://github.com/transmission/transmission/issues/964

Cleanup:

Fixed license info.

Removed two unnecessary patches.

Ran shell script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/transmission/Makefile
net/transmission/files/transmission.init
net/transmission/files/transmission.sysctl
net/transmission/patches/050-https-portcheck.patch [deleted file]
net/transmission/patches/060-fix-tls-verify.patch [deleted file]