Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 17:50:55 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r468284 - branches/2018Q2/security/openssh-portable
Message-ID:  <201804251750.w3PHot2G078877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Apr 25 17:50:55 2018
New Revision: 468284
URL: https://svnweb.freebsd.org/changeset/ports/468284

Log:
  MFH: r466385
  
  libressl support was fixed in r452358
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2018Q2/security/openssh-portable/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/security/openssh-portable/Makefile
==============================================================================
--- branches/2018Q2/security/openssh-portable/Makefile	Wed Apr 25 17:11:22 2018	(r468283)
+++ branches/2018Q2/security/openssh-portable/Makefile	Wed Apr 25 17:50:55 2018	(r468284)
@@ -26,9 +26,8 @@ CONFIGURE_ARGS=		--prefix=${PREFIX} --with-md5-passwor
 
 ETCOLD=			${PREFIX}/etc
 
-BROKEN_SSL=	openssl-devel libressl
+BROKEN_SSL=	openssl-devel
 BROKEN_SSL_REASON_openssl-devel=	error: OpenSSL >= 1.1.0 is not yet supported
-BROKEN_SSL_REASON_libressl=		random crashes with 7.6 PR 223000
 
 OPTIONS_DEFINE=		PAM TCP_WRAPPERS LIBEDIT BSM \
 			HPN X509 KERB_GSSAPI \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804251750.w3PHot2G078877>