FreeBSD Bugzilla – Attachment 155143 Details for
Bug 199134
[PATCH] devel/qca patch to compile with libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to compile with libressl
devel-qca-2.1.0_2.diff (text/plain), 1.02 KB, created by
Adam McDougall
on 2015-04-03 02:41:32 UTC
(
hide
)
Description:
patch to compile with libressl
Filename:
MIME Type:
Creator:
Adam McDougall
Created:
2015-04-03 02:41:32 UTC
Size:
1.02 KB
patch
obsolete
>diff -urN devel/qca.orig/Makefile devel/qca/Makefile >--- devel/qca.orig/Makefile 2015-04-02 22:05:22.743206000 -0400 >+++ devel/qca/Makefile 2015-04-02 22:14:52.889166141 -0400 >@@ -3,7 +3,7 @@ > > PORTNAME= qca > PORTVERSION= 2.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= http://delta.affinix.com/download/qca/2.0/ > >diff -urN devel/qca.orig/files/patch-plugins-qca-ossl-qca-ossl.cpp devel/qca/files/patch-plugins-qca-ossl-qca-ossl.cpp >--- devel/qca.orig/files/patch-plugins-qca-ossl-qca-ossl.cpp 1969-12-31 19:00:00.000000000 -0500 >+++ devel/qca/files/patch-plugins-qca-ossl-qca-ossl.cpp 2015-04-02 22:10:52.998184439 -0400 >@@ -0,0 +1,11 @@ >+--- plugins/qca-ossl/qca-ossl.cpp 2014-11-06 03:15:45.000000000 -0500 >++++ plugins/qca-ossl/qca-ossl.cpp 2015-03-01 19:53:31.832804657 -0500 >+@@ -5801,7 +5801,7 @@ >+ { >+ SessionInfo sessInfo; >+ >+- sessInfo.isCompressed = (0 != ssl->session->compress_meth); >++ sessInfo.isCompressed = false; >+ >+ if (ssl->version == TLS1_VERSION) >+ sessInfo.version = TLS::TLS_v1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199134
:
155143
|
155144
|
155163
|
155164
|
158803