svn commit: r410040 - branches/2016Q1/security/openssl
Mark Felder
feld at FreeBSD.org
Thu Mar 3 13:59:35 UTC 2016
Author: feld
Date: Thu Mar 3 13:59:33 2016
New Revision: 410040
URL: https://svnweb.freebsd.org/changeset/ports/410040
Log:
MFH: r410039
security/openssl: Revert disabling of SSLv2 and MD2
Disabling SSLv2 without a shared library bump has a visible impact to
some applications. It is unclear at this time if disabling MD2 could
cause the same issues, but both are being reverted at the moment to be
safe.
PR: 195796
Approved by: ports-secteam (with hat)
Modified:
branches/2016Q1/security/openssl/Makefile
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/security/openssl/Makefile
==============================================================================
--- branches/2016Q1/security/openssl/Makefile Thu Mar 3 13:58:50 2016 (r410039)
+++ branches/2016Q1/security/openssl/Makefile Thu Mar 3 13:59:33 2016 (r410040)
@@ -4,7 +4,7 @@
PORTNAME= openssl
PORTVERSION= 1.0.2
DISTVERSIONSUFFIX= g
-PORTREVISION= 10
+PORTREVISION= 11
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 SSL3 MAN3
+OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3
.for a in amd64 ia64
OPTIONS_DEFINE_${a}= EC
OPTIONS_DEFAULT_${a}= EC
More information about the svn-ports-all
mailing list