From: Daniel Golle Date: Fri, 2 Oct 2015 00:37:09 +0000 (+0200) Subject: asterisk-13.x: update to version 13.5.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=84750f2cb8399b7a3408c1ca7766bc97635032ea;p=feed%2Ftelephony.git asterisk-13.x: update to version 13.5.0 Signed-off-by: Daniel Golle --- diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 5c74452..c534695 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.4.0 -PKG_RELEASE:=5 +PKG_VERSION:=13.5.0 +PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ -PKG_MD5SUM:=8cd729d481f0b3d9aadcf5a607c25803 +PKG_MD5SUM:=2fb7d247aacdbb9736c82b133053dfdf PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libxml2/host 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 20e5c66..264eb41 100644 --- a/net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch +++ b/net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch @@ -1,7 +1,5 @@ -Index: asterisk-13.4.0/include/asterisk/lock.h -=================================================================== ---- asterisk-13.4.0.orig/include/asterisk/lock.h -+++ asterisk-13.4.0/include/asterisk/lock.h +--- a/include/asterisk/lock.h ++++ b/include/asterisk/lock.h @@ -51,9 +51,11 @@ #include #include diff --git a/net/asterisk-13.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch b/net/asterisk-13.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch index bf1ffdf..78447a5 100644 --- a/net/asterisk-13.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch +++ b/net/asterisk-13.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch @@ -11,7 +11,7 @@ glob_ret = glob(fnamebuf, GLOB_NOMAGIC|GLOB_BRACE, NULL, &globbuf); --- a/res/ael/ael_lex.c +++ b/res/ael/ael_lex.c -@@ -1976,7 +1967,7 @@ YY_RULE_SETUP +@@ -1976,7 +1976,7 @@ YY_RULE_SETUP snprintf(fnamebuf2,sizeof(fnamebuf2), "%s/%s", (char *)ast_config_AST_CONFIG_DIR, fnamebuf); ast_copy_string(fnamebuf,fnamebuf2,sizeof(fnamebuf)); }