asterisk: update to 18.4.0 643/head
authorJiri Slachta <jiri@slachta.eu>
Wed, 12 May 2021 16:42:06 +0000 (18:42 +0200)
committerJiri Slachta <jiri@slachta.eu>
Wed, 12 May 2021 17:02:33 +0000 (19:02 +0200)
Patches updated/refreshed:

100-build-reproducibly.patch
130-eventfd.patch
140-use-default-lua.patch

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
net/asterisk/Makefile
net/asterisk/patches/100-build-reproducibly.patch
net/asterisk/patches/130-eventfd.patch
net/asterisk/patches/140-use-default-lua.patch

index 5bb21b5554f69a8bce5fe9650f6a19520d0c8ab2..269cd25fddd3cd7d761cf7558beb2a7c1658ff5d 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk
-PKG_VERSION:=18.2.2
+PKG_VERSION:=18.4.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
-PKG_HASH:=c7a3da64e30d1ac428ae2cf4723d3a2b799ae88768341084ce8a2e3e424ae163
+PKG_HASH:=91c0c35a0c53097647ab3e7b29d34dd0861fed0a8d52e3617408e9eced404db1
 
 PKG_BUILD_DEPENDS:=libxml2/host
 
index 7ffa74a46265e4a0cee2a55e180feba221f4deba..b4f017ce5fcf7c74a8c34133487b3e6d094d641b 100644 (file)
@@ -23,6 +23,6 @@
                printf "$$x " ; \
 -              for i in `find $$x -name '*.c'`; do \
 +              for i in `find $$x -name '*.c' | LC_ALL=C sort`; do \
-                       $(AWK) -f build_tools/get_documentation $$i >> $@ ; \
-               done ; \
-       done
+                       MODULEINFO=$$($(AWK) -f build_tools/get_moduleinfo $$i) ; \
+                       if [ -n "$$MODULEINFO" ] ; \
+                       then \
index ca5702123c7c5b1d5ad6d885ceac8cf3328d406c..c783a52a87e8a4c24628085fe7aadbfc8e13ab97 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1210,7 +1210,7 @@ if test "${ac_cv_have_variable_fdset}x"
+@@ -1205,7 +1205,7 @@ if test "${ac_cv_have_variable_fdset}x"
  fi
  
  AC_MSG_CHECKING([if we have usable eventfd support])
index 78ba140fb6327e6df15c33808f25fa75a8cf4611..bd7041f538ee927314fd75306aa3969d4589f6e2 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -2560,7 +2560,7 @@ if test -z "$__opus_include" -o x"$__opu
+@@ -2555,7 +2555,7 @@ if test -z "$__opus_include" -o x"$__opu
  fi
  AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])