Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Mar 2013 18:40:08 +0000
From:      Sean Bruno <seanwbruno@gmail.com>
To:        Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= <des@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r247904 - head/crypto/openssh
Message-ID:  <1362595208.1429.1.camel@localhost>
In-Reply-To: <201303062322.r26NMebp009010@svn.freebsd.org>
References:  <201303062322.r26NMebp009010@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2013-03-06 at 23:22 +0000, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed Mar  6 23:22:40 2013
> New Revision: 247904
> URL: http://svnweb.freebsd.org/changeset/base/247904
> 
> Log:
>   Remove strnvis(), strvis(), strvisx().


I don't think that this is the "right" solution as it results in a
"derped" version of ssh.  I've been running *without* r247904 and the
following patch all day long without issue:

Index: crypto/openssh/config.h
===================================================================
--- crypto/openssh/config.h	(revision 247893)
+++ crypto/openssh/config.h	(working copy)
@@ -956,7 +956,7 @@
 #define HAVE_STRNLEN 1
 
 /* Define to 1 if you have the `strnvis' function. */
-#define HAVE_STRNVIS 1
+/* #undef HAVE_STRNVIS */
 
 /* Define to 1 if you have the `strptime' function. */
 #define HAVE_STRPTIME 1


Sean




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1362595208.1429.1.camel>