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: 01-Sep-2006 17:40:15
Branch: HEAD Handle: 2006090116401500
Modified files:
openpkg-src/siproxd siproxd.patch siproxd.spec
Log:
fix debug logging; workaround outbound_hostname 'en4' use case
conflict
Summary:
Revision Changes Path
1.2 +33 -2 openpkg-src/siproxd/siproxd.patch
1.2 +1 -1 openpkg-src/siproxd/siproxd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/siproxd/siproxd.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 siproxd.patch
--- openpkg-src/siproxd/siproxd.patch 31 Aug 2006 08:30:18 -0000 1.1
+++ openpkg-src/siproxd/siproxd.patch 1 Sep 2006 15:40:15 -0000 1.2
@@ -1,6 +1,18 @@
+Index: src/log.c
+--- src/log.c.orig 2006-06-18 18:28:43 +0200
++++ src/log.c 2006-08-31 23:06:01 +0200
+@@ -213,7 +213,7 @@
+ va_list ap, ap_copy;
+ time_t t;
+ struct tm *tim;
+- char string[128];
++ char string[512];
+
+ if ((debug_pattern & class) == 0) return;
+
Index: src/plugin_shortdial.c
--- src/plugin_shortdial.c.orig 2006-05-20 13:48:53 +0200
-+++ src/plugin_shortdial.c 2006-08-31 08:25:58 +0200
++++ src/plugin_shortdial.c 2006-08-31 22:38:45 +0200
@@ -22,6 +22,7 @@
#include <stdio.h>
@@ -9,9 +21,28 @@
#include <netinet/in.h>
#include <osipparser2/osip_parser.h>
+Index: src/proxy.c
+--- src/proxy.c.orig 2006-06-20 08:34:27 +0200
++++ src/proxy.c 2006-08-31 23:15:39 +0200
+@@ -1033,6 +1033,7 @@
+ memcpy(&addr_media, &addr_sess, sizeof(addr_sess));
+ }
+
++#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
+@@ -1045,6 +1046,7 @@
+ "in-front-of-NAT-Router");
+ 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 2006-06-18 18:28:43 +0200
-+++ src/siproxd.c 2006-08-31 08:25:58 +0200
++++ src/siproxd.c 2006-08-31 22:38:45 +0200
@@ -28,6 +28,7 @@
#include <signal.h>
#include <netinet/in.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/siproxd/siproxd.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 siproxd.spec
--- openpkg-src/siproxd/siproxd.spec 31 Aug 2006 08:30:18 -0000 1.1
+++ openpkg-src/siproxd/siproxd.spec 1 Sep 2006 15:40:15 -0000 1.2
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.5.13
-Release: 20060831
+Release: 20060901
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]