siproxd: update to version 0.8.3, improve logging and memory usage 567/head
authorTony Ambardar <itugrok@yahoo.com>
Sun, 30 Aug 2020 06:21:35 +0000 (23:21 -0700)
committerTony Ambardar <itugrok@yahoo.com>
Sat, 5 Sep 2020 05:38:33 +0000 (22:38 -0700)
commit3fb223fa88754b25b673531c6a66a928ebe0479e
tree4fe67ee151f937d943824f107daa1d8bade2d085
parent062878a672c948098948024af8ad19af89be6f57
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
  * 020-gcc10.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/020-gcc10.patch [deleted file]
net/siproxd/patches/100-musl-compat.patch [deleted file]