asterisk: bump to 18.14.0 776/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 20 Aug 2022 09:28:34 +0000 (11:28 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 20 Aug 2022 15:12:39 +0000 (17:12 +0200)
commitaa3bc352e787768fbf5f1f806a9b2b06a74b19fc
tree894df97bee2a237691bc3adb7b727c4e1537cd59
parenta57228588602e5217b95f1e9ded0b76402cb6c72
asterisk: bump to 18.14.0

- add new modules
- res-geolocation depends on asterisk being built with libxlt support,
  but to make libxslt a general dependency is probably not a good idea
  for small devices, so this adds a config option
  ASTERISK_LIBXSLT_SUPPORT that is off by default except on x86_64
  builds
- correct some module titles by removing the extraneous "support" string
- refresh patches
- 170-time-add-support-for-time64-libcs.patch,
  180_build-fix-bininstall-launchd-issue-on-cross-platfrom.patch and
  190-logger-workaround-woefully-small-BUFSIZ-in-MUSL.patch removed as
  included in upstream release
- added 170-menuselect-force-use-of-xml2-config.patch as upstream
  switched to use pkg-config for libxml2 detection, which would be fine,
  except OpenWrt's host libxml2 is static and Asterisk can't handle that

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk/Makefile
net/asterisk/patches/130-eventfd.patch
net/asterisk/patches/140-use-default-lua.patch
net/asterisk/patches/170-menuselect-force-use-of-xml2-config.patch [new file with mode: 0644]
net/asterisk/patches/170-time-add-support-for-time64-libcs.patch [deleted file]
net/asterisk/patches/180_build-fix-bininstall-launchd-issue-on-cross-platfrom.patch [deleted file]
net/asterisk/patches/190-logger-workaround-woefully-small-BUFSIZ-in-MUSL.patch [deleted file]