From 856e0c77d889369132a86438c26d1eb6ab610e3d Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 2 Oct 2015 02:37:09 +0200 Subject: [PATCH] asterisk-13.x: update to version 13.5.0 Signed-off-by: Daniel Golle --- net/asterisk-13.x/Makefile | 6 +++--- .../patches/001-disable-semaphores-check.patch | 2 +- net/asterisk-13.x/patches/002-undef-res-ninit.patch | 2 +- net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch | 6 ++---- .../patches/030-GNU-GLOB-exts-only-on-glibc.patch | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index b153755..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:=2 +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/001-disable-semaphores-check.patch b/net/asterisk-13.x/patches/001-disable-semaphores-check.patch index 05713a1..df38c43 100644 --- a/net/asterisk-13.x/patches/001-disable-semaphores-check.patch +++ b/net/asterisk-13.x/patches/001-disable-semaphores-check.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -896,19 +896,6 @@ AC_LINK_IFELSE( +@@ -899,19 +899,6 @@ AC_LINK_IFELSE( ] ) 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..e6b82c3 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( +@@ -1169,7 +1169,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 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)); } -- 2.30.2