summaryrefslogtreecommitdiff
path: root/package/asterisk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-01 11:10:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-01 11:10:58 +0100
commitbc42bb8ae77d0a84d7ff297b4b2d22dc52ca7a0f (patch)
tree7215300dbf50ce087c7731d3120a3fc132c40400 /package/asterisk
parent6c7571d6e05335584eab6265c6bab30aabebf9d7 (diff)
asterisk: update to 20.5.2
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile
index 49f8afc93..4352c5f2f 100644
--- a/package/asterisk/Makefile
+++ b/package/asterisk/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= asterisk
-PKG_VERSION:= 20.5.1
+PKG_VERSION:= 20.5.2
PKG_RELEASE:= 1
-PKG_HASH:= 7d128f2a164e36fae4875058120ff026e7cd73f7701429fee4fa293f4fba4336
+PKG_HASH:= 8f68e1789dfb8aa04b0eba87ea1d599a62e088ddd20926afc997f36b455e1859
PKG_DESCR:= open source pbx
PKG_SECTION:= net/voip
PKG_DEPENDS:= libncurses libcurl libressl libedit libuuid libjansson
@@ -65,7 +65,6 @@ CONFIGURE_ARGS= --with-z=${STAGING_TARGET_DIR}/usr \
--without-h323 \
--without-iksemel \
--without-imap \
- --without-nbs \
--without-netsnmp \
--without-newt \
--without-openais \
@@ -75,11 +74,6 @@ CONFIGURE_ARGS= --with-z=${STAGING_TARGET_DIR}/usr \
--without-pri \
--without-pwlib \
--without-tds \
- --without-termcap \
- --without-tinfo \
- --without-misdn \
- --without-isdnnet \
- --without-suppserv \
--without-postgres
ifneq (${ADK_PACKAGE_ASTERISK_CODEC_GSM},)