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: 20-Jan-2008 09:04:02
Branch: HEAD Handle: 2008012008040000
Modified files:
openpkg-src/siproxd siproxd.patch siproxd.spec
Log:
upgrading package: siproxd 0.6.1 -> 0.7.0
Summary:
Revision Changes Path
1.5 +15 -15 openpkg-src/siproxd/siproxd.patch
1.11 +4 -4 openpkg-src/siproxd/siproxd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/siproxd/siproxd.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 siproxd.patch
--- openpkg-src/siproxd/siproxd.patch 19 Jan 2008 20:08:08 -0000 1.4
+++ openpkg-src/siproxd/siproxd.patch 20 Jan 2008 08:04:00 -0000 1.5
@@ -1,17 +1,17 @@
Index: src/plugin_shortdial.c
---- src/plugin_shortdial.c.orig 2007-06-08 21:43:20 +0200
-+++ src/plugin_shortdial.c 2008-01-19 21:05:10 +0100
-@@ -22,6 +22,7 @@
-
+--- src/plugin_shortdial.c.orig 2008-01-19 17:07:14 +0100
++++ src/plugin_shortdial.c 2008-01-20 08:54:32 +0100
+@@ -23,6 +23,7 @@
#include <stdio.h>
+ #include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <netinet/in.h>
#include <osipparser2/osip_parser.h>
Index: src/proxy.c
---- src/proxy.c.orig 2007-11-22 20:12:47 +0100
-+++ src/proxy.c 2008-01-19 21:05:10 +0100
+--- 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 @@
memcpy(&addr_media, &addr_sess, sizeof(addr_sess));
}
@@ -29,8 +29,8 @@
sts = rtp_start_fwd(osip_message_get_call_id(mymsg),
client_id,
Index: src/siproxd.c
---- src/siproxd.c.orig 2007-11-28 21:51:45 +0100
-+++ src/siproxd.c 2008-01-19 21:05:10 +0100
+--- src/siproxd.c.orig 2008-01-19 17:07:14 +0100
++++ src/siproxd.c 2008-01-20 08:54:32 +0100
@@ -29,6 +29,7 @@
#include <signal.h>
#include <netinet/in.h>
@@ -67,17 +67,17 @@
value and not what is in the config file */
if (cmdline_debuglevel != 0) {
Index: src/utils.c
---- src/utils.c.orig 2007-12-20 18:42:10 +0100
-+++ src/utils.c 2008-01-19 21:06:40 +0100
-@@ -46,6 +46,11 @@
- #include "siproxd.h"
- #include "log.h"
+--- src/utils.c.orig 2008-01-19 17:07:14 +0100
++++ src/utils.c 2008-01-20 08:55:57 +0100
+@@ -43,6 +43,11 @@
+
+ #include <osipparser2/osip_parser.h>
+#ifndef MAXINT
+#include <sys/limits.h>
+#define MAXINT INT_MAX
+#endif
+
- static char const ident[]="$Id: siproxd.patch,v 1.4 2008/01/19 20:08:08 rse
Exp $";
+ #include "siproxd.h"
+ #include "log.h"
- /* configuration storage */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/siproxd/siproxd.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 siproxd.spec
--- openpkg-src/siproxd/siproxd.spec 19 Jan 2008 20:08:08 -0000 1.10
+++ openpkg-src/siproxd/siproxd.spec 20 Jan 2008 08:04:00 -0000 1.11
@@ -31,8 +31,8 @@
Class: EVAL
Group: VoIP
License: GPL
-Version: 0.6.1
-Release: 20080119
+Version: 0.7.0
+Release: 20080120
# package options
%option with_fsl yes
@@ -49,8 +49,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: osip >= 2.2.3
-PreReq: osip >= 2.2.3
+BuildPreReq: osip >= 3.0.0
+PreReq: osip >= 3.0.0
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]