update asterisk-1.4.x to 1.4.24.1
authorHans Zandbelt <hans.zandbelt@gmail.com>
Tue, 21 Apr 2009 17:31:57 +0000 (17:31 +0000)
committerHans Zandbelt <hans.zandbelt@gmail.com>
Tue, 21 Apr 2009 17:31:57 +0000 (17:31 +0000)
SVN-Revision: 15326

net/asterisk-1.4.x/Makefile
net/asterisk-1.4.x/patches/030-acinclude.patch

index 7827edf0471f70abdd8a02cd86c3813fbbbac463..59c9d25f56179d56c1670da957c48c313fee3f95 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk
-PKG_VERSION:=1.4.23.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.24.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.digium.com/pub/asterisk/releases/
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.digium.com/pub/asterisk/releases/
-PKG_MD5SUM:=4788954a93f5fbf78e55e2aa6e03329f
+PKG_MD5SUM:=2b74744350f420b3a94d5323c489426f
 
 PKG_BUILD_DEPENDS:= libopenh323 pwlib
 
 
 PKG_BUILD_DEPENDS:= libopenh323 pwlib
 
index 25818c62e0912d9ba634977e8afbe38177ce5dae..b75764b1a8202e072a95677303ceb3850f67cb74 100644 (file)
@@ -10,28 +10,3 @@ diff -Nru asterisk-1.4.23.1.org/autoconf/ast_prog_ld.m4 asterisk-1.4.23.1/autoco
  AC_REQUIRE([AC_PROG_CC])dnl
  AC_REQUIRE([AC_CANONICAL_HOST])dnl
  AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  AC_REQUIRE([AC_PROG_CC])dnl
  AC_REQUIRE([AC_CANONICAL_HOST])dnl
  AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-diff -Nru asterisk-1.4.23.1.org/autoconf/ast_prog_sed.m4 asterisk-1.4.23.1/autoconf/ast_prog_sed.m4
---- asterisk-1.4.23.1.org/autoconf/ast_prog_sed.m4     2008-10-20 06:45:56.000000000 +0200
-+++ asterisk-1.4.23.1/autoconf/ast_prog_sed.m4 1970-01-01 01:00:00.000000000 +0100
-@@ -1,21 +0,0 @@
--# AST_PROG_SED
--# -----------
--# Check for a fully functional sed program that truncates
--# as few characters as possible.  Prefer GNU sed if found.
--AC_DEFUN([AST_PROG_SED],
--[AC_CACHE_CHECK([for a sed that does not truncate output], ac_cv_path_SED,
--    [dnl ac_script should not contain more than 99 commands (for HP-UX sed),
--     dnl but more than about 7000 bytes, to catch a limit in Solaris 8 /usr/ucb/sed.
--     ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
--     for ac_i in 1 2 3 4 5 6 7; do
--       ac_script="$ac_script$as_nl$ac_script"
--     done
--     echo "$ac_script" | sed 99q >conftest.sed
--     $as_unset ac_script || ac_script=
--     _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed],
--      [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],
--              ["$ac_path_SED" -f conftest.sed])])])
-- SED="$ac_cv_path_SED"
-- AC_SUBST([SED])dnl
-- rm -f conftest.sed
--])# AST_PROG_SED