asterisk: upgrade to Asterisk 18 LTS
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 1 Nov 2020 08:37:44 +0000 (09:37 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 1 Nov 2020 08:37:46 +0000 (09:37 +0100)
commitb936fade673fca57d1ab51fbfa9323c9fc9880bb
tree7ede8fcc11b4366a179396b3751d42aa9ae6b0b7
parent6238b6e3245270c93359c96414061fe8da4e9458
asterisk: upgrade to Asterisk 18 LTS

- Bump to new LTS release.
- Move to folder asterisk and remove AST_MAJOR_VERSION variable, as we
  only have one version anyway.
- Add new modules.
- Rename voicemail to app-voicemail.
- Remove deps of voicemail on res-adsi and res-smdi as they are
  optional.
- Use INSTALL_DATA for headers.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
22 files changed:
net/asterisk-16.x/Makefile [deleted file]
net/asterisk-16.x/files/asterisk.conf [deleted file]
net/asterisk-16.x/files/asterisk.init [deleted file]
net/asterisk-16.x/patches/001-disable-semaphores-on-uclibc-otherwise-allow.patch [deleted file]
net/asterisk-16.x/patches/002-configure-fix-detection-of-re-entrant-resolver-funct.patch [deleted file]
net/asterisk-16.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch [deleted file]
net/asterisk-16.x/patches/053-musl-mutex-init.patch [deleted file]
net/asterisk-16.x/patches/100-build-reproducibly.patch [deleted file]
net/asterisk-16.x/patches/110-fix-astmm.patch [deleted file]
net/asterisk-16.x/patches/130-eventfd.patch [deleted file]
net/asterisk-16.x/patches/140-use-default-lua.patch [deleted file]
net/asterisk/Makefile [new file with mode: 0644]
net/asterisk/files/asterisk.conf [new file with mode: 0644]
net/asterisk/files/asterisk.init [new file with mode: 0644]
net/asterisk/patches/001-disable-semaphores-on-uclibc-otherwise-allow.patch [new file with mode: 0644]
net/asterisk/patches/002-configure-fix-detection-of-re-entrant-resolver-funct.patch [new file with mode: 0644]
net/asterisk/patches/030-GNU-GLOB-exts-only-on-glibc.patch [new file with mode: 0644]
net/asterisk/patches/053-musl-mutex-init.patch [new file with mode: 0644]
net/asterisk/patches/100-build-reproducibly.patch [new file with mode: 0644]
net/asterisk/patches/110-fix-astmm.patch [new file with mode: 0644]
net/asterisk/patches/130-eventfd.patch [new file with mode: 0644]
net/asterisk/patches/140-use-default-lua.patch [new file with mode: 0644]