diff options
Diffstat (limited to 'benchmarks/postal/files')
-rw-r--r-- | benchmarks/postal/files/patch-basictcp.cpp | 6 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-basictcp.h | 6 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-bhm.cpp | 10 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-bhmusers.cpp | 2 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-bhmusers.h | 8 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-postal.cpp | 2 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-rabid.cpp | 5 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-smtp.cpp | 2 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-smtp.h | 4 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-tcp.cpp | 6 | ||||
-rw-r--r-- | benchmarks/postal/files/patch-tcp.h | 4 |
11 files changed, 27 insertions, 28 deletions
diff --git a/benchmarks/postal/files/patch-basictcp.cpp b/benchmarks/postal/files/patch-basictcp.cpp index a229d46c4e62..93215e9726d3 100644 --- a/benchmarks/postal/files/patch-basictcp.cpp +++ b/benchmarks/postal/files/patch-basictcp.cpp @@ -1,6 +1,6 @@ ---- basictcp.cpp.orig 2012-01-01 06:36:27.000000000 -0500 -+++ basictcp.cpp 2015-03-23 17:06:40.355148000 -0400 -@@ -102,10 +102,10 @@ +--- basictcp.cpp.orig 2012-01-01 11:36:27 UTC ++++ basictcp.cpp +@@ -102,10 +102,10 @@ int base_tcp::ConnectTLS() m_sslMeth = NULL; m_sslCtx = NULL; m_ssl = NULL; diff --git a/benchmarks/postal/files/patch-basictcp.h b/benchmarks/postal/files/patch-basictcp.h index c05414dc221b..b431e8dce3d3 100644 --- a/benchmarks/postal/files/patch-basictcp.h +++ b/benchmarks/postal/files/patch-basictcp.h @@ -1,6 +1,6 @@ ---- basictcp.h.orig 2013-12-08 18:49:04.000000000 +0900 -+++ basictcp.h 2013-12-08 18:49:33.000000000 +0900 -@@ -89,7 +89,11 @@ +--- basictcp.h.orig 2008-05-26 09:41:40 UTC ++++ basictcp.h +@@ -89,7 +89,11 @@ private: #ifdef USE_SSL #ifdef USE_OPENSSL diff --git a/benchmarks/postal/files/patch-bhm.cpp b/benchmarks/postal/files/patch-bhm.cpp index 9480bbfa8c0d..834d70062764 100644 --- a/benchmarks/postal/files/patch-bhm.cpp +++ b/benchmarks/postal/files/patch-bhm.cpp @@ -1,5 +1,5 @@ ---- bhm.cpp.orig Tue Feb 6 16:04:04 2007 -+++ bhm.cpp Tue Feb 6 16:05:12 2007 +--- bhm.cpp.orig 2012-01-14 12:09:31 UTC ++++ bhm.cpp @@ -3,27 +3,25 @@ #endif @@ -35,7 +35,7 @@ int processes = 0; int *thread_status; -@@ -47,7 +45,7 @@ +@@ -47,7 +45,7 @@ void usage(CPCCHAR msg = NULL) int maxMsgSize = 10240; results res; @@ -44,7 +44,7 @@ int exitCount = 0; -@@ -261,7 +259,7 @@ +@@ -261,7 +259,7 @@ int readCommand(base_tcp &t, char *buf, void do_work(thread_data *td) { @@ -53,7 +53,7 @@ #ifdef USE_SSL , td->ssl #endif -@@ -408,7 +406,7 @@ +@@ -408,7 +406,7 @@ int main(int argc, char **argv) #endif "\n"); diff --git a/benchmarks/postal/files/patch-bhmusers.cpp b/benchmarks/postal/files/patch-bhmusers.cpp index cc91f1345769..4d659c477718 100644 --- a/benchmarks/postal/files/patch-bhmusers.cpp +++ b/benchmarks/postal/files/patch-bhmusers.cpp @@ -1,4 +1,4 @@ ---- bhmusers.cpp.orig +--- bhmusers.cpp.orig 2008-04-10 01:36:27 UTC +++ bhmusers.cpp @@ -1,5 +1,6 @@ #include "bhmusers.h" diff --git a/benchmarks/postal/files/patch-bhmusers.h b/benchmarks/postal/files/patch-bhmusers.h index e667b8a2d90e..5feaa1234e19 100644 --- a/benchmarks/postal/files/patch-bhmusers.h +++ b/benchmarks/postal/files/patch-bhmusers.h @@ -1,6 +1,6 @@ ---- bhmusers.h.orig +--- bhmusers.h.orig 2006-09-28 15:20:28 UTC +++ bhmusers.h -@@ -6,12 +6,16 @@ +@@ -6,12 +6,16 @@ using namespace std; #include <string> #include "conf.h" @@ -17,7 +17,7 @@ #include "postal.h" -@@ -23,7 +27,12 @@ +@@ -23,7 +27,12 @@ typedef struct int sync_time; } BHM_DATA; @@ -30,7 +30,7 @@ { template<> struct hash< std::string > { -@@ -34,7 +43,11 @@ +@@ -34,7 +43,11 @@ namespace __gnu_cxx }; } diff --git a/benchmarks/postal/files/patch-postal.cpp b/benchmarks/postal/files/patch-postal.cpp index 4747b927aa62..ff6f908d592e 100644 --- a/benchmarks/postal/files/patch-postal.cpp +++ b/benchmarks/postal/files/patch-postal.cpp @@ -1,4 +1,4 @@ ---- postal.cpp.orig +--- postal.cpp.orig 2012-01-14 12:08:12 UTC +++ postal.cpp @@ -6,15 +6,11 @@ #include "smtp.h" diff --git a/benchmarks/postal/files/patch-rabid.cpp b/benchmarks/postal/files/patch-rabid.cpp index 32c4a245ef1e..cc7526af3e0e 100644 --- a/benchmarks/postal/files/patch-rabid.cpp +++ b/benchmarks/postal/files/patch-rabid.cpp @@ -1,4 +1,4 @@ ---- rabid.cpp.orig +--- rabid.cpp.orig 2012-01-14 12:08:49 UTC +++ rabid.cpp @@ -7,15 +7,14 @@ #include <cstdlib> @@ -6,11 +6,10 @@ #include <sys/wait.h> -#include <signal.h> -#include <stdio.h> --#include <strings.h> +#include <csignal> +#include <cstdio> +#include <cstring> -+#include <strings.h> + #include <strings.h> #include "postal.h" #include "logit.h" #ifdef USE_GNUTLS diff --git a/benchmarks/postal/files/patch-smtp.cpp b/benchmarks/postal/files/patch-smtp.cpp index 641dd5da19d2..d13924f39df7 100644 --- a/benchmarks/postal/files/patch-smtp.cpp +++ b/benchmarks/postal/files/patch-smtp.cpp @@ -1,4 +1,4 @@ ---- smtp.cpp.orig +--- smtp.cpp.orig 2012-01-14 12:38:45 UTC +++ smtp.cpp @@ -8,6 +8,7 @@ #include "userlist.h" diff --git a/benchmarks/postal/files/patch-smtp.h b/benchmarks/postal/files/patch-smtp.h index df9781045b72..0be7c57dba19 100644 --- a/benchmarks/postal/files/patch-smtp.h +++ b/benchmarks/postal/files/patch-smtp.h @@ -1,4 +1,4 @@ ---- smtp.h.orig +--- smtp.h.orig 2012-01-14 12:36:56 UTC +++ smtp.h @@ -4,14 +4,18 @@ using namespace std; @@ -20,7 +20,7 @@ #include "tcp.h" #include "mutex.h" -@@ -30,7 +34,11 @@ +@@ -30,7 +34,11 @@ struct eqlng } }; diff --git a/benchmarks/postal/files/patch-tcp.cpp b/benchmarks/postal/files/patch-tcp.cpp index 7d23b07af774..0d9abd3679b6 100644 --- a/benchmarks/postal/files/patch-tcp.cpp +++ b/benchmarks/postal/files/patch-tcp.cpp @@ -1,6 +1,6 @@ ---- tcp.cpp.orig 2012-01-01 06:24:45.000000000 -0500 -+++ tcp.cpp 2015-03-23 17:06:52.611229000 -0400 -@@ -178,10 +178,10 @@ +--- tcp.cpp.orig 2012-01-01 11:24:45 UTC ++++ tcp.cpp +@@ -178,10 +178,10 @@ int tcp::ConnectTLS() #ifdef USE_OPENSSL m_sslCtx = NULL; m_ssl = NULL; diff --git a/benchmarks/postal/files/patch-tcp.h b/benchmarks/postal/files/patch-tcp.h index 9447a2a72ef5..2096d1dade4e 100644 --- a/benchmarks/postal/files/patch-tcp.h +++ b/benchmarks/postal/files/patch-tcp.h @@ -1,6 +1,6 @@ ---- tcp.h.orig +--- tcp.h.orig 2007-01-12 07:12:10 UTC +++ tcp.h -@@ -100,7 +100,11 @@ +@@ -100,7 +100,11 @@ private: #ifdef USE_SSL #ifdef USE_OPENSSL |