Date: Wed, 12 Sep 2018 11:55:01 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479597 - head/security/openssl111 Message-ID: <201809121155.w8CBt1AL030651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809121155.w8CBt1AL030651>