OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Sep-2005 20:19:37
Branch: HEAD Handle: 2005092519193700
Modified files:
openpkg-src/sipsak sipsak.patch sipsak.spec
Log:
upgrading package: sipsak 0.9.1 -> 0.9.2
Summary:
Revision Changes Path
1.3 +23 -6 openpkg-src/sipsak/sipsak.patch
1.6 +4 -3 openpkg-src/sipsak/sipsak.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sipsak/sipsak.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 sipsak.patch
--- openpkg-src/sipsak/sipsak.patch 8 Jun 2005 23:00:32 -0000 1.2
+++ openpkg-src/sipsak/sipsak.patch 25 Sep 2005 18:19:37 -0000 1.3
@@ -1,7 +1,24 @@
---- 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 <string.h>
+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)
@@ -13,5 +30,5 @@
+#endif
+
#ifdef HAVE_SYS_PARAM_H
- # define FQDN_SIZE MAXHOSTNAMELEN + 1
- #else
+ # ifdef MAXHOSTNAMELEN
+ # define FQDN_SIZE MAXHOSTNAMELEN + 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sipsak/sipsak.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 sipsak.spec
--- openpkg-src/sipsak/sipsak.spec 30 Jul 2005 18:46:01 -0000 1.5
+++ openpkg-src/sipsak/sipsak.spec 25 Sep 2005 18:19:37 -0000 1.6
@@ -32,8 +32,8 @@
Class: EVAL
Group: Network
License: GPL
-Version: 0.9.1
-Release: 20050730
+Version: 0.9.2
+Release: 20050925
# list of sources
Source0: http://download.berlios.de/sipsak/sipsak-%{version}.tar.gz
@@ -73,7 +73,8 @@
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --disable-gnutls
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]