asterisk-13.x: update to version 13.5.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
0f95198b03
commit
84750f2cb8
3 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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 <pthread.h>
|
||||
#include <time.h>
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue