transmission: Update to latest git and fix syslog. 5163/head
authorRosen Penev <rosenp@gmail.com>
Wed, 22 Nov 2017 02:02:40 +0000 (18:02 -0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 22 Nov 2017 22:36:41 +0000 (14:36 -0800)
commitc11bb018e5db36df1b85cb26af2fc53763db9a46
treec96732fa1c1f61803be8eb96a33237f29d41713e
parent5d216df6cdf80636030fbf2c7db799063adf59f2
transmission: Update to latest git and fix syslog.

The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction.

Also added a sysctl file that removes these warnings:

UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75)
UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80)
UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86)
UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/transmission/Makefile
net/transmission/files/transmission.sysctl [new file with mode: 0644]
net/transmission/patches/030-fix-musl-build.patch [deleted file]
net/transmission/patches/060-fix-foreground-syslog.patch [new file with mode: 0644]