From owner-svn-ports-all@freebsd.org Sat Oct 14 18:09:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D971BE28B38; Sat, 14 Oct 2017 18:09:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6E9977381; Sat, 14 Oct 2017 18:09:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9EI9Z9Q035062; Sat, 14 Oct 2017 18:09:35 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9EI9ZEV035061; Sat, 14 Oct 2017 18:09:35 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201710141809.v9EI9ZEV035061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 14 Oct 2017 18:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452074 - head/security/openssh-portable X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/security/openssh-portable X-SVN-Commit-Revision: 452074 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2017 18:09:37 -0000 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 \