Date: Fri, 8 Feb 2013 00:03:19 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311891 - head/security/openssh-portable Message-ID: <201302080003.r1803JYZ058814@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302080003.r1803JYZ058814>