security/openssl-devel: Enable KTLS by default
* Only for 13.x systems * Allows testing of nfs-over-tls Reported by: rickm
This commit is contained in:
parent
c3888896fb
commit
6751f89e45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557013
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= openssl
|
||||
DISTVERSION= 3.0.0-alpha9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://www.openssl.org/source/ \
|
||||
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
|
||||
@ -43,8 +44,8 @@ OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TLS1_1 TLS1_2
|
||||
|
||||
OPTIONS_DEFINE= ASYNC CT KTLS MAN3 RFC3779 SHARED ZLIB
|
||||
|
||||
OPTIONS_DEFAULT=ASM ASYNC CT FIPS GOST DES EC MAN3 MD4 NEXTPROTONEG RC2 RC4 \
|
||||
RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
|
||||
OPTIONS_DEFAULT=ASM ASYNC CT KTLS FIPS GOST DES EC MAN3 MD4 NEXTPROTONEG \
|
||||
RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
|
||||
|
||||
OPTIONS_EXCLUDE=${${OSVERSION} < 1300042:?KTLS:}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user