diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 43a8dc5..54df5cc 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk13 -PKG_VERSION:=13.19.2 -PKG_RELEASE:=4 +PKG_VERSION:=13.20.0 +PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=aab4bf95eea21a3864015d2a49a02e13e9f191f6a68acb0f7b1619da86ce3fb2 +PKG_HASH:=a3d6d953f844867ea11e0be22ee6225049cd4f5870df6ab23454623bcfbc94d5 PKG_BUILD_DIR:=$(BUILD_DIR)/asterisk-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libxml2/host @@ -657,7 +657,6 @@ define Build/Configure ./bootstrap.sh $(call Build/Configure/Default) cd $(PKG_BUILD_DIR)/menuselect; \ - ./bootstrap.sh; \ CC="$(HOSTCC)" \ CFLAGS="$(HOST_CFLAGS) -I$(STAGING_DIR_HOSTPKG)/include/libxml2" \ CONFIG_SITE= \ diff --git a/net/asterisk-13.x/patches/001-disable-semaphores-check.patch b/net/asterisk-13.x/patches/001-disable-semaphores-check.patch index 277c06c..fa09129 100644 --- a/net/asterisk-13.x/patches/001-disable-semaphores-check.patch +++ b/net/asterisk-13.x/patches/001-disable-semaphores-check.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -965,19 +965,6 @@ AC_LINK_IFELSE( +@@ -953,19 +953,6 @@ AC_LINK_IFELSE( ] ) diff --git a/net/asterisk-13.x/patches/002-undef-res-ninit.patch b/net/asterisk-13.x/patches/002-undef-res-ninit.patch index 014f06f..93d87bf 100644 --- a/net/asterisk-13.x/patches/002-undef-res-ninit.patch +++ b/net/asterisk-13.x/patches/002-undef-res-ninit.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -1299,7 +1299,6 @@ AC_LINK_IFELSE( +@@ -1287,7 +1287,6 @@ AC_LINK_IFELSE( #include ], [int foo = res_ninit(NULL);])], AC_MSG_RESULT(yes) diff --git a/net/asterisk-13.x/patches/052-musl-libcap.patch b/net/asterisk-13.x/patches/052-musl-libcap.patch index f0d6942..01d2f5c 100644 --- a/net/asterisk-13.x/patches/052-musl-libcap.patch +++ b/net/asterisk-13.x/patches/052-musl-libcap.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -180,6 +180,9 @@ case "${host_os}" in +@@ -170,6 +170,9 @@ case "${host_os}" in linux-gnu*) OSARCH=linux-gnu ;; @@ -10,7 +10,7 @@ kfreebsd*-gnu) OSARCH=kfreebsd-gnu ;; -@@ -1423,9 +1426,11 @@ if test "${PBX_BFD}" = "0"; then +@@ -1411,9 +1414,11 @@ if test "${PBX_BFD}" = "0"; then AST_EXT_LIB_CHECK([BFD], [bfd], [bfd_check_format], [bfd.h], [-ldl -liberty -lz]) fi diff --git a/net/asterisk-13.x/patches/056-fix-check_expr2-build.patch b/net/asterisk-13.x/patches/056-fix-check_expr2-build.patch index 0e5fcf7..71d5e31 100644 --- a/net/asterisk-13.x/patches/056-fix-check_expr2-build.patch +++ b/net/asterisk-13.x/patches/056-fix-check_expr2-build.patch @@ -3,7 +3,7 @@ @@ -179,7 +179,6 @@ check_expr2: $(ASTTOPDIR)/main/ast_expr2 $(CC) -g -o check_expr2 ast_expr2fz.o ast_expr2z.o -lm $(ECHO_PREFIX) echo " [RM] ast_expr2fz.o ast_expr2z.o" - rm ast_expr2z.o ast_expr2fz.o + rm ast_expr2z.o ast_expr2fz.o - ./check_expr2 expr2.testinput smsq: smsq.o strcompat.o diff --git a/net/asterisk-13.x/patches/100-build-reproducibly.patch b/net/asterisk-13.x/patches/100-build-reproducibly.patch index 55875c6..6273436 100644 --- a/net/asterisk-13.x/patches/100-build-reproducibly.patch +++ b/net/asterisk-13.x/patches/100-build-reproducibly.patch @@ -17,7 +17,7 @@ * build.h --- a/Makefile +++ b/Makefile -@@ -477,7 +477,7 @@ doc/core-en_US.xml: makeopts .lastclean +@@ -480,7 +480,7 @@ doc/core-en_US.xml: makeopts .lastclean @echo "" >> $@ @for x in $(MOD_SUBDIRS); do \ printf "$$x " ; \