update to asterisk-13.14.0
This commit is contained in:
parent
eb8a52f4c0
commit
035ece38c3
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.248 2017/02/07 21:09:10 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.249 2017/02/14 12:31:38 sthen Exp $
|
||||
|
||||
COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
|
||||
VER= 13.13.1
|
||||
REVISION-main= 1
|
||||
VER= 13.14.0
|
||||
PORTROACH= limitw:0,odd
|
||||
DISTNAME= asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
|
||||
PKGNAME-main= asterisk-${VER}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (asterisk-13.13.1.tar.gz) = baPEaiLpGbku3yzLWzovUbwX6IGeb8pwQCaGm/NJAHo=
|
||||
SIZE (asterisk-13.13.1.tar.gz) = 32743348
|
||||
SHA256 (asterisk-13.14.0.tar.gz) = huy9dbZweIrGzxE07pT4+BNeGtaZPISfPvsjyl4Joos=
|
||||
SIZE (asterisk-13.14.0.tar.gz) = 32808599
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-bootstrap_sh,v 1.6 2016/05/09 16:07:13 sthen Exp $
|
||||
--- bootstrap.sh.orig Mon May 9 14:04:34 2016
|
||||
+++ bootstrap.sh Mon May 9 16:09:07 2016
|
||||
$OpenBSD: patch-bootstrap_sh,v 1.7 2017/02/14 12:31:38 sthen Exp $
|
||||
--- bootstrap.sh.orig Mon Feb 13 19:51:51 2017
|
||||
+++ bootstrap.sh Mon Feb 13 22:27:04 2017
|
||||
@@ -18,8 +18,8 @@ case `uname -sr` in
|
||||
MY_AM_VER=19
|
||||
;;
|
||||
@ -12,12 +12,3 @@ $OpenBSD: patch-bootstrap_sh,v 1.6 2016/05/09 16:07:13 sthen Exp $
|
||||
;;
|
||||
*'BSD'*)
|
||||
MY_AC_VER=-2.62
|
||||
@@ -46,7 +46,7 @@ check_for_app aclocal${MY_AM_VER}
|
||||
|
||||
echo "Generating the configure script ..."
|
||||
|
||||
-aclocal${MY_AM_VER} -I autoconf `find third-party/ -maxdepth 1 -type d -printf "-I %p "`
|
||||
+aclocal${MY_AM_VER} -I autoconf `find third-party/ -maxdepth 1 -type d | sed 's/^/-I /'`
|
||||
autoconf${MY_AC_VER}
|
||||
autoheader${MY_AC_VER}
|
||||
automake${MY_AM_VER} --add-missing --copy 2>/dev/null
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.44 2016/11/29 13:57:49 sthen Exp $
|
||||
$OpenBSD: patch-configure_ac,v 1.45 2017/02/14 12:31:38 sthen Exp $
|
||||
|
||||
c-client requires both kerbV libs *and* (separately) libssl.
|
||||
|
||||
--- configure.ac.orig Wed Nov 23 15:26:01 2016
|
||||
+++ configure.ac Tue Nov 29 12:26:11 2016
|
||||
--- configure.ac.orig Mon Feb 13 19:51:51 2017
|
||||
+++ configure.ac Mon Feb 13 22:27:04 2017
|
||||
@@ -60,7 +60,7 @@ AC_SUBST([astvarrundir], ['${localstatedir}/run/a
|
||||
|
||||
case "${host_os}" in
|
||||
@ -13,7 +13,7 @@ c-client requires both kerbV libs *and* (separately) libssl.
|
||||
astvarlibdir='${prefix}/share/asterisk'
|
||||
astdbdir='${localstatedir}/db/asterisk'
|
||||
fi
|
||||
@@ -1931,7 +1931,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
||||
@@ -1937,7 +1937,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
||||
)
|
||||
else #looking in imap directory didn't work, try c-client
|
||||
imap_ldflags=""
|
||||
@ -22,7 +22,7 @@ c-client requires both kerbV libs *and* (separately) libssl.
|
||||
imap_include="-DUSE_SYSTEM_CCLIENT"
|
||||
CPPFLAGS="${saved_cppflags}"
|
||||
LIBS="${saved_libs}"
|
||||
@@ -2117,7 +2117,7 @@ AST_EXT_TOOL_CHECK([NETSNMP], [net-snmp-config], , [--
|
||||
@@ -2123,7 +2123,7 @@ AST_EXT_TOOL_CHECK([NETSNMP], [net-snmp-config], , [--
|
||||
|
||||
AST_EXT_LIB_CHECK([NEWT], [newt], [newtBell], [newt.h])
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-main_audiohook_c,v 1.2 2017/02/06 10:11:32 sthen Exp $
|
||||
$OpenBSD: patch-main_audiohook_c,v 1.3 2017/02/14 12:31:38 sthen Exp $
|
||||
|
||||
Raise level of audiohook debug messages, they are very frequent on OpenBSD
|
||||
making any debug levels unusable.
|
||||
|
||||
--- main/audiohook.c.orig Thu Dec 8 17:30:57 2016
|
||||
+++ main/audiohook.c Mon Feb 6 10:09:37 2017
|
||||
@@ -273,19 +273,19 @@ static struct ast_frame *audiohook_read_frame_both(str
|
||||
--- main/audiohook.c.orig Mon Feb 13 19:51:51 2017
|
||||
+++ main/audiohook.c Mon Feb 13 22:27:04 2017
|
||||
@@ -269,19 +269,19 @@ static struct ast_frame *audiohook_read_frame_both(str
|
||||
|
||||
if (!usable_read && !usable_write) {
|
||||
/* If both factories are unusable bail out */
|
||||
@ -37,7 +37,7 @@ making any debug levels unusable.
|
||||
}
|
||||
|
||||
/* Move on to the write factory... if there are enough samples, read them in */
|
||||
@@ -326,7 +326,7 @@ static struct ast_frame *audiohook_read_frame_both(str
|
||||
@@ -330,7 +330,7 @@ static struct ast_frame *audiohook_read_frame_both(str
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user