diff options
author | marino <marino@pkgsrc.org> | 2011-11-24 01:15:41 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-24 01:15:41 +0000 |
commit | f3f03cd4614167810c596d9f26b3411e38deab47 (patch) | |
tree | bf9e479377846f448670cec377a93ab89ab56486 /benchmarks/postal/patches/patch-ad | |
parent | 547672db49dea0ffa165961433382a0cb6b30a3f (diff) | |
download | pkgsrc-f3f03cd4614167810c596d9f26b3411e38deab47.tar.gz |
benchmarks/postal: Upgrade from version 0.62 to 0.70
Despite several additional patches, postal 0.62 wouldn't compile on
DragonFly (broke on stl vectors), so upgrading the package was the
most effective approach to restore this package.
License updated in Makefile.
Summary of changes since version 0.62
=====================================
0.65 Significant improvement, many new features and many bugs fixed!
0.66 Made GNUTLS work in BHM and added Messageld to Postal
0.67 Changed license to GPLv3
0.68 Fixed compiler warnings on GCC 4.3, make it work for OpenSolaris
0.69 Fixed compiler warnings and more GCC 4.3 compatibility work
0.70 Updated man pages and allowed build without SSL support
Diffstat (limited to 'benchmarks/postal/patches/patch-ad')
-rw-r--r-- | benchmarks/postal/patches/patch-ad | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/postal/patches/patch-ad b/benchmarks/postal/patches/patch-ad index f3a2c02dbad..36c79261774 100644 --- a/benchmarks/postal/patches/patch-ad +++ b/benchmarks/postal/patches/patch-ad @@ -1,11 +1,11 @@ -$NetBSD: patch-ad,v 1.1 2009/02/09 18:54:05 joerg Exp $ +$NetBSD: patch-ad,v 1.2 2011/11/24 01:15:41 marino Exp $ ---- tcp.h.orig 2009-02-09 19:48:16.000000000 +0100 +--- tcp.h.orig 2007-01-12 07:12:10.000000000 +0000 +++ tcp.h -@@ -90,7 +90,11 @@ private: - address *m_sourceAddr; - Logit *m_debug; // debug file management object (NULL if no debugging) +@@ -100,7 +100,11 @@ private: + #ifdef USE_SSL + #ifdef USE_OPENSSL +#if OPENSSL_VERSION_NUMBER < 0x00909000L SSL_METHOD *m_sslMeth; +#else @@ -13,4 +13,4 @@ $NetBSD: patch-ad,v 1.1 2009/02/09 18:54:05 joerg Exp $ +#endif SSL_CTX* m_sslCtx; SSL *m_ssl; - bool m_isTLS; + #else |