svn commit: r409968 - branches/2016Q1/security/openssl
Mark Felder
feld at FreeBSD.org
Wed Mar 2 22:33:33 UTC 2016
Author: feld
Date: Wed Mar 2 22:33:32 2016
New Revision: 409968
URL: https://svnweb.freebsd.org/changeset/ports/409968
Log:
MFH: r409967
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
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 Wed Mar 2 22:31:29 2016 (r409967)
+++ branches/2016Q1/security/openssl/Makefile Wed Mar 2 22:33:32 2016 (r409968)
@@ -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
More information about the svn-ports-all
mailing list