asterisk-1.8.x: update to version 1.8.24.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
d3d5dbb01c
commit
3752f7c7f5
3 changed files with 4 additions and 14 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=asterisk18
|
||||
PKG_VERSION:=1.8.10.1
|
||||
PKG_RELEASE:=8
|
||||
PKG_VERSION:=1.8.24.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||
PKG_MD5SUM:=415738d347b9037cbe5f8bfbe66843de
|
||||
PKG_MD5SUM:=9baf82b95fc3f0b2c720d5b237ea4e54
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -16784,7 +16784,7 @@ if ac_fn_c_try_link "$LINENO"; then :
|
||||
@@ -16847,7 +16847,7 @@ if ac_fn_c_try_link "$LINENO"; then :
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- a/main/manager.c
|
||||
+++ b/main/manager.c
|
||||
@@ -4020,6 +4020,7 @@ static int action_originate(struct manse
|
||||
TryExec(System(rm -rf /)) */
|
||||
strcasestr(app, "agi") || /* AGI(/bin/rm,-rf /)
|
||||
EAGI(/bin/rm,-rf /) */
|
||||
+ strcasestr(app, "externalivr") || /* ExternalIVR(rm -rf) */
|
||||
strstr(appdata, "SHELL") || /* NoOp(${SHELL(rm -rf /)}) */
|
||||
strstr(appdata, "EVAL") /* NoOp(${EVAL(${some_var_containing_SHELL})}) */
|
||||
)) {
|
Loading…
Reference in a new issue