1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

security/openssl: Disable SSLv2 and MD2

SSLv2 is being disabled due to DROWN.

MD2 is being disabled as it should not have been enabled by default.
This was disabled by upstream back in 2009.

PR:		195796
Approved by:	delphij, eadler
Security:	CVE-2009-2409
Security:	CVE-2016-0800
This commit is contained in:
Mark Felder 2016-03-02 22:31:29 +00:00
parent 0df8caabdc
commit 8cc6bb3d58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409967

View File

@ -4,7 +4,7 @@
PORTNAME= openssl
PORTVERSION= 1.0.2
DISTVERSIONSUFFIX= g
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= security devel
MASTER_SITES= http://www.openssl.org/source/ \
ftp://ftp.openssl.org/source/ \
@ -23,7 +23,7 @@ LICENSE= OpenSSL
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3
OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3
OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL3 MAN3
.for a in amd64 ia64
OPTIONS_DEFINE_${a}= EC
OPTIONS_DEFAULT_${a}= EC