From: <kr...@us...> - 2006-08-24 14:18:58
|
Revision: 327 Author: krisk84 Date: 2006-08-24 07:18:53 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/astlinux/?rev=327&view=rev Log Message: ----------- upgrade to new asterisk, zaptel releases Modified Paths: -------------- trunk/package/asterisk/asterisk-nok6opt.patch trunk/package/asterisk/asterisk.mk trunk/package/zaptel/zaptel.mk Modified: trunk/package/asterisk/asterisk-nok6opt.patch =================================================================== --- trunk/package/asterisk/asterisk-nok6opt.patch 2006-08-22 06:03:07 UTC (rev 326) +++ trunk/package/asterisk/asterisk-nok6opt.patch 2006-08-24 14:18:53 UTC (rev 327) @@ -1,19 +1,19 @@ -diff -ur asterisk-1.2.10.orig/codecs/gsm/Makefile asterisk-1.2.10/codecs/gsm/Makefile ---- asterisk-1.2.10.orig/codecs/gsm/Makefile 2006-05-30 15:18:30.000000000 -0400 -+++ asterisk-1.2.10/codecs/gsm/Makefile 2006-08-19 16:33:00.000000000 -0400 +diff -ur asterisk-1.2.11.orig/codecs/gsm/Makefile asterisk-1.2.11/codecs/gsm/Makefile +--- asterisk-1.2.11.orig/codecs/gsm/Makefile 2006-07-24 13:05:56.000000000 -0400 ++++ asterisk-1.2.11/codecs/gsm/Makefile 2006-08-24 10:08:23.000000000 -0400 @@ -243,7 +243,7 @@ ifneq (${PROC},arm) ifneq ($(shell uname -m), parisc) - ifneq (${PROC}, s390) + ifneq ($(shell uname -m),s390) -GSM_SOURCES+= $(SRC)/k6opt.s +#GSM_SOURCES+= $(SRC)/k6opt.s endif endif endif -@@ -309,7 +309,7 @@ - ifneq ($(shell uname -m), sparc64) +@@ -310,7 +310,7 @@ ifneq ($(shell uname -m), armv4l) ifneq ($(shell uname -m), parisc) + ifneq ($(shell uname -m),s390) -GSM_OBJECTS+= $(SRC)/k6opt.o +#GSM_OBJECTS+= $(SRC)/k6opt.o endif Modified: trunk/package/asterisk/asterisk.mk =================================================================== --- trunk/package/asterisk/asterisk.mk 2006-08-22 06:03:07 UTC (rev 326) +++ trunk/package/asterisk/asterisk.mk 2006-08-24 14:18:53 UTC (rev 327) @@ -3,7 +3,7 @@ # asterisk # ############################################################## -ASTERISK_VERSION := 1.2.10 +ASTERISK_VERSION := 1.2.11 ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz ASTERISK_SITE := ftp://ftp.digium.com/pub/asterisk/releases ASTERISK_DIR := $(BUILD_DIR)/asterisk-$(ASTERISK_VERSION) Modified: trunk/package/zaptel/zaptel.mk =================================================================== --- trunk/package/zaptel/zaptel.mk 2006-08-22 06:03:07 UTC (rev 326) +++ trunk/package/zaptel/zaptel.mk 2006-08-24 14:18:53 UTC (rev 327) @@ -3,7 +3,7 @@ # zaptel # ############################################################## -ZAPTEL_VERSION := 1.2.7 +ZAPTEL_VERSION := 1.2.8 ZAPTEL_SOURCE := zaptel-$(ZAPTEL_VERSION).tar.gz ZAPTEL_SITE := ftp://ftp.digium.com/pub/zaptel/releases ZAPTEL_DIR := $(BUILD_DIR)/zaptel-$(ZAPTEL_VERSION) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |