siproxd: update to version 0.8.3, improve logging and memory usage 574/head
authorTony Ambardar <itugrok@yahoo.com>
Sun, 30 Aug 2020 06:21:35 +0000 (23:21 -0700)
committerTony Ambardar <itugrok@yahoo.com>
Mon, 21 Sep 2020 07:19:06 +0000 (00:19 -0700)
commit670c64193b41c6c71cf05d8225d5967bdeb3598c
tree2b8fb73e01b7623d946857028c1cafc7e7d3e319
parent85cb5591de23767f2b477010de4abc3fc3aaf0e1
siproxd: update to version 0.8.3, improve logging and memory usage

This release includes bug fixes and improvements accumulated over the last
4 years of development snapshots [1].

Bump upstream version, build new plugins 'stats' and 'blacklist', and add
an 'sqlite3' package dependency for siproxd-mod-blacklist.

Disable procd capturing stderr to syslog, since siproxd in 'foreground'
mode writes both to syslog and stderr, duplicating log messages.

Include a patch to drastically reduce memory usage (RSS from 17MB to 5MB
on ipq40xx platform):

  * 005-reduce-rtpproxy-urlmap-size.patch

Drop the following patches now included upstream:

  * 010-syslog-msg.patch
  * 100-musl-compat.patch

[1] http://siproxd.sourceforge.net/index.php?op=changelog.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
net/siproxd/Makefile
net/siproxd/files/siproxd.init
net/siproxd/patches/005-reduce-rtpproxy-urlmap-size.patch [new file with mode: 0644]
net/siproxd/patches/010-syslog-msg.patch [deleted file]
net/siproxd/patches/100-musl-compat.patch [deleted file]