[CVS] OpenPKG: openpkg-src/siproxd/ siproxd.patch siproxd.spec

2009-10-12 Thread Ralf S. Engelschall
  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:   12-Oct-2009 09:07:04
  Branch: HEAD Handle: 2009101208070400

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

  Log:
upgrading package: siproxd 0.7.1 - 0.7.2

  Summary:
RevisionChanges Path
1.7 +15 -15 openpkg-src/siproxd/siproxd.patch
1.15+2  -2  openpkg-src/siproxd/siproxd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/siproxd/siproxd.patch
  
  $ cvs diff -u -r1.6 -r1.7 siproxd.patch
  --- openpkg-src/siproxd/siproxd.patch 24 Jul 2008 17:32:59 -  1.6
  +++ openpkg-src/siproxd/siproxd.patch 12 Oct 2009 07:07:04 -  1.7
  @@ -1,18 +1,18 @@
   Index: src/plugin_shortdial.c
   src/plugin_shortdial.c.orig  2008-02-02 18:13:31 +0100
  -+++ src/plugin_shortdial.c   2008-07-24 08:44:56 +0200
  -@@ -23,6 +23,7 @@
  +--- src/plugin_shortdial.c.orig  2009-03-24 18:38:42 +0100
   src/plugin_shortdial.c   2009-10-12 09:03:16 +0200
  +@@ -26,6 +26,7 @@
#include stdio.h
#include stdlib.h
#include string.h
   +#include unistd.h
  - #include netinet/in.h
  - #include arpa/inet.h

  + #include sys/types.h
  + #include netinet/in.h
   Index: src/proxy.c
   src/proxy.c.orig 2008-02-24 19:29:38 +0100
  -+++ src/proxy.c  2008-07-24 08:44:56 +0200
  -@@ -1048,6 +1048,7 @@
  +--- src/proxy.c.orig 2009-07-30 19:20:55 +0200
   src/proxy.c  2009-10-12 09:02:53 +0200
  +@@ -1084,6 +1084,7 @@
   memcpy(addr_media, addr_sess, sizeof(addr_sess));
}

  @@ -20,7 +20,7 @@
/*
 * Am I running in front of the routing device? Then I cannot
 * use the external IP to bind a listen socket to, but should
  -@@ -1067,6 +1068,7 @@
  +@@ -1103,6 +1104,7 @@
  memcpy(map_addr, inside_addr, sizeof (map_addr));
   }
}
  @@ -29,8 +29,8 @@
sts = rtp_start_fwd(osip_message_get_call_id(mymsg),
client_id,
   Index: src/siproxd.c
   src/siproxd.c.orig   2008-02-04 21:38:47 +0100
  -+++ src/siproxd.c2008-07-24 08:46:29 +0200
  +--- src/siproxd.c.orig   2009-01-07 21:37:11 +0100
   src/siproxd.c2009-10-12 09:02:53 +0200
   @@ -29,6 +29,7 @@
#include signal.h
#include netinet/in.h
  @@ -39,7 +39,7 @@

#ifdef  HAVE_GETOPT_H
#include getopt.h
  -@@ -144,6 +145,7 @@
  +@@ -145,6 +146,7 @@

   log_init();

  @@ -47,7 +47,7 @@
   log_set_stderr(1);

/*
  -@@ -232,6 +234,9 @@
  +@@ -233,6 +235,9 @@
   if (read_config(configfile, config_search, main_cfg_opts, ) == 
STS_FAILURE) {
  exit(1);
   }
  @@ -58,8 +58,8 @@
* can load it as well - if required */
   configuration.configfile = strdup(configfile);
   Index: src/utils.c
   src/utils.c.orig 2008-01-19 17:07:14 +0100
  -+++ src/utils.c  2008-07-24 08:44:56 +0200
  +--- src/utils.c.orig 2009-07-30 19:02:28 +0200
   src/utils.c  2009-10-12 09:02:53 +0200
   @@ -43,6 +43,11 @@

#include osipparser2/osip_parser.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/siproxd/siproxd.spec
  
  $ cvs diff -u -r1.14 -r1.15 siproxd.spec
  --- openpkg-src/siproxd/siproxd.spec  30 Jun 2009 20:21:27 -  1.14
  +++ openpkg-src/siproxd/siproxd.spec  12 Oct 2009 07:07:04 -  1.15
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:VoIP
   License:  GPL
  -Version:  0.7.1
  -Release:  20080724
  +Version:  0.7.2
  +Release:  20091012
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/siproxd/ siproxd.patch siproxd.spec

2008-07-24 Thread Ralf S. Engelschall
  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:   24-Jul-2008 19:33:03
  Branch: HEAD Handle: 2008072418325902

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

  Log:
upgrading package: siproxd 0.7.0 - 0.7.1

  Summary:
RevisionChanges Path
1.6 +19 -28 openpkg-src/siproxd/siproxd.patch
1.12+2  -2  openpkg-src/siproxd/siproxd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/siproxd/siproxd.patch
  
  $ cvs diff -u -r1.5 -r1.6 siproxd.patch
  --- openpkg-src/siproxd/siproxd.patch 20 Jan 2008 08:04:00 -  1.5
  +++ openpkg-src/siproxd/siproxd.patch 24 Jul 2008 17:32:59 -  1.6
  @@ -1,18 +1,18 @@
   Index: src/plugin_shortdial.c
   src/plugin_shortdial.c.orig  2008-01-19 17:07:14 +0100
  -+++ src/plugin_shortdial.c   2008-01-20 08:54:32 +0100
  +--- src/plugin_shortdial.c.orig  2008-02-02 18:13:31 +0100
   src/plugin_shortdial.c   2008-07-24 08:44:56 +0200
   @@ -23,6 +23,7 @@
#include stdio.h
#include stdlib.h
#include string.h
   +#include unistd.h
#include netinet/in.h
  + #include arpa/inet.h

  - #include osipparser2/osip_parser.h
   Index: src/proxy.c
   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 @@
  +--- src/proxy.c.orig 2008-02-24 19:29:38 +0100
   src/proxy.c  2008-07-24 08:44:56 +0200
  +@@ -1048,6 +1048,7 @@
   memcpy(addr_media, addr_sess, sizeof(addr_sess));
}

  @@ -20,7 +20,7 @@
/*
 * Am I running in front of the routing device? Then I cannot
 * use the external IP to bind a listen socket to, but should
  -@@ -1095,6 +1096,7 @@
  +@@ -1067,6 +1068,7 @@
  memcpy(map_addr, inside_addr, sizeof (map_addr));
   }
}
  @@ -29,8 +29,8 @@
sts = rtp_start_fwd(osip_message_get_call_id(mymsg),
client_id,
   Index: src/siproxd.c
   src/siproxd.c.orig   2008-01-19 17:07:14 +0100
  -+++ src/siproxd.c2008-01-20 08:54:32 +0100
  +--- src/siproxd.c.orig   2008-02-04 21:38:47 +0100
   src/siproxd.c2008-07-24 08:46:29 +0200
   @@ -29,6 +29,7 @@
#include signal.h
#include netinet/in.h
  @@ -39,7 +39,7 @@

#ifdef  HAVE_GETOPT_H
#include getopt.h
  -@@ -100,6 +101,7 @@
  +@@ -144,6 +145,7 @@

   log_init();

  @@ -47,28 +47,19 @@
   log_set_stderr(1);

/*
  -@@ -182,11 +184,16 @@
  - /*
  -  * Init stuff
  -  */
  --   INFO(PACKAGE-VERSION-BUILDSTR UNAME starting up);
  --
  -/* read the config file */
  -if (read_config(configfile, config_search) == STS_FAILURE) exit(1);
  - 
  +@@ -232,6 +234,9 @@
  +if (read_config(configfile, config_search, main_cfg_opts, ) == 
STS_FAILURE) {
  +   exit(1);
  +}
   +   /* Don't log to stderr if daemonizing is intended. */
  -+   if (configuration.daemonize) {
  ++   if (configuration.daemonize)
   +  log_set_stderr(0);
  -+   }
  -+
  -+   INFO(PACKAGE-VERSION-BUILDSTR UNAME starting up);
  -+
  -/* 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) {
  +/* remember where config file is located, so the plugins
  + * can load it as well - if required */
  +configuration.configfile = strdup(configfile);
   Index: src/utils.c
   --- src/utils.c.orig 2008-01-19 17:07:14 +0100
  -+++ src/utils.c  2008-01-20 08:55:57 +0100
   src/utils.c  2008-07-24 08:44:56 +0200
   @@ -43,6 +43,11 @@

#include osipparser2/osip_parser.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/siproxd/siproxd.spec
  
  $ cvs diff -u -r1.11 -r1.12 siproxd.spec
  --- openpkg-src/siproxd/siproxd.spec  20 Jan 2008 08:04:00 -  1.11
  +++ openpkg-src/siproxd/siproxd.spec  24 Jul 2008 17:33:01 -  1.12
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:VoIP
   License:  GPL
  -Version:  0.7.0
  -Release:  20080120
  +Version:  0.7.1
  +Release:  20080724
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/siproxd/ siproxd.patch siproxd.spec

2008-01-20 Thread Ralf S. Engelschall
  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: 200801200804

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

  Log:
upgrading package: siproxd 0.6.1 - 0.7.0

  Summary:
RevisionChanges 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 -  1.4
  +++ openpkg-src/siproxd/siproxd.patch 20 Jan 2008 08:04:00 -  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.c2008-01-19 21:05:10 +0100
  +--- src/siproxd.c.orig   2008-01-19 17:07:14 +0100
   src/siproxd.c2008-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 -  1.10
  +++ openpkg-src/siproxd/siproxd.spec  20 Jan 2008 08:04:00 -  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 openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/siproxd/ siproxd.patch siproxd.spec

2007-10-29 Thread Ralf S. Engelschall
  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:   29-Oct-2007 09:22:29
  Branch: HEAD Handle: 2007102908222800

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

  Log:
upgrading package: siproxd 0.5.13 - 0.6.0

  Summary:
RevisionChanges Path
1.3 +36 -25 openpkg-src/siproxd/siproxd.patch
1.8 +3  -3  openpkg-src/siproxd/siproxd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/siproxd/siproxd.patch
  
  $ cvs diff -u -r1.2 -r1.3 siproxd.patch
  --- openpkg-src/siproxd/siproxd.patch 1 Sep 2006 15:40:15 -   1.2
  +++ openpkg-src/siproxd/siproxd.patch 29 Oct 2007 08:22:28 -  1.3
  @@ -1,18 +1,6 @@
  -Index: src/log.c
   src/log.c.orig   2006-06-18 18:28:43 +0200
  -+++ src/log.c2006-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 22:38:45 +0200
  +--- src/plugin_shortdial.c.orig  2007-06-08 21:43:20 +0200
   src/plugin_shortdial.c   2007-10-29 09:19:48 +0100
   @@ -22,6 +22,7 @@

#include stdio.h
  @@ -22,9 +10,9 @@

#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 @@
  +--- src/proxy.c.orig 2007-10-28 14:48:10 +0100
   src/proxy.c  2007-10-29 09:19:48 +0100
  +@@ -1076,6 +1076,7 @@
   memcpy(addr_media, addr_sess, sizeof(addr_sess));
}

  @@ -32,7 +20,7 @@
/*
 * 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 @@
  +@@ -1088,6 +1089,7 @@
  in-front-of-NAT-Router);
   memcpy(map_addr, inside_addr, sizeof (map_addr));
}
  @@ -41,8 +29,8 @@
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.c2006-08-31 22:38:45 +0200
  +--- src/siproxd.c.orig   2007-06-08 21:42:10 +0200
   src/siproxd.c2007-10-29 09:19:48 +0100
   @@ -28,6 +28,7 @@
#include signal.h
#include netinet/in.h
  @@ -51,15 +39,15 @@

#ifdef  HAVE_GETOPT_H
#include getopt.h
  -@@ -97,6 +98,7 @@
  -char *pidfilename=NULL;
  -struct sigaction act;
  +@@ -99,6 +100,7 @@
  + 
  +log_init();

   +   openlog(siproxd, LOG_NDELAY, LOG_DAEMON);
   log_set_stderr(1);

/*
  -@@ -177,11 +179,16 @@
  +@@ -181,11 +183,16 @@
/*
 * Init stuff
 */
  @@ -78,7 +66,7 @@
   /* 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) {
  -@@ -212,7 +219,6 @@
  +@@ -214,7 +221,6 @@
  setsid();
  if (fork()!=0) exit(0);

  @@ -86,3 +74,26 @@
  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 @@
  + #include siproxd.h
  + #include log.h
  + 
  ++#ifndef MAXINT
  ++#include sys/limits.h
  ++#define MAXINT INT_MAX
  ++#endif
  ++
  + static char const ident[]=$Id: siproxd.patch,v 1.3 2007/10/29 08:22:28 rse 
Exp $;
  + 
  + /* configuration storage */
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/siproxd/siproxd.spec
  
  $ cvs diff -u -r1.7 -r1.8 siproxd.spec
  --- openpkg-src/siproxd/siproxd.spec  27 Oct 2007 11:59:57 -  1.7
  +++ openpkg-src/siproxd/siproxd.spec  29 Oct 2007 08:22:28 -  1.8
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:VoIP
   License:  GPL
  -Version:  0.5.13
  -Release:  20071027
  +Version:  0.6.0
  +Release:  20071029
   
   #   package options
   %option   with_fsl  yes
  @@ -91,7 +91,7 @@
   

[CVS] OpenPKG: openpkg-src/siproxd/ siproxd.patch siproxd.spec

2006-09-01 Thread Ralf S. Engelschall
  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:
RevisionChanges 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 -  1.1
  +++ openpkg-src/siproxd/siproxd.patch 1 Sep 2006 15:40:15 -   1.2
  @@ -1,6 +1,18 @@
  +Index: src/log.c
  +--- src/log.c.orig   2006-06-18 18:28:43 +0200
   src/log.c2006-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.c2006-08-31 08:25:58 +0200
   src/siproxd.c2006-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 -  1.1
  +++ openpkg-src/siproxd/siproxd.spec  1 Sep 2006 15:40:15 -   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 Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org