From owner-freebsd-isp@FreeBSD.ORG Wed Sep 24 05:07:40 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DED16A4B3 for ; Wed, 24 Sep 2003 05:07:39 -0700 (PDT) Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF9744014 for ; Wed, 24 Sep 2003 05:07:38 -0700 (PDT) (envelope-from nick@arc.net.my) Received: from roponggi (roppongi.arc.net.my [203.115.225.83]) by mail.arc.net.my (iPlanet Messaging Server 5.1 Patch 1 (built Jun 6 2002)) with SMTP id <0HLP00AG2VPVFL@mail.arc.net.my> for freebsd-isp@freebsd.org; Wed, 24 Sep 2003 19:53:55 +0800 (SGT) Date: Wed, 24 Sep 2003 19:53:12 +0800 From: Nick Kraal To: Joseph Begumisa Message-id: <029e01c38292$7b2eb300$53e173cb@arc.net.my> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook Express 6.00.2800.1158 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <1063258944.19647.5.camel@dreamboy.private.aros.net> <20030922120911.GG36591@dds.nl> <008d01c381b2$0e8d2a00$53e173cb@arc.net.my> <20030923121506.R70439@mail.trueafrican.com> <00d301c381b6$74941a80$53e173cb@arc.net.my> <20030923125324.B75618@mail.trueafrican.com> <015a01c38264$c225bf20$53e173cb@arc.net.my> <20030924101503.A18103@mail.trueafrican.com> cc: freebsd-isp@freebsd.org Subject: Re: SSHD Patch X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Kraal List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 12:07:40 -0000 Thanks there Joseph!! Will get cracking on this then. -nick/ ----- Original Message ----- From: "Joseph Begumisa" To: "Nick Kraal" Cc: Sent: Wednesday, September 24, 2003 3:28 PM Subject: Re: SSHD Patch > On Wed, 24 Sep 2003, Nick Kraal wrote: > > > Nope. The only file/directory in /usr/src is sys. The crypto directory is > > under /usr/src/sys > > > > aoto% pwd > > /usr/src/sys/crypto > > aoto% lf > > blowfish/ des/ md5.h rijndael/ sha1.h > > cast128/ md5.c rc4/ sha1.c sha2/ > > > > -nick/ > > So you found the problem. You don't have the sources so the file to patch > cannot be found. Run a cvsup to download the sources. I suppose by now > all corrections have been made to the souces. Therefore no patch will be > needed after the download except having to run a make world to build and > install the sources. > > Joseph.