aboutsummaryrefslogtreecommitdiff
path: root/security/openssl-devel
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-12-04 20:05:36 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-12-04 20:05:36 +0000
commit6751f89e45e8fa120b76f56df2d4c9a736f5de7b (patch)
tree9f1034ddc89c54e6c05de602137883df79ba01a6 /security/openssl-devel
parentc3888896fb16daa6752712dff441234ad2332ba4 (diff)
downloadports-6751f89e45e8fa120b76f56df2d4c9a736f5de7b.tar.gz
ports-6751f89e45e8fa120b76f56df2d4c9a736f5de7b.zip
security/openssl-devel: Enable KTLS by default
* Only for 13.x systems * Allows testing of nfs-over-tls Reported by: rickm
Notes
Notes: svn path=/head/; revision=557013
Diffstat (limited to 'security/openssl-devel')
-rw-r--r--security/openssl-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile
index dced05e20e55..662fe6c34dbe 100644
--- a/security/openssl-devel/Makefile
+++ b/security/openssl-devel/Makefile
@@ -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:}