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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   24-Jul-2008 19:33:03
  Branch: HEAD                             Handle: 2008072418325902

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

  Log:
    upgrading package: siproxd 0.7.0 -> 0.7.1

  Summary:
    Revision    Changes     Path
    1.6         +19 -28     openpkg-src/siproxd/siproxd.patch
    1.12        +2  -2      openpkg-src/siproxd/siproxd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/siproxd/siproxd.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 siproxd.patch
  --- openpkg-src/siproxd/siproxd.patch 20 Jan 2008 08:04:00 -0000      1.5
  +++ openpkg-src/siproxd/siproxd.patch 24 Jul 2008 17:32:59 -0000      1.6
  @@ -1,18 +1,18 @@
   Index: src/plugin_shortdial.c
  ---- src/plugin_shortdial.c.orig      2008-01-19 17:07:14 +0100
  -+++ src/plugin_shortdial.c   2008-01-20 08:54:32 +0100
  +--- 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 @@
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
   +#include <unistd.h>
    #include <netinet/in.h>
  + #include <arpa/inet.h>
    
  - #include <osipparser2/osip_parser.h>
   Index: src/proxy.c
  ---- src/proxy.c.orig 2008-01-19 17:07:14 +0100
  -+++ src/proxy.c      2008-01-20 08:54:32 +0100
  -@@ -1076,6 +1076,7 @@
  +--- 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 @@
                   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
  -@@ -1095,6 +1096,7 @@
  +@@ -1067,6 +1068,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-01-19 17:07:14 +0100
  -+++ src/siproxd.c    2008-01-20 08:54:32 +0100
  +--- src/siproxd.c.orig       2008-02-04 21:38:47 +0100
  ++++ src/siproxd.c    2008-07-24 08:46:29 +0200
   @@ -29,6 +29,7 @@
    #include <signal.h>
    #include <netinet/in.h>
  @@ -39,7 +39,7 @@
    
    #ifdef  HAVE_GETOPT_H
    #include <getopt.h>
  -@@ -100,6 +101,7 @@
  +@@ -144,6 +145,7 @@
    
       log_init();
    
  @@ -47,28 +47,19 @@
       log_set_stderr(1);
    
    /*
  -@@ -182,11 +184,16 @@
  - /*
  -  * Init stuff
  -  */
  --   INFO(PACKAGE"-"VERSION"-"BUILDSTR" "UNAME" starting up");
  --
  -    /* read the config file */
  -    if (read_config(configfile, config_search) == STS_FAILURE) exit(1);
  - 
  +@@ -232,6 +234,9 @@
  +    if (read_config(configfile, config_search, main_cfg_opts, "") == 
STS_FAILURE) {
  +       exit(1);
  +    }
   +   /* Don't log to stderr if daemonizing is intended. */
  -+   if (configuration.daemonize) {
  ++   if (configuration.daemonize)
   +      log_set_stderr(0);
  -+   }
  -+
  -+   INFO(PACKAGE"-"VERSION"-"BUILDSTR" "UNAME" starting up");
  -+
  -    /* if a debug level > 0 has been given on the commandline use its
  -       value and not what is in the config file */
  -    if (cmdline_debuglevel != 0) {
  +    /* remember where config file is located, so the plugins
  +     * 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-01-20 08:55:57 +0100
  ++++ src/utils.c      2008-07-24 08:44:56 +0200
   @@ -43,6 +43,11 @@
    
    #include <osipparser2/osip_parser.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/siproxd/siproxd.spec
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 siproxd.spec
  --- openpkg-src/siproxd/siproxd.spec  20 Jan 2008 08:04:00 -0000      1.11
  +++ openpkg-src/siproxd/siproxd.spec  24 Jul 2008 17:33:01 -0000      1.12
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        VoIP
   License:      GPL
  -Version:      0.7.0
  -Release:      20080120
  +Version:      0.7.1
  +Release:      20080724
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to