svn commit: r479597 - head/security/openssl111
Bernard Spil
brnrd at FreeBSD.org
Wed Sep 12 11:55:02 UTC 2018
Author: brnrd
Date: Wed Sep 12 11:55:01 2018
New Revision: 479597
URL: https://svnweb.freebsd.org/changeset/ports/479597
Log:
security/openssl111: Default enable DES
- no-des causes too much fall-out with other ports
Modified:
head/security/openssl111/Makefile
Modified: head/security/openssl111/Makefile
==============================================================================
--- head/security/openssl111/Makefile Wed Sep 12 11:41:56 2018 (r479596)
+++ head/security/openssl111/Makefile Wed Sep 12 11:55:01 2018 (r479597)
@@ -3,6 +3,7 @@
PORTNAME= openssl
DISTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://www.openssl.org/source/ \
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
@@ -33,7 +34,7 @@ OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TL
OPTIONS_DEFINE= ASYNC CT MAN3 RFC3779 SHARED ZLIB
-OPTIONS_DEFAULT=ASM ASYNC CT GOST EC MAN3 MD4 NEXTPROTONEG RC2 RC4 \
+OPTIONS_DEFAULT=ASM ASYNC CT GOST DES EC MAN3 MD4 NEXTPROTONEG RC2 RC4 \
RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2
OPTIONS_GROUP_OPTIMIZE_amd64= EC
More information about the svn-ports-all
mailing list