Tue, 28 Aug 2012 18:36:35 +0200
Correct the paths of patched scripts, refine password generation,
mitigate fdatasync(2) detection problems, correct dependencies, remove
outdated autoconf components, correct conf file paths and attributes,
complete and correct log file rotation handing, and note warnings
useful for diagnosing builds.
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>