summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Prindeville2025-05-22 03:34:03 +0000
committerRobert Marko2025-06-05 08:10:08 +0000
commit1582286bca4f47ee402af61e4bae55d5c1b96574 (patch)
tree86efafdc0862081233d7c6d783765e087a59a7d0
parent46fedb3405c4b7a8ac62614b700c1173221938ba (diff)
downloadtelephony-1582286bca4f47ee402af61e4bae55d5c1b96574.tar.gz
asterisk: update to version 20.14.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-rw-r--r--net/asterisk/Makefile4
-rw-r--r--net/asterisk/patches/053-musl-mutex-init.patch2
-rw-r--r--net/asterisk/patches/130-eventfd.patch2
-rw-r--r--net/asterisk/patches/140-use-default-lua.patch2
-rw-r--r--net/asterisk/patches/180-app_queue_time_t.patch2
5 files changed, 6 insertions, 6 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index f38c4ff..6e84620 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk
-PKG_VERSION:=20.8.1
+PKG_VERSION:=20.14.0
PKG_RELEASE:=1
PKG_CPE_ID:=cpe:/a:digium:asterisk
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
-PKG_HASH:=fa498b6224e8c262de6840a67e00e3747e178fcefd9fb2595885d402ca3248f5
+PKG_HASH:=f9152e87467d5b57a898e3bc69bcded87b8525db21e5bf06ea361120af838ce6
PKG_BUILD_DEPENDS:=libxml2/host
diff --git a/net/asterisk/patches/053-musl-mutex-init.patch b/net/asterisk/patches/053-musl-mutex-init.patch
index 98cdccf..7de537c 100644
--- a/net/asterisk/patches/053-musl-mutex-init.patch
+++ b/net/asterisk/patches/053-musl-mutex-init.patch
@@ -1,6 +1,6 @@
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
-@@ -66,7 +66,7 @@
+@@ -70,7 +70,7 @@ extern "C" {
#define AST_PTHREADT_NULL (pthread_t) -1
#define AST_PTHREADT_STOP (pthread_t) -2
diff --git a/net/asterisk/patches/130-eventfd.patch b/net/asterisk/patches/130-eventfd.patch
index 81bd332..611314a 100644
--- a/net/asterisk/patches/130-eventfd.patch
+++ b/net/asterisk/patches/130-eventfd.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -1272,7 +1272,7 @@ if test "${ac_cv_have_variable_fdset}x"
+@@ -1293,7 +1293,7 @@ if test "${ac_cv_have_variable_fdset}x"
fi
AC_MSG_CHECKING([if we have usable eventfd support])
diff --git a/net/asterisk/patches/140-use-default-lua.patch b/net/asterisk/patches/140-use-default-lua.patch
index 3857d13..6dff005 100644
--- a/net/asterisk/patches/140-use-default-lua.patch
+++ b/net/asterisk/patches/140-use-default-lua.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -2623,7 +2623,7 @@ if test -z "$__opus_include" -o x"$__opu
+@@ -2645,7 +2645,7 @@ if test -z "$__opus_include" -o x"$__opu
fi
AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
diff --git a/net/asterisk/patches/180-app_queue_time_t.patch b/net/asterisk/patches/180-app_queue_time_t.patch
index 3e47c0f..4d351f8 100644
--- a/net/asterisk/patches/180-app_queue_time_t.patch
+++ b/net/asterisk/patches/180-app_queue_time_t.patch
@@ -1,6 +1,6 @@
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
-@@ -4625,8 +4625,12 @@ static int is_longest_waiting_caller(str
+@@ -4800,8 +4800,12 @@ static int is_longest_waiting_caller(str
* will be unused until the first caller is picked up.
*/
if (ch->start < caller->start && !ch->pending) {