mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 23:34:35 +04:00
Update to most recent LTS release addressing multiple security and
stability issues.
Complete changelog:
https://github.com/asterisk/asterisk/compare/20.5.2...20.8.1
Note that res-stir-shaken switched to use libjwt instead of providing
a built-in JWT implementation.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 11353e1a17)
12 lines
446 B
Diff
12 lines
446 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2623,7 +2623,7 @@ if test -z "$__opus_include" -o x"$__opu
|
|
fi
|
|
AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
|
|
|
|
-for ver in ${LUA_VERSIONS:-5.4 5.3 5.2 5.1}; do
|
|
+for ver in ${LUA_VERSIONS}; do
|
|
AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm])
|
|
if test "x${PBX_LUA}" = "x1" ; then
|
|
if test x"${LUA_DIR}" = x; then
|