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

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 14 18:09:37 UTC 2017


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 \


More information about the svn-ports-all mailing list