summaryrefslogtreecommitdiff
path: root/security/qca-tls
diff options
context:
space:
mode:
authorwiz <wiz>2008-05-15 11:06:05 +0000
committerwiz <wiz>2008-05-15 11:06:05 +0000
commit64b895902729e35da539bcd15af855bb6ccc86a0 (patch)
treea4fd343f1ad82177ad3824ce280d555a15fa1135 /security/qca-tls
parent5bcc1cc27041dba7aa75cc41124eae1aeabfd0a5 (diff)
downloadpkgsrc-64b895902729e35da539bcd15af855bb6ccc86a0.tar.gz
Fix build on NetBSD-current with openssl-current, by adding a "const".
Diffstat (limited to 'security/qca-tls')
-rw-r--r--security/qca-tls/distinfo4
-rw-r--r--security/qca-tls/patches/patch-ab13
2 files changed, 13 insertions, 4 deletions
diff --git a/security/qca-tls/distinfo b/security/qca-tls/distinfo
index 489dcfe04cd..edfc87485a3 100644
--- a/security/qca-tls/distinfo
+++ b/security/qca-tls/distinfo
@@ -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 --git a/security/qca-tls/patches/patch-ab b/security/qca-tls/patches/patch-ab
index fb9a83331e4..d6095cc7e06 100644
--- a/security/qca-tls/patches/patch-ab
+++ b/security/qca-tls/patches/patch-ab
@@ -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 @@ $NetBSD: patch-ab,v 1.5 2007/12/23 21:05:51 jdolecek Exp $
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;