svn commit: r410039 - head/security/openssl

Mark Felder feld at FreeBSD.org
Thu Mar 3 13:58:51 UTC 2016


Author: feld
Date: Thu Mar  3 13:58:50 2016
New Revision: 410039
URL: https://svnweb.freebsd.org/changeset/ports/410039

Log:
  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

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Thu Mar  3 13:08:37 2016	(r410038)
+++ head/security/openssl/Makefile	Thu Mar  3 13:58:50 2016	(r410039)
@@ -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