head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3.2.2 OPENPKG_E1_FP:1.3.2.2 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.3.2.2 OPENPKG_2_STABLE:1.3.0.2; locks; strict; comment @# @; 1.3 date 2005.09.25.18.19.37; author steve; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2005.06.08.23.00.32; author steve; state Exp; branches; next 1.1; 1.1 date 2005.06.08.20.46.18; author steve; state Exp; branches; next ; 1.3.2.1 date 2005.09.25.18.19.37; author rse; state dead; branches; next 1.3.2.2; commitid iZxwRSmmWscPXUQr; 1.3.2.2 date 2006.10.16.14.56.25; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.3 log @upgrading package: sipsak 0.9.1 -> 0.9.2 @ text @Index: md5.c --- md5.c.orig 2005-09-25 20:16:36 +0200 +++ md5.c 2005-09-25 20:17:19 +0200 @@@@ -30,8 +30,12 @@@@ # include "config.h" #endif +#ifdef HAVE_SYS_TYPES_H +# include "sys/types.h" +#endif #include "md5.h" + #ifndef HAVE_EXTERNAL_MD5 #ifdef HAVE_STRING_H Index: sipsak.h --- sipsak.h.orig 2005-09-22 02:48:38 +0200 +++ sipsak.h 2005-09-25 19:58:24 +0200 @@@@ -75,6 +75,14 @@@@ # define REG_NOERROR 0 #endif +#if defined (__SVR4) && defined (__sun) +#include +#endif + +#ifdef HAVE_NETDB_H +#include +#endif + #ifdef HAVE_SYS_PARAM_H # ifdef MAXHOSTNAMELEN # define FQDN_SIZE MAXHOSTNAMELEN + 1 @ 1.3.2.1 log @file sipsak.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:56:24 +0000 @ text @d1 34 @ 1.3.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 34 Index: md5.c --- md5.c.orig 2005-09-25 20:16:36 +0200 +++ md5.c 2005-09-25 20:17:19 +0200 @@@@ -30,8 +30,12 @@@@ # include "config.h" #endif +#ifdef HAVE_SYS_TYPES_H +# include "sys/types.h" +#endif #include "md5.h" + #ifndef HAVE_EXTERNAL_MD5 #ifdef HAVE_STRING_H Index: sipsak.h --- sipsak.h.orig 2005-09-22 02:48:38 +0200 +++ sipsak.h 2005-09-25 19:58:24 +0200 @@@@ -75,6 +75,14 @@@@ # define REG_NOERROR 0 #endif +#if defined (__SVR4) && defined (__sun) +#include +#endif + +#ifdef HAVE_NETDB_H +#include +#endif + #ifdef HAVE_SYS_PARAM_H # ifdef MAXHOSTNAMELEN # define FQDN_SIZE MAXHOSTNAMELEN + 1 @ 1.2 log @fixes for building under Solaris8/9 @ text @d1 21 a21 4 --- sipsak.h.orig 2005-04-11 22:27:12.000000000 +0200 +++ sipsak.h 2005-06-09 00:50:50.821701000 +0200 @@@@ -50,6 +50,14 @@@@ # include d33 2 a34 2 # define FQDN_SIZE MAXHOSTNAMELEN + 1 #else @ 1.1 log @fixed some errors in the spec @ text @a0 1 Index: sipsak.h d2 2 a3 2 +++ sipsak.h 2005-06-08 19:50:50.459523361 +0200 @@@@ -50,6 +50,10 @@@@ d6 5 a10 1 @