asterisk: bump to 18.14.0
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 20 Aug 2022 09:28:34 +0000 (11:28 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 2 Dec 2022 18:34:02 +0000 (19:34 +0100)
commit994eb6e4ac25ebdb80ba33783a28c19433ba442e
treebe6ebb6b5b003a08b3e55cb6bcac7da36932fe53
parent3c85043c9138e03d63f954abf409a9528cfd4b25
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>
(cherry picked from commit aa3bc352e787768fbf5f1f806a9b2b06a74b19fc)
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]