From: Jiri Slachta Date: Tue, 21 Apr 2015 16:33:05 +0000 (+0200) Subject: asterisk-13.x: update to 13.3.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7a65679be9642aa7aa50cd626f726f70c2eb1761;p=feed%2Ftelephony.git asterisk-13.x: update to 13.3.2 Signed-off-by: Jiri Slachta --- diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 191d3df..2f81963 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk13 -PKG_VERSION:=13.2.0 -PKG_RELEASE:=4 +PKG_VERSION:=13.3.2 +PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ -PKG_MD5SUM:=36033a5faa2f0f9ac3bc34b799e823a2 +PKG_MD5SUM:= PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libxml2/host 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 de73db8..e7ed74c 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 -@@ -1177,7 +1177,6 @@ AC_LINK_IFELSE( +@@ -1202,7 +1202,6 @@ AC_LINK_IFELSE( #include ], [int foo = res_ninit(NULL);])], AC_MSG_RESULT(yes) diff --git a/net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch b/net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch index 2cec5c0..204d91d 100644 --- a/net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch +++ b/net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch @@ -111,7 +111,7 @@ #include /* we want to override localtime_r */ #include #include -@@ -514,13 +516,17 @@ extern void *_ast_mem_backtrace_buffer[_ +@@ -540,13 +542,17 @@ extern void *_ast_mem_backtrace_buffer[_ * Ok, this sucks. But if we're already out of mem, we don't * want the logger to create infinite recursion (and a crash). */