asterisk-13.x: update to version 13.5.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
30aa7bc969
commit
856e0c77d8
5 changed files with 8 additions and 10 deletions
|
@ -9,12 +9,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk13
|
PKG_NAME:=asterisk13
|
||||||
PKG_VERSION:=13.4.0
|
PKG_VERSION:=13.5.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
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_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||||
PKG_BUILD_DEPENDS:=libxml2/host
|
PKG_BUILD_DEPENDS:=libxml2/host
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -896,19 +896,6 @@ AC_LINK_IFELSE(
|
@@ -899,19 +899,6 @@ AC_LINK_IFELSE(
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1177,7 +1177,6 @@ AC_LINK_IFELSE(
|
@@ -1169,7 +1169,6 @@ AC_LINK_IFELSE(
|
||||||
#include <resolv.h>],
|
#include <resolv.h>],
|
||||||
[int foo = res_ninit(NULL);])],
|
[int foo = res_ninit(NULL);])],
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
Index: asterisk-13.4.0/include/asterisk/lock.h
|
--- a/include/asterisk/lock.h
|
||||||
===================================================================
|
+++ b/include/asterisk/lock.h
|
||||||
--- asterisk-13.4.0.orig/include/asterisk/lock.h
|
|
||||||
+++ asterisk-13.4.0/include/asterisk/lock.h
|
|
||||||
@@ -51,9 +51,11 @@
|
@@ -51,9 +51,11 @@
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
glob_ret = glob(fnamebuf, GLOB_NOMAGIC|GLOB_BRACE, NULL, &globbuf);
|
glob_ret = glob(fnamebuf, GLOB_NOMAGIC|GLOB_BRACE, NULL, &globbuf);
|
||||||
--- a/res/ael/ael_lex.c
|
--- a/res/ael/ael_lex.c
|
||||||
+++ b/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);
|
snprintf(fnamebuf2,sizeof(fnamebuf2), "%s/%s", (char *)ast_config_AST_CONFIG_DIR, fnamebuf);
|
||||||
ast_copy_string(fnamebuf,fnamebuf2,sizeof(fnamebuf));
|
ast_copy_string(fnamebuf,fnamebuf2,sizeof(fnamebuf));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue