Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2017 18:09:35 +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: r452074 - head/security/openssh-portable
Message-ID:  <201710141809.v9EI9ZEV035061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Oct 14 18:09:35 2017
New Revision: 452074
URL: https://svnweb.freebsd.org/changeset/ports/452074

Log:
  Mark broken with libressl as it has several random crashses.
  
  PR:		223000

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Sat Oct 14 17:35:07 2017	(r452073)
+++ head/security/openssh-portable/Makefile	Sat Oct 14 18:09:35 2017	(r452074)
@@ -24,8 +24,9 @@ CONFIGURE_ARGS=		--prefix=${PREFIX} --with-md5-passwor
 			--without-zlib-version-check --with-ssl-engine
 ETCOLD=			${PREFIX}/etc
 
-BROKEN_SSL=	openssl-devel
+BROKEN_SSL=	openssl-devel libressl
 BROKEN_SSL_REASON_openssl-devel=	incomplete definition of type struct rsa_st
+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?201710141809.v9EI9ZEV035061>