From 04d74eb1f990ed7ab38e287a5754143ee232a3cc Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Thu, 28 Jan 2010 20:34:13 +0000 Subject: [PATCH] update asterisk-1.6.x to 1.6.2.1 SVN-Revision: 19373 --- net/asterisk-1.6.x/Makefile | 4 ++-- net/asterisk-1.6.x/patches/300-cli.patch | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 net/asterisk-1.6.x/patches/300-cli.patch diff --git a/net/asterisk-1.6.x/Makefile b/net/asterisk-1.6.x/Makefile index 4de7cc581..bdaad0691 100644 --- a/net/asterisk-1.6.x/Makefile +++ b/net/asterisk-1.6.x/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=1.6.2.0-rc6 +PKG_VERSION:=1.6.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.digium.com/pub/asterisk/releases/ -PKG_MD5SUM:=770a80d306ccc928481ff9030d7fec38 +PKG_MD5SUM:=8fbc60f9d80e686c749ae95292e225d8 include $(INCLUDE_DIR)/package.mk diff --git a/net/asterisk-1.6.x/patches/300-cli.patch b/net/asterisk-1.6.x/patches/300-cli.patch deleted file mode 100644 index 0ea0d1ade..000000000 --- a/net/asterisk-1.6.x/patches/300-cli.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru asterisk-1.6.2.0-beta2.org/main/cli.c asterisk-1.6.2.0-beta2/main/cli.c ---- asterisk-1.6.2.0-beta2.org/main/cli.c 2009-04-22 23:18:40.000000000 +0200 -+++ asterisk-1.6.2.0-beta2/main/cli.c 2009-06-04 20:31:14.000000000 +0200 -@@ -406,8 +406,10 @@ - } else if (a->n == (22 - numbermatch) && a->pos == 3 && ast_strlen_zero(argv3)) { - return ast_strdup("atleast"); - } -+/* - } else if (a->pos == 4 || (a->pos == 5 && !strcasecmp(argv3, "atleast"))) { - return ast_complete_source_filename(a->pos == 4 ? S_OR(a->argv[4], "") : S_OR(a->argv[5], ""), a->n); -+*/ - } - return NULL; - } -- 2.30.2