pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/postal Fix build with newer OpenSSL.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1daa180baf22
branches: trunk
changeset: 554147:1daa180baf22
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Feb 09 18:54:05 2009 +0000
description:
Fix build with newer OpenSSL.
diffstat:
benchmarks/postal/distinfo | 3 ++-
benchmarks/postal/patches/patch-ad | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r aeae7bd58216 -r 1daa180baf22 benchmarks/postal/distinfo
--- a/benchmarks/postal/distinfo Mon Feb 09 18:51:19 2009 +0000
+++ b/benchmarks/postal/distinfo Mon Feb 09 18:54:05 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2008/06/12 02:14:15 joerg Exp $
+$NetBSD: distinfo,v 1.5 2009/02/09 18:54:05 joerg Exp $
SHA1 (postal-0.62.tgz) = 6379ac223964921963389c8c600a1ba4b24a6ab3
RMD160 (postal-0.62.tgz) = 694800444ff33c7c64c5b7915ef5438fdb3605f3
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = ec272095d02d2b8cde4e1f798ac8bfb3212d7874
SHA1 (patch-ab) = 3a14324d2203fc2f6e0e8028f937906c7d95e7e0
SHA1 (patch-ac) = 7f888c21b98ffe648bc9d2b055166578cf975ef5
+SHA1 (patch-ad) = 03483392e08df509003e87f513d5dabd95d1b2ea
diff -r aeae7bd58216 -r 1daa180baf22 benchmarks/postal/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/postal/patches/patch-ad Mon Feb 09 18:54:05 2009 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2009/02/09 18:54:05 joerg Exp $
+
+--- tcp.h.orig 2009-02-09 19:48:16.000000000 +0100
++++ tcp.h
+@@ -90,7 +90,11 @@ private:
+ address *m_sourceAddr;
+ Logit *m_debug; // debug file management object (NULL if no debugging)
+ #ifdef USE_SSL
++#if OPENSSL_VERSION_NUMBER < 0x00909000L
+ SSL_METHOD *m_sslMeth;
++#else
++ const SSL_METHOD *m_sslMeth;
++#endif
+ SSL_CTX* m_sslCtx;
+ SSL *m_ssl;
+ bool m_isTLS;
Home |
Main Index |
Thread Index |
Old Index