From b71770db4196e3eeefc01367e0d36a3f61d8ef85 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 2 Dec 2022 21:40:22 +0100 Subject: [PATCH] asterisk: bump to 18.15.1 Fixes AST-2022-007 AST-2022-008 AST-2022-009 Signed-off-by: Sebastian Kemper --- net/asterisk/Makefile | 4 ++-- net/asterisk/patches/130-eventfd.patch | 2 +- net/asterisk/patches/140-use-default-lua.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 2546db0..8faf70a 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=18.14.0 +PKG_VERSION:=18.15.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=c79a728688e1d8faaf3915be81b88b6e324f314dd377de791e37dfa6d081a246 +PKG_HASH:=7594b045e1979a6e80f07ecfff634204830917fd2a7686b161cf4849454f4531 PKG_BUILD_DEPENDS:=libxml2/host diff --git a/net/asterisk/patches/130-eventfd.patch b/net/asterisk/patches/130-eventfd.patch index c5530e3..b14ec04 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 -@@ -1261,7 +1261,7 @@ if test "${ac_cv_have_variable_fdset}x" +@@ -1262,7 +1262,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 4a3717d..2dbfd4f 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 -@@ -2613,7 +2613,7 @@ if test -z "$__opus_include" -o x"$__opu +@@ -2625,7 +2625,7 @@ if test -z "$__opus_include" -o x"$__opu fi AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include]) -- 2.30.2