freeswitch-stable: import 1.8.2 from master
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 17 Nov 2018 11:46:37 +0000 (12:46 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 17 Nov 2018 11:49:58 +0000 (12:49 +0100)
commita9c3b92d060c6c126aedda302dd32c338f65f72c
treefecfc84804710d2848a29c00a87146824383726b
parentbdda0755a5c2dc371cbb2a92034cee89f17910eb
freeswitch-stable: import 1.8.2 from master

This upgrades freeswitch from 1.6.20 to 1.8.2. All changes imported from
master. Notable changes:

  Modules:
    - v8 removed as too difficult to maintain
    - new modules: fail2ban, raven and video_filter

  Init and hotplug:
    - changed init config to uci (/etc/default/freeswitch replaced with
      /etc/config/freeswitch)
    - logging can now be enabled via /etc/config/freeswitch
    - hotplug script is now included in the main package
    - the post-install script no longer disables freeswitch during
      upgrades

  Fixes:
    - freeswitch now sends console output properly to procd

  Misc:
    - the new release adds support for MSRP (Message Session Relay
      Protocol, see
      https://en.wikipedia.org/wiki/Message_Session_Relay_Protocol), this
      opens TCP ports by default, can be limited to localhost in
      autoload_configs/msrp.conf.xml

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
20 files changed:
net/freeswitch-stable/Config.in
net/freeswitch-stable/Makefile
net/freeswitch-stable/files/freeswitch.config [new file with mode: 0644]
net/freeswitch-stable/files/freeswitch.default [deleted file]
net/freeswitch-stable/files/freeswitch.hotplug
net/freeswitch-stable/files/freeswitch.init
net/freeswitch-stable/patches/020-fix-fs_cli-typo.patch [new file with mode: 0644]
net/freeswitch-stable/patches/030-fix-configure-ac.patch
net/freeswitch-stable/patches/120-fix-copts.diff
net/freeswitch-stable/patches/140-libvpx-cross.patch
net/freeswitch-stable/patches/240-mod_v8.patch [deleted file]
net/freeswitch-stable/patches/300-fix-memory-leak-in-mod_event_multicast.patch [new file with mode: 0644]
net/freeswitch-stable/patches/310-use-system-tiff.patch [deleted file]
net/freeswitch-stable/patches/311-use-system-tiff.patch [deleted file]
net/freeswitch-stable/patches/312-use-system-tiff.patch [deleted file]
net/freeswitch-stable/patches/313-use-system-tiff.patch [deleted file]
net/freeswitch-stable/patches/314-use-system-tiff.patch [deleted file]
net/freeswitch-stable/patches/340-libvpx-CVE-2017-13194.patch [deleted file]
net/freeswitch-stable/patches/350-fix-pcre-pointer-type.patch [deleted file]
net/freeswitch-stable/patches/370-procd-compat.patch [new file with mode: 0644]