From owner-svn-ports-all@FreeBSD.ORG Fri Feb 8 00:03:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DC63808; Fri, 8 Feb 2013 00:03:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0028B896; Fri, 8 Feb 2013 00:03:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1803JSG058815; Fri, 8 Feb 2013 00:03:19 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1803JYZ058814; Fri, 8 Feb 2013 00:03:19 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201302080003.r1803JYZ058814@svn.freebsd.org> From: Bryan Drewery Date: Fri, 8 Feb 2013 00:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311891 - head/security/openssh-portable X-SVN-Group: ports-head 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.14 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: Fri, 08 Feb 2013 00:03:20 -0000 Author: bdrewery Date: Fri Feb 8 00:03:18 2013 New Revision: 311891 URL: http://svnweb.freebsd.org/changeset/ports/311891 Log: - Fix runtime crash on CURRENT due to import of NetBSD strnvis() [1] which differs in prototype from OpenBSD strnvis() [2] [1] http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.html [2] http://gnats.netbsd.org/44977 Submitted by: dim Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Thu Feb 7 21:14:07 2013 (r311890) +++ head/security/openssh-portable/Makefile Fri Feb 8 00:03:18 2013 (r311891) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 5.8p2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -25,6 +25,7 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3. USE_PERL5_BUILD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ --without-zlib-version-check --with-ssl-engine PRECIOUS= ssh_config sshd_config ssh_host_key ssh_host_key.pub \