summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Donald2026-02-20 04:41:20 +0000
committerJiri Slachta2026-02-23 19:12:42 +0000
commit0122fa1ec923c5550f1ba1b5b0dd1c01fea54b40 (patch)
tree1499a7415a50489d37d67465a87d73001e74c24b
parentc5652e69f293620548b2276f5a8983f7c1589e48 (diff)
downloadtelephony-0122fa1ec923c5550f1ba1b5b0dd1c01fea54b40.tar.gz
asterisk: bump to 23.2.2
dropped patch 001 - integrated at source all patches refreshed Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-rw-r--r--net/asterisk/Makefile6
-rw-r--r--net/asterisk/patches/001-phoneprov_users.patch86
-rw-r--r--net/asterisk/patches/130-eventfd.patch2
-rw-r--r--net/asterisk/patches/140-use-default-lua.patch2
4 files changed, 5 insertions, 91 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index c3e04f2..4489287 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2017 - 2018 Jiri Slachta <jiri@slachta.eu>
+# Copyright (C) 2017 - 2026 Jiri Slachta <jiri@slachta.eu>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk
-PKG_VERSION:=23.1.0
+PKG_VERSION:=23.2.2
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:=04a05b555b27a7f5cc4f86d301190d7ee2cd4621490d262aed8613495b44316a
+PKG_HASH:=dfba245e993d500a4a04a7e859e5e60d9623e769b403919254a140ec1d52aa71
PKG_BUILD_DEPENDS:=libxml2/host
diff --git a/net/asterisk/patches/001-phoneprov_users.patch b/net/asterisk/patches/001-phoneprov_users.patch
deleted file mode 100644
index 686462e..0000000
--- a/net/asterisk/patches/001-phoneprov_users.patch
+++ /dev/null
@@ -1,86 +0,0 @@
---- a/configs/samples/phoneprov_users.conf
-+++ /dev/null
-@@ -1,40 +0,0 @@
--;
--; Device provisioning configuration
--;
--; This file is used by res_phoneprov to define provisioning entries.
--;
--
--[general]
--;
--; Full name of a user
--;
--fullname = New User
--;
--; MAC Address for res_phoneprov
--;
--;macaddress = 112233445566
--;
--; Auto provision the phone with res_phoneprov
--;
--;autoprov = yes
--;
--; Line Keys for hardphone
--;
--;LINEKEYS = 1
--;
--; Line number for hardphone
--;
--;linenumber = 1
--;
--; Local Caller ID number used with res_phoneprov and Asterisk GUI
--;
--;cid_number = 6000
--
--;[6000]
--;fullname = Joe User
--;secret = 1234
--;macaddress = 112233445566
--;autoprov = yes
--;LINEKEYS = 1
--;linenumber = 1
--;cid_number = 6000
---- /dev/null
-+++ b/configs/samples/phoneprov_users.conf.sample
-@@ -0,0 +1,40 @@
-+;
-+; Device provisioning configuration
-+;
-+; This file is used by res_phoneprov to define provisioning entries.
-+;
-+
-+[general]
-+;
-+; Full name of a user
-+;
-+fullname = New User
-+;
-+; MAC Address for res_phoneprov
-+;
-+;macaddress = 112233445566
-+;
-+; Auto provision the phone with res_phoneprov
-+;
-+;autoprov = yes
-+;
-+; Line Keys for hardphone
-+;
-+;LINEKEYS = 1
-+;
-+; Line number for hardphone
-+;
-+;linenumber = 1
-+;
-+; Local Caller ID number used with res_phoneprov and Asterisk GUI
-+;
-+;cid_number = 6000
-+
-+;[6000]
-+;fullname = Joe User
-+;secret = 1234
-+;macaddress = 112233445566
-+;autoprov = yes
-+;LINEKEYS = 1
-+;linenumber = 1
-+;cid_number = 6000
diff --git a/net/asterisk/patches/130-eventfd.patch b/net/asterisk/patches/130-eventfd.patch
index e29b23a..aaef9b0 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
-@@ -1291,7 +1291,7 @@ if test "${ac_cv_have_variable_fdset}x"
+@@ -1304,7 +1304,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 31818ac..1060a40 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
-@@ -2641,7 +2641,7 @@ if test -z "$__opus_include" -o x"$__opu
+@@ -2656,7 +2656,7 @@ if test -z "$__opus_include" -o x"$__opu
fi
AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])