aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-10-15 02:09:35 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:44:40 +0800
commitcb9cacc6f89b752c1063ac9cbe4dad382b53db62 (patch)
treeabee7d0f3d95d0fd7f2360776764cada2bc13dd7 /security/openssh-portable
parent42309274cf7821206bfa0e29f8cc4313623f9d8a (diff)
downloadfreebsd-ports-gnome-cb9cacc6f89b752c1063ac9cbe4dad382b53db62.tar.gz
freebsd-ports-gnome-cb9cacc6f89b752c1063ac9cbe4dad382b53db62.tar.zst
freebsd-ports-gnome-cb9cacc6f89b752c1063ac9cbe4dad382b53db62.zip
Mark broken with libressl as it has several random crashses.
PR: 223000
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 13e23da80c35..99b1f5ab03d0 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -24,8 +24,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
--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 \