From owner-freebsd-security Mon Dec 31 22:37:46 2001 Delivered-To: freebsd-security@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id DDD6E37B41F for ; Mon, 31 Dec 2001 22:37:43 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 3.33 #1) id 16LIYC-000N6g-00; Mon, 31 Dec 2001 22:37:28 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Hay Cc: freebsd-security@freebsd.org Subject: Re: openssh version References: <20011231214724.A2275@gohan.cjclark.org> <200201010631.g016Va856231@zibbi.icomtek.csir.co.za> Message-Id: Date: Mon, 31 Dec 2001 22:37:28 -0800 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i urge folk to use 3.0 or greater > My solution is to use the ports version. and, to make it install over the one in the build tree, apply the following patch to /usr/ports/security/openssh-portable Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/openssh-portable/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/11/07 13:47:51 1.10 +++ Makefile 2001/12/01 14:36:33 @@ -32,6 +32,8 @@ CONFIGURE_ARGS+= --with-tcp-wrappers .endif +CONFIGURE_ARGS+= --datadir=/usr/share --exec-prefix=/usr --sysconfdir=/etc/ssh --localstatedir=/var --mandir=/usr/share/man + post-install: @${CAT} ${PKGMESSAGE} --- thanks to jacques vidrine for help the other month randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message