From b5638d84f1fdde11395b74f2d91f0b41335ba1a6 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 6 Nov 2020 19:05:34 +0100 Subject: [PATCH] asterisk: bump to 18.1.0 Signed-off-by: Sebastian Kemper --- net/asterisk/Makefile | 4 ++-- net/asterisk/patches/140-use-default-lua.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 5c75dbf..0363a98 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=18.0.0 +PKG_VERSION:=18.1.0 PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=9b780297c6620d057ef83ada1a0ea13ca9bc2e617c93ef847f2a9f86ba569f9c +PKG_HASH:=cc12f6c228243fb736d0aa23f3ce11adf7be5c5b02ed1ca080db76605cb602df PKG_BUILD_DEPENDS:=libxml2/host diff --git a/net/asterisk/patches/140-use-default-lua.patch b/net/asterisk/patches/140-use-default-lua.patch index d088106..1dcbd05 100644 --- a/net/asterisk/patches/140-use-default-lua.patch +++ b/net/asterisk/patches/140-use-default-lua.patch @@ -4,7 +4,7 @@ fi AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include]) --for ver in 5.3 5.2 5.1; do +-for ver in 5.4 5.3 5.2 5.1; do +# This does not work for us. We have both liblua and liblua5.3 in +# $(STAGING_DIR)/usr. But the headers for liblua5.3 are in +# (STAGING_DIR)/usr/include/lua5.3. Using the below, Asterisk would -- 2.30.2