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:   19-Dec-2007 10:55:31
  Branch: HEAD                             Handle: 2007121909553100

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

  Log:
    modifying package: openser-1.3.0 20071213 -> 20071219

  Summary:
    Revision    Changes     Path
    1.12        +13 -22     openpkg-src/openser/openser.patch
    1.52        +2  -2      openpkg-src/openser/openser.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openser/openser.patch
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 openser.patch
  --- openpkg-src/openser/openser.patch 13 Dec 2007 16:50:14 -0000      1.11
  +++ openpkg-src/openser/openser.patch 19 Dec 2007 09:55:31 -0000      1.12
  @@ -1,6 +1,6 @@
   Index: Makefile.defs
   --- Makefile.defs.orig       2007-12-13 14:39:06 +0100
  -+++ Makefile.defs    2007-12-13 17:37:18 +0100
  ++++ Makefile.defs    2007-12-19 10:45:51 +0100
   @@ -1018,6 +1018,8 @@
    
    endif #mode=release
  @@ -22,8 +22,8 @@
    
    #add libsctp if needed
   Index: modules/permissions/parse_config.c
  ---- modules/permissions/parse_config.c.orig  2007-08-16 16:22:57 +0200
  -+++ modules/permissions/parse_config.c       2007-11-24 19:39:03 +0100
  +--- modules/permissions/parse_config.c.orig  2007-12-13 14:38:28 +0100
  ++++ modules/permissions/parse_config.c       2007-12-19 10:45:51 +0100
   @@ -114,8 +114,11 @@
        except = strstr(str, " EXCEPT ");
        if (except) {
  @@ -49,18 +49,9 @@
        }
    
   Index: rtpproxy/main.c
  ---- rtpproxy/main.c.orig     2007-11-23 11:17:02 +0100
  -+++ rtpproxy/main.c  2007-11-24 19:39:55 +0100
  -@@ -40,7 +40,7 @@
  - #include <sys/select.h>
  - #include <sys/stat.h>
  - #include <assert.h>
  --#if !defined(__solaris__)
  -+#if !defined(__sun__)
  - #include <err.h>
  - #endif
  - #include <errno.h>
  -@@ -113,7 +113,11 @@
  +--- rtpproxy/main.c.orig     2007-12-19 03:17:03 +0100
  ++++ rtpproxy/main.c  2007-12-19 10:45:51 +0100
  +@@ -111,7 +111,11 @@
        bindhost = NULL;
    
        if ((n = resolve(ia, pf, bindhost, servname, AI_PASSIVE)) != 0)
  @@ -72,7 +63,7 @@
    }
    
    static void
  -@@ -371,10 +375,9 @@
  +@@ -370,10 +374,9 @@
    
        rtpp_log_write(RTPP_LOG_DBUG, cf->glog, "received command \"%s\"", buf);
    
  @@ -84,7 +75,7 @@
        if (**ap != '\0') {
            argc++;
            if (++ap >= &argv[10])
  -@@ -651,7 +654,11 @@
  +@@ -665,7 +668,11 @@
                }
            } else {
                rtpp_log_write(RTPP_LOG_ERR, cf->glog, "getaddrinfo: %s",
  @@ -96,7 +87,7 @@
            }
        }
        }
  -@@ -1222,7 +1229,7 @@
  +@@ -1265,7 +1272,7 @@
        if (cf->umode == 0) {
        unlink(cmd_sock);
        memset(&ifsun, '\0', sizeof ifsun);
  @@ -105,7 +96,7 @@
        ifsun.sun_len = strlen(cmd_sock);
    #endif
        ifsun.sun_family = AF_LOCAL;
  -@@ -1537,7 +1544,7 @@
  +@@ -1579,7 +1586,7 @@
    
        controlfd = init_controlfd(&cf);
    
  @@ -115,9 +106,9 @@
        if (daemon(0, 0) == -1)
            err(1, "can't switch into daemon mode");
   Index: rtpproxy/rtpp_util.h
  ---- rtpproxy/rtpp_util.h.orig        2007-07-28 10:17:02 +0200
  -+++ rtpproxy/rtpp_util.h     2007-11-24 19:39:03 +0100
  -@@ -84,7 +84,7 @@
  +--- rtpproxy/rtpp_util.h.orig        2007-12-19 03:17:03 +0100
  ++++ rtpproxy/rtpp_util.h     2007-12-19 10:45:51 +0100
  +@@ -90,7 +90,7 @@
    #define     DEFFILEMODE     
(S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
    #endif
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openser/openser.spec
  ============================================================================
  $ cvs diff -u -r1.51 -r1.52 openser.spec
  --- openpkg-src/openser/openser.spec  13 Dec 2007 16:50:14 -0000      1.51
  +++ openpkg-src/openser/openser.spec  19 Dec 2007 09:55:31 -0000      1.52
  @@ -24,7 +24,7 @@
   
   #   package options
   %define       V_openser  1.3.0
  -%define       V_rtpproxy 20071129-021701
  +%define       V_rtpproxy 20071219-021701
   
   #   package information
   Name:         openser
  @@ -37,7 +37,7 @@
   Group:        VoIP
   License:      GPL
   Version:      %{V_openser}
  -Release:      20071213
  +Release:      20071219
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to