pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ptlib ng build failure with older openssl.
details: https://anonhg.NetBSD.org/pkgsrc/rev/09b4cb950df6
branches: trunk
changeset: 396508:09b4cb950df6
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 26 09:19:06 2009 +0000
description:
ng build failure with older openssl.
diffstat:
devel/ptlib/distinfo | 4 ++--
devel/ptlib/patches/patch-aa | 9 ++++++---
2 files changed, 8 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r d3a878c58ac0 -r 09b4cb950df6 devel/ptlib/distinfo
--- a/devel/ptlib/distinfo Sun Jul 26 09:18:52 2009 +0000
+++ b/devel/ptlib/distinfo Sun Jul 26 09:19:06 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2009/07/23 22:11:47 wiz Exp $
+$NetBSD: distinfo,v 1.9 2009/07/26 09:19:06 wiz Exp $
SHA1 (ptlib-2.6.4.tar.bz2) = 2808a7546c354c1b6c140667a91da6f79a98f5c9
RMD160 (ptlib-2.6.4.tar.bz2) = 53d0ea4b67438f61f86fd0d8b68959ef0aa18342
Size (ptlib-2.6.4.tar.bz2) = 3302374 bytes
-SHA1 (patch-aa) = 292342da79a9e880b3383f5b7e05fbd0ed2cd02b
+SHA1 (patch-aa) = f262a3d6c9e88c8f009bb459e4e423e155f6cb21
SHA1 (patch-ad) = 092d0758e9b6e46a0b481659c8d7988806f2f39a
diff -r d3a878c58ac0 -r 09b4cb950df6 devel/ptlib/patches/patch-aa
--- a/devel/ptlib/patches/patch-aa Sun Jul 26 09:18:52 2009 +0000
+++ b/devel/ptlib/patches/patch-aa Sun Jul 26 09:19:06 2009 +0000
@@ -1,13 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2009/07/23 22:11:48 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2009/07/26 09:19:06 wiz Exp $
--- src/ptclib/pssl.cxx.orig 2009-07-05 05:52:49.000000000 +0000
+++ src/ptclib/pssl.cxx
-@@ -800,7 +800,7 @@ PSSLContext::PSSLContext(const void * se
+@@ -800,7 +800,11 @@ PSSLContext::PSSLContext(const void * se
void PSSLContext::Construct(Method method, const void * sessionId, PINDEX idSize)
{
// create the new SSL context
-- SSL_METHOD * meth;
++#if OPENSSL_VERSION_NUMBER >= 0x00909000L
+ const SSL_METHOD * meth;
++#else
+ SSL_METHOD * meth;
++#endif
switch (method) {
case SSLv2:
Home |
Main Index |
Thread Index |
Old Index