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-Jan-2008 21:08:09
Branch: HEAD Handle: 2008011920080800
Modified files:
openpkg-src/siproxd siproxd.patch siproxd.spec
Log:
upgrading package: siproxd 0.6.0 -> 0.6.1
Summary:
Revision Changes Path
1.4 +16 -32 openpkg-src/siproxd/siproxd.patch
1.10 +2 -2 openpkg-src/siproxd/siproxd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/siproxd/siproxd.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 siproxd.patch
--- openpkg-src/siproxd/siproxd.patch 29 Oct 2007 08:22:28 -0000 1.3
+++ openpkg-src/siproxd/siproxd.patch 19 Jan 2008 20:08:08 -0000 1.4
@@ -1,6 +1,6 @@
Index: src/plugin_shortdial.c
--- src/plugin_shortdial.c.orig 2007-06-08 21:43:20 +0200
-+++ src/plugin_shortdial.c 2007-10-29 09:19:48 +0100
++++ src/plugin_shortdial.c 2008-01-19 21:05:10 +0100
@@ -22,6 +22,7 @@
#include <stdio.h>
@@ -10,8 +10,8 @@
#include <osipparser2/osip_parser.h>
Index: src/proxy.c
---- src/proxy.c.orig 2007-10-28 14:48:10 +0100
-+++ src/proxy.c 2007-10-29 09:19:48 +0100
+--- src/proxy.c.orig 2007-11-22 20:12:47 +0100
++++ src/proxy.c 2008-01-19 21:05:10 +0100
@@ -1076,6 +1076,7 @@
memcpy(&addr_media, &addr_sess, sizeof(addr_sess));
}
@@ -19,19 +19,19 @@
+#if 0
/*
* Am I running in front of the routing device? Then I cannot
- * use the external IP to bind a listen socket to, so force
-@@ -1088,6 +1089,7 @@
- "in-front-of-NAT-Router");
- memcpy(&map_addr, &inside_addr, sizeof (map_addr));
+ * use the external IP to bind a listen socket to, but should
+@@ -1095,6 +1096,7 @@
+ memcpy(&map_addr, &inside_addr, sizeof (map_addr));
+ }
}
+#endif
sts = rtp_start_fwd(osip_message_get_call_id(mymsg),
client_id,
Index: src/siproxd.c
---- src/siproxd.c.orig 2007-06-08 21:42:10 +0200
-+++ src/siproxd.c 2007-10-29 09:19:48 +0100
-@@ -28,6 +28,7 @@
+--- src/siproxd.c.orig 2007-11-28 21:51:45 +0100
++++ src/siproxd.c 2008-01-19 21:05:10 +0100
+@@ -29,6 +29,7 @@
#include <signal.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -39,7 +39,7 @@
#ifdef HAVE_GETOPT_H
#include <getopt.h>
-@@ -99,6 +100,7 @@
+@@ -100,6 +101,7 @@
log_init();
@@ -47,7 +47,7 @@
log_set_stderr(1);
/*
-@@ -181,11 +183,16 @@
+@@ -182,11 +184,16 @@
/*
* Init stuff
*/
@@ -66,26 +66,10 @@
/* 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) {
-@@ -214,7 +221,6 @@
- setsid();
- if (fork()!=0) exit(0);
-
-- log_set_stderr(0);
- INFO("daemonized, pid=%i", getpid());
- }
-
Index: src/utils.c
---- src/utils.c.orig 2007-09-03 21:55:11 +0200
-+++ src/utils.c 2007-10-29 09:20:26 +0100
-@@ -23,7 +23,6 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <errno.h>
--#include <values.h>
- #include <time.h>
- #include <signal.h>
- #include <string.h>
-@@ -46,6 +45,11 @@
+--- 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"
@@ -94,6 +78,6 @@
+#define MAXINT INT_MAX
+#endif
+
- static char const ident[]="$Id: siproxd.patch,v 1.3 2007/10/29 08:22:28 rse
Exp $";
+ static char const ident[]="$Id: siproxd.patch,v 1.4 2008/01/19 20:08:08 rse
Exp $";
/* configuration storage */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/siproxd/siproxd.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 siproxd.spec
--- openpkg-src/siproxd/siproxd.spec 1 Jan 2008 15:04:44 -0000 1.9
+++ openpkg-src/siproxd/siproxd.spec 19 Jan 2008 20:08:08 -0000 1.10
@@ -31,8 +31,8 @@
Class: EVAL
Group: VoIP
License: GPL
-Version: 0.6.0
-Release: 20080101
+Version: 0.6.1
+Release: 20080119
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]