From owner-freebsd-newbies@FreeBSD.ORG Mon Feb 9 07:41:08 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 188A916A4CE for ; Mon, 9 Feb 2004 07:41:08 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id E694F43D1D for ; Mon, 9 Feb 2004 07:41:07 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 9 Feb 2004 09:41:13 -0600 Message-ID: <4027A9E4.9020103@daleco.biz> Date: Mon, 09 Feb 2004 09:40:20 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Reyes References: <4027BAD0.90407@voxsant.com> In-Reply-To: <4027BAD0.90407@voxsant.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Feb 2004 15:41:13.0999 (UTC) FILETIME=[262EA1F0:01C3EF23] cc: freebsd-newbies@freebsd.org Subject: Re: hello - security update. X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 15:41:08 -0000 Richard Reyes wrote: > hello guys, > > i have just installed freebsd 5.2 from a floppy boot disk. now i saw > some security announcement on the > freebsd website and decided to rebuilt my kernel ( as was instructed > on the updates ). anyway, does rebuilding the kernel captures all the > necessary updates? > > all i did was create a new kernel config file ( basically a copy of > the GENERIC ). then execute... > > # > > # make buildkernel KERNCONF=MYKERNEL > > > # > > # make installkernel KERNCONF=MYKERNEL > > > is this enough ? > > thanks > > richard > This is what you'd do *after* you'd installed the patch. The other alternative given is to do a 'cvsup' of source code to a given branch (RELENG_4_9 or RELENG_5_2, then do the entire make buildworld etc., cycle.... Kevin Kinsey