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:   24-Mar-2009 19:34:53
  Branch: HEAD                             Handle: 2009032418345300

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

  Log:
    upgrading package: opensips 1.4.4 -> 1.5.0

  Summary:
    Revision    Changes     Path
    1.2         +10 -40     openpkg-src/opensips/opensips.patch
    1.7         +3  -3      openpkg-src/opensips/opensips.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/opensips/opensips.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 opensips.patch
  --- openpkg-src/opensips/opensips.patch       9 Aug 2008 10:15:48 -0000       
1.1
  +++ openpkg-src/opensips/opensips.patch       24 Mar 2009 18:34:53 -0000      
1.2
  @@ -1,7 +1,7 @@
   Index: Makefile.defs
  ---- Makefile.defs.orig       2008-08-03 16:02:20 +0200
  -+++ Makefile.defs    2008-08-09 11:59:33 +0200
  -@@ -1068,6 +1068,8 @@
  +--- Makefile.defs.orig       2009-03-23 19:32:01 +0100
  ++++ Makefile.defs    2009-03-24 19:10:36 +0100
  +@@ -1161,6 +1161,8 @@
    
    endif #mode=release
    
  @@ -10,7 +10,7 @@
    
    #*FLAGS used for compiling the modules
    ifeq        ($(CC_NAME), gcc)
  -@@ -1304,8 +1306,8 @@
  +@@ -1397,8 +1399,8 @@
    
    #add libssl if needed
    ifneq ($(TLS),)
  @@ -22,8 +22,8 @@
    
    #add libsctp if needed
   Index: modules/permissions/parse_config.c
  ---- modules/permissions/parse_config.c.orig  2008-08-03 15:54:01 +0200
  -+++ modules/permissions/parse_config.c       2008-08-09 11:58:55 +0200
  +--- modules/permissions/parse_config.c.orig  2009-03-23 19:31:32 +0100
  ++++ modules/permissions/parse_config.c       2009-03-24 19:10:36 +0100
   @@ -114,8 +114,11 @@
        except = strstr(str, " EXCEPT ");
        if (except) {
  @@ -48,10 +48,10 @@
                *e_exceptions = NULL;
        }
    
  -Index: rtpproxy-1.1/main.c
  ---- rtpproxy-1.1/main.c.orig 2008-06-17 05:19:48 +0200
  -+++ rtpproxy-1.1/main.c      2008-08-09 11:58:55 +0200
  -@@ -86,7 +86,11 @@
  +Index: rtpproxy-1.2.0/main.c
  +--- rtpproxy-1.2.0/main.c.orig       2009-03-24 05:46:13 +0100
  ++++ rtpproxy-1.2.0/main.c    2009-03-24 19:10:36 +0100
  +@@ -88,7 +88,11 @@
        bindhost = NULL;
    
        if ((n = resolve(ia, pf, bindhost, servname, AI_PASSIVE)) != 0)
  @@ -63,33 +63,3 @@
    }
    
    static void
  -@@ -352,7 +356,7 @@
  -     if (cf->umode == 0) {
  -     unlink(cmd_sock);
  -     memset(&ifsun, '\0', sizeof ifsun);
  --#if !defined(__linux__) && !defined(__solaris__)
  -+#if !defined(__linux__) && !defined(__sun__)
  -     ifsun.sun_len = strlen(cmd_sock);
  - #endif
  -     ifsun.sun_family = AF_LOCAL;
  -@@ -685,7 +689,7 @@
  - 
  -     controlfd = init_controlfd(&cf);
  - 
  --#if !defined(__solaris__)
  -+#if !defined(__sun__)
  -     if (cf.nodaemon == 0) {
  -     if (daemon(0, 0) == -1)
  -         err(1, "can't switch into daemon mode");
  -Index: rtpproxy-1.1/rtpp_util.h
  ---- rtpproxy-1.1/rtpp_util.h.orig    2008-04-02 00:32:03 +0200
  -+++ rtpproxy-1.1/rtpp_util.h 2008-08-09 11:58:55 +0200
  -@@ -92,7 +92,7 @@
  - #define     DEFFILEMODE     
(S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  - #endif
  - 
  --#if defined(__solaris__)
  -+#if defined(__sun__)
  - #define err(exitcode, format, args...) \
  -   errx(exitcode, format ": %s", ## args, strerror(errno))
  - #define errx(exitcode, format, args...) \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/opensips/opensips.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 opensips.spec
  --- openpkg-src/opensips/opensips.spec        15 Jan 2009 18:14:02 -0000      
1.6
  +++ openpkg-src/opensips/opensips.spec        24 Mar 2009 18:34:53 -0000      
1.7
  @@ -22,8 +22,8 @@
   ##
   
   #   package options
  -%define       V_opensips  1.4.4
  -%define       V_rtpproxy  1.1
  +%define       V_opensips  1.5.0
  +%define       V_rtpproxy  1.2.0
   
   #   package information
   Name:         opensips
  @@ -36,7 +36,7 @@
   Group:        VoIP
   License:      GPL
   Version:      %{V_opensips}
  -Release:      20090115
  +Release:      20090324
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to