Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 23:14:18 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466385 - head/security/openssh-portable
Message-ID:  <201804032314.w33NEIi7096883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Apr  3 23:14:18 2018
New Revision: 466385
URL: https://svnweb.freebsd.org/changeset/ports/466385

Log:
  libressl support was fixed in r452358

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Tue Apr  3 23:12:13 2018	(r466384)
+++ head/security/openssh-portable/Makefile	Tue Apr  3 23:14:18 2018	(r466385)
@@ -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?201804032314.w33NEIi7096883>