pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/qca-tls Fix build on NetBSD-current with open...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e0e10b6800c
branches:  trunk
changeset: 542398:1e0e10b6800c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 15 11:06:05 2008 +0000

description:
Fix build on NetBSD-current with openssl-current, by adding a "const".

diffstat:

 security/qca-tls/distinfo         |   4 ++--
 security/qca-tls/patches/patch-ab |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r cb387c3d5794 -r 1e0e10b6800c security/qca-tls/distinfo
--- a/security/qca-tls/distinfo Thu May 15 09:15:41 2008 +0000
+++ b/security/qca-tls/distinfo Thu May 15 11:06:05 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2007/12/23 21:05:51 jdolecek Exp $
+$NetBSD: distinfo,v 1.10 2008/05/15 11:06:05 wiz Exp $
 
 SHA1 (qca-tls-1.0.tar.bz2) = 775e764c5be342048eba11dae5c5fd3b636d23c5
 RMD160 (qca-tls-1.0.tar.bz2) = c553782e77ab54edde7e4f0676a3caad74dfa910
 Size (qca-tls-1.0.tar.bz2) = 23489 bytes
 SHA1 (patch-aa) = 2c28782e3af7ecffa0b5758f1671c0773bc9af03
-SHA1 (patch-ab) = 3d59570c75a52f0ce9850584326ceeb4bf59f08f
+SHA1 (patch-ab) = 27db22ca8bd5b0678a077b41f5505669311956b0
diff -r cb387c3d5794 -r 1e0e10b6800c security/qca-tls/patches/patch-ab
--- a/security/qca-tls/patches/patch-ab Thu May 15 09:15:41 2008 +0000
+++ b/security/qca-tls/patches/patch-ab Thu May 15 11:06:05 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.5 2007/12/23 21:05:51 jdolecek Exp $
+$NetBSD: patch-ab,v 1.6 2008/05/15 11:06:05 wiz Exp $
 
---- qca-tls.cpp.orig   2005-12-27 22:22:32.000000000 +0000
+--- qca-tls.cpp.orig   2003-12-10 16:53:57.000000000 +0000
 +++ qca-tls.cpp
 @@ -454,7 +454,11 @@ public:
                        if(!r) {
@@ -26,3 +26,12 @@
                X509 *t = d2i_X509(NULL, &p, len);
                if(!t)
                        return false;
+@@ -945,7 +953,7 @@ public:
+       RSAKeyContext *key;
+ 
+       SSL *ssl;
+-      SSL_METHOD *method;
++      const SSL_METHOD *method;
+       SSL_CTX *context;
+       BIO *rbio, *wbio;
+       CertContext cc;



Home | Main Index | Thread Index | Old Index