From owner-svn-ports-all@freebsd.org Wed Apr 25 17:50:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50570FAB5C9; Wed, 25 Apr 2018 17:50:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F14BB7D16C; Wed, 25 Apr 2018 17:50:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC65149CD; Wed, 25 Apr 2018 17:50:55 +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 w3PHot92078878; Wed, 25 Apr 2018 17:50:55 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3PHot2G078877; Wed, 25 Apr 2018 17:50:55 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201804251750.w3PHot2G078877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 25 Apr 2018 17:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468284 - branches/2018Q2/security/openssh-portable X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: branches/2018Q2/security/openssh-portable X-SVN-Commit-Revision: 468284 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.25 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: Wed, 25 Apr 2018 17:50:56 -0000 Author: bdrewery Date: Wed Apr 25 17:50:55 2018 New Revision: 468284 URL: https://svnweb.freebsd.org/changeset/ports/468284 Log: MFH: r466385 libressl support was fixed in r452358 Approved by: portmgr (implicit) Modified: branches/2018Q2/security/openssh-portable/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/security/openssh-portable/Makefile ============================================================================== --- branches/2018Q2/security/openssh-portable/Makefile Wed Apr 25 17:11:22 2018 (r468283) +++ branches/2018Q2/security/openssh-portable/Makefile Wed Apr 25 17:50:55 2018 (r468284) @@ -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 \