MFH: r431089
mail/archiveopteryx{-devel}: Fix build on HEAD Approved by: ports-secteam (with hat)
This commit is contained in:
parent
b5d673ea60
commit
35e893edcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2017Q1/; revision=431090
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= archiveopteryx
|
||||
PORTVERSION= 3.2.99.20160129
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
11
mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp
Normal file
11
mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- server/tlsthread.cpp.orig 2017-01-10 15:06:31 UTC
|
||||
+++ server/tlsthread.cpp
|
||||
@@ -93,7 +93,7 @@ void TlsThread::setup()
|
||||
SSL_library_init();
|
||||
|
||||
ctx = ::SSL_CTX_new( SSLv23_server_method() );
|
||||
- int options = SSL_OP_ALL
|
||||
+ long options = SSL_OP_ALL
|
||||
// also try to pick the same ciphers suites more often
|
||||
| SSL_OP_CIPHER_SERVER_PREFERENCE
|
||||
// and don't use SSLv2, even if the client wants to
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= archiveopteryx
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://archiveopteryx.org/download/
|
||||
|
||||
|
11
mail/archiveopteryx/files/patch-server_tlsthread.cpp
Normal file
11
mail/archiveopteryx/files/patch-server_tlsthread.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- server/tlsthread.cpp.orig 2017-01-10 15:10:07 UTC
|
||||
+++ server/tlsthread.cpp
|
||||
@@ -93,7 +93,7 @@ void TlsThread::setup()
|
||||
SSL_library_init();
|
||||
|
||||
ctx = ::SSL_CTX_new( SSLv23_server_method() );
|
||||
- int options = SSL_OP_ALL
|
||||
+ long options = SSL_OP_ALL
|
||||
// also try to pick the same ciphers suites more often
|
||||
| SSL_OP_CIPHER_SERVER_PREFERENCE
|
||||
// and don't use SSLv2, even if the client wants to
|
Loading…
Reference in New Issue
Block a user