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:   12-Oct-2009 09:07:04
  Branch: HEAD                             Handle: 2009101208070400

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

  Log:
    upgrading package: siproxd 0.7.1 -> 0.7.2

  Summary:
    Revision    Changes     Path
    1.7         +15 -15     openpkg-src/siproxd/siproxd.patch
    1.15        +2  -2      openpkg-src/siproxd/siproxd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/siproxd/siproxd.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 siproxd.patch
  --- openpkg-src/siproxd/siproxd.patch 24 Jul 2008 17:32:59 -0000      1.6
  +++ openpkg-src/siproxd/siproxd.patch 12 Oct 2009 07:07:04 -0000      1.7
  @@ -1,18 +1,18 @@
   Index: src/plugin_shortdial.c
  ---- src/plugin_shortdial.c.orig      2008-02-02 18:13:31 +0100
  -+++ src/plugin_shortdial.c   2008-07-24 08:44:56 +0200
  -@@ -23,6 +23,7 @@
  +--- src/plugin_shortdial.c.orig      2009-03-24 18:38:42 +0100
  ++++ src/plugin_shortdial.c   2009-10-12 09:03:16 +0200
  +@@ -26,6 +26,7 @@
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
   +#include <unistd.h>
  - #include <netinet/in.h>
  - #include <arpa/inet.h>
    
  + #include <sys/types.h>
  + #include <netinet/in.h>
   Index: src/proxy.c
  ---- src/proxy.c.orig 2008-02-24 19:29:38 +0100
  -+++ src/proxy.c      2008-07-24 08:44:56 +0200
  -@@ -1048,6 +1048,7 @@
  +--- src/proxy.c.orig 2009-07-30 19:20:55 +0200
  ++++ src/proxy.c      2009-10-12 09:02:53 +0200
  +@@ -1084,6 +1084,7 @@
                   memcpy(&addr_media, &addr_sess, sizeof(addr_sess));
                }
    
  @@ -20,7 +20,7 @@
                /*
                 * Am I running in front of the routing device? Then I cannot
                 * use the external IP to bind a listen socket to, but should
  -@@ -1067,6 +1068,7 @@
  +@@ -1103,6 +1104,7 @@
                      memcpy(&map_addr, &inside_addr, sizeof (map_addr));
                   }
                }
  @@ -29,8 +29,8 @@
                sts = rtp_start_fwd(osip_message_get_call_id(mymsg),
                                    client_id,
   Index: src/siproxd.c
  ---- src/siproxd.c.orig       2008-02-04 21:38:47 +0100
  -+++ src/siproxd.c    2008-07-24 08:46:29 +0200
  +--- src/siproxd.c.orig       2009-01-07 21:37:11 +0100
  ++++ src/siproxd.c    2009-10-12 09:02:53 +0200
   @@ -29,6 +29,7 @@
    #include <signal.h>
    #include <netinet/in.h>
  @@ -39,7 +39,7 @@
    
    #ifdef  HAVE_GETOPT_H
    #include <getopt.h>
  -@@ -144,6 +145,7 @@
  +@@ -145,6 +146,7 @@
    
       log_init();
    
  @@ -47,7 +47,7 @@
       log_set_stderr(1);
    
    /*
  -@@ -232,6 +234,9 @@
  +@@ -233,6 +235,9 @@
       if (read_config(configfile, config_search, main_cfg_opts, "") == 
STS_FAILURE) {
          exit(1);
       }
  @@ -58,8 +58,8 @@
        * can load it as well - if required */
       configuration.configfile = strdup(configfile);
   Index: src/utils.c
  ---- src/utils.c.orig 2008-01-19 17:07:14 +0100
  -+++ src/utils.c      2008-07-24 08:44:56 +0200
  +--- src/utils.c.orig 2009-07-30 19:02:28 +0200
  ++++ src/utils.c      2009-10-12 09:02:53 +0200
   @@ -43,6 +43,11 @@
    
    #include <osipparser2/osip_parser.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/siproxd/siproxd.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 siproxd.spec
  --- openpkg-src/siproxd/siproxd.spec  30 Jun 2009 20:21:27 -0000      1.14
  +++ openpkg-src/siproxd/siproxd.spec  12 Oct 2009 07:07:04 -0000      1.15
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        VoIP
   License:      GPL
  -Version:      0.7.1
  -Release:      20080724
  +Version:      0.7.2
  +Release:      20091012
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to