svn commit: r557013 - head/security/openssl-devel
Bernard Spil
brnrd at FreeBSD.org
Fri Dec 4 20:05:36 UTC 2020
Author: brnrd
Date: Fri Dec 4 20:05:36 2020
New Revision: 557013
URL: https://svnweb.freebsd.org/changeset/ports/557013
Log:
security/openssl-devel: Enable KTLS by default
* Only for 13.x systems
* Allows testing of nfs-over-tls
Reported by: rickm
Modified:
head/security/openssl-devel/Makefile
Modified: head/security/openssl-devel/Makefile
==============================================================================
--- head/security/openssl-devel/Makefile Fri Dec 4 19:28:34 2020 (r557012)
+++ head/security/openssl-devel/Makefile Fri Dec 4 20:05:36 2020 (r557013)
@@ -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 TL
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:}
More information about the svn-ports-head
mailing list