OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   16-Aug-2009 17:57:36
  Branch: HEAD                             Handle: 2009081616573600

  Modified files:
    openpkg-src/asterisk    asterisk.patch asterisk.spec

  Log:
    modifying package: asterisk-1.6.1.4 20090811 -> 20090816

  Summary:
    Revision    Changes     Path
    1.51        +16 -16     openpkg-src/asterisk/asterisk.patch
    1.100       +2  -2      openpkg-src/asterisk/asterisk.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/asterisk/asterisk.patch
  ============================================================================
  $ cvs diff -u -r1.50 -r1.51 asterisk.patch
  --- openpkg-src/asterisk/asterisk.patch       5 Aug 2009 18:54:14 -0000       
1.50
  +++ openpkg-src/asterisk/asterisk.patch       16 Aug 2009 15:57:36 -0000      
1.51
  @@ -78,7 +78,7 @@
   +
   +#include "asterisk.h"
   +
  -+ASTERISK_FILE_VERSION(__FILE__, "$Revision: 1.50 $")
  ++ASTERISK_FILE_VERSION(__FILE__, "$Revision: 1.51 $")
   +
   +#include <stdio.h> 
   +#include <asterisk/file.h>
  @@ -288,9 +288,9 @@
        res = sqlite3_open(filename, &db);
        if (res != SQLITE_OK) {
                ast_log(LOG_ERROR, "Could not open database %s.\n", filename);
  -Index: chan_capi-1.1.3/Makefile
  ---- chan_capi-1.1.3/Makefile.orig    2009-07-23 16:11:08 +0200
  -+++ chan_capi-1.1.3/Makefile 2009-08-05 20:40:23 +0200
  +Index: chan_capi-1.1.4/Makefile
  +--- chan_capi-1.1.4/Makefile.orig    2009-07-23 16:11:08 +0200
  ++++ chan_capi-1.1.4/Makefile 2009-08-05 20:40:23 +0200
   @@ -90,6 +90,9 @@
    CFLAGS+=-O6
    CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null 
>/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
  @@ -301,9 +301,9 @@
    
    LIBS=-ldl -lpthread -lm
    CC=gcc
  -Index: chan_capi-1.1.3/chan_capi20.h
  ---- chan_capi-1.1.3/chan_capi20.h.orig       2005-09-20 20:33:40 +0200
  -+++ chan_capi-1.1.3/chan_capi20.h    2009-08-05 20:40:23 +0200
  +Index: chan_capi-1.1.4/chan_capi20.h
  +--- chan_capi-1.1.4/chan_capi20.h.orig       2005-09-20 20:33:40 +0200
  ++++ chan_capi-1.1.4/chan_capi20.h    2009-08-05 20:40:23 +0200
   @@ -8,6 +8,8 @@
    
    #undef CAPI_OS_HINT
  @@ -322,9 +322,9 @@
    #ifndef HEADER_CID
    #define HEADER_CID(x) ((x)->adr.adrNCCI)
    #endif
  -Index: chan_capi-1.1.3/chan_capi_utils.c
  ---- chan_capi-1.1.3/chan_capi_utils.c.orig   2009-07-23 16:11:08 +0200
  -+++ chan_capi-1.1.3/chan_capi_utils.c        2009-08-05 20:41:26 +0200
  +Index: chan_capi-1.1.4/chan_capi_utils.c
  +--- chan_capi-1.1.4/chan_capi_utils.c.orig   2009-07-23 16:11:08 +0200
  ++++ chan_capi-1.1.4/chan_capi_utils.c        2009-08-05 20:41:26 +0200
   @@ -1087,6 +1087,9 @@
    {
        MESSAGE_EXCHANGE_ERROR error;
  @@ -335,9 +335,9 @@
        unsigned char manbuf[CAPI_MANUFACTURER_LEN];
        _cmsg CMSG;
    
  -Index: chan_capi-1.1.3/libcapi20/capi20.c
  ---- chan_capi-1.1.3/libcapi20/capi20.c.orig  2009-07-23 16:11:08 +0200
  -+++ chan_capi-1.1.3/libcapi20/capi20.c       2009-08-05 20:40:23 +0200
  +Index: chan_capi-1.1.4/libcapi20/capi20.c
  +--- chan_capi-1.1.4/libcapi20/capi20.c.orig  2009-07-23 16:11:08 +0200
  ++++ chan_capi-1.1.4/libcapi20/capi20.c       2009-08-05 20:40:23 +0200
   @@ -19,8 +19,10 @@
    #include <stdio.h>
    #include <ctype.h>
  @@ -647,9 +647,9 @@
    }
    /*
     * functions added to the CAPI2.0 spec
  -Index: chan_capi-1.1.3/libcapi20/convert.c
  ---- chan_capi-1.1.3/libcapi20/convert.c.orig 2009-07-23 16:11:08 +0200
  -+++ chan_capi-1.1.3/libcapi20/convert.c      2009-08-05 20:40:23 +0200
  +Index: chan_capi-1.1.4/libcapi20/convert.c
  +--- chan_capi-1.1.4/libcapi20/convert.c.orig 2009-07-23 16:11:08 +0200
  ++++ chan_capi-1.1.4/libcapi20/convert.c      2009-08-05 20:40:23 +0200
   @@ -11,7 +11,14 @@
    #include <stddef.h>
    #include <time.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/asterisk/asterisk.spec
  ============================================================================
  $ cvs diff -u -r1.99 -r1.100 asterisk.spec
  --- openpkg-src/asterisk/asterisk.spec        11 Aug 2009 18:27:11 -0000      
1.99
  +++ openpkg-src/asterisk/asterisk.spec        16 Aug 2009 15:57:36 -0000      
1.100
  @@ -28,7 +28,7 @@
   %define       V_asterisk_sounds_core_en  1.4.15
   %define       V_asterisk_sounds_core_de  current
   %define       V_asterisk_sounds_extra_en 1.4.9
  -%define       V_chan_capi                1.1.3
  +%define       V_chan_capi                1.1.4
   
   #   package information
   Name:         asterisk
  @@ -41,7 +41,7 @@
   Group:        VoIP
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20090811
  +Release:      20090816
   
   #   package options
   %option       with_dahdi   no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to