asterisk-13.x: update to 13.3.2

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
Jiri Slachta 2015-04-21 18:33:05 +02:00
parent 1206b3711f
commit 7a65679be9
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 <resolv.h>],
[int foo = res_ninit(NULL);])],
AC_MSG_RESULT(yes)

View File

@ -111,7 +111,7 @@
#include <time.h> /* we want to override localtime_r */
#include <unistd.h>
#include <string.h>
@@ -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).
*/