easysoap/easysoap.patch

Sat, 03 Oct 2009 16:18:52 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Oct 2009 16:18:52 +0200
changeset 220
a6cd892638c1
permissions
-rw-r--r--

Update version, adjust corresponding buildconf, and correct logic.
1: Make minor corrections and improvements to scripts patch logic.
2: Upgrade to most recent stable release version 3.0.2.
3: Force selection of a single db backend, as multiple ones never
were supported (changing 'with_db<end>' identifiers accordingly.)
4: Unfortunately add gawk requirement although only partly needed.
5: Add openssl::with_threads requirement to solve strange and hard
to debug problems on Solaris leading to connection failures:

'host-dir JobId 0: Error: openssl.c:86 Connect failure: ERR=error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number'

and

'host-dir JobId 40: Fatal error: TLS negotiation failed with FD at "back1.host.com:9102"'

     1 Index: src/SOAPSSLContext.cpp
     2 --- src/SOAPSSLContext.cpp.orig	2005-09-24 09:24:24 +0200
     3 +++ src/SOAPSSLContext.cpp	2006-11-11 09:19:55 +0100
     4 @@ -18,6 +18,7 @@
     5   *
     6   * $Id: easysoap.patch,v 1.4 2006/11/11 08:50:52 rse Exp $
     7   */
     8 +#define OPENSSL_NO_SHA512
    10  #include <easysoap/SOAP.h>
    11  #include <easysoap/SOAPDebugger.h>
    12 Index: src/SOAPSecureSocketImp.cpp
    13 --- src/SOAPSecureSocketImp.cpp.orig	2005-09-24 09:24:24 +0200
    14 +++ src/SOAPSecureSocketImp.cpp	2006-11-11 09:19:02 +0100
    15 @@ -24,6 +24,8 @@
    16  #pragma warning (disable: 4786)
    17  #endif // _MSC_VER
    19 +#define OPENSSL_NO_SHA512
    20 +
    21  #include <easysoap/SOAP.h>
    22  #include <easysoap/SOAPDebugger.h>
    23  #include <easysoap/SOAPSSLContext.h>

mercurial