svn commit: r466385 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 3 23:14:19 UTC 2018


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 \


More information about the svn-ports-head mailing list