asterisk-13.x: update to version 13.5.0
authorDaniel Golle <daniel@makrotopia.org>
Fri, 2 Oct 2015 00:37:09 +0000 (02:37 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 2 Oct 2015 00:44:46 +0000 (02:44 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/asterisk-13.x/Makefile
net/asterisk-13.x/patches/001-disable-semaphores-check.patch
net/asterisk-13.x/patches/002-undef-res-ninit.patch
net/asterisk-13.x/patches/004-ifdef-missing-execinfo.patch
net/asterisk-13.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch

index b15375513d07d70150bfa29e020250a802060c4f..c5346951670df28bcad1d50a6a37bfab3e37186b 100644 (file)
@@ -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
index 05713a142860d53fb131adb12372a92d2e6768a8..df38c434d3e6b3cb20349788f86a901f3c3b1d7a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -896,19 +896,6 @@ AC_LINK_IFELSE(
+@@ -899,19 +899,6 @@ AC_LINK_IFELSE(
    ]
  )
  
index de73db810ec93280dfab4de2818018ad0d11efeb..e6b82c3a065d470bad7d00f327154b7a26bbb12a 100644 (file)
@@ -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 <resolv.h>],
                        [int foo = res_ninit(NULL);])],
        AC_MSG_RESULT(yes)
index 20e5c669b57df6e5923030b2adfc8f69901429cb..264eb41a7b406c380c19cb76b28b39b2491c9406 100644 (file)
@@ -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>
index bf1ffdfaaaa34010cae988cdfbc2cf542910c862..78447a5ebb894540f9698ae195d0d14019fbe001 100644 (file)
@@ -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));
                }