From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 06:50:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69AD016A419 for ; Tue, 15 Jan 2008 06:50:47 +0000 (UTC) (envelope-from norman@apache.org) Received: from vs159071.vserver.de (hiphopcorner.de [62.75.159.71]) by mx1.freebsd.org (Postfix) with ESMTP id 2582713C4CE for ; Tue, 15 Jan 2008 06:50:46 +0000 (UTC) (envelope-from norman@apache.org) Received: from [10.99.0.2] (unknown [213.188.107.182]) by vs159071.vserver.de (Postfix) with ESMTP id ECF61BE85F8; Tue, 15 Jan 2008 06:50:45 +0000 (UTC) From: Norman Maurer To: zbigniew szalbot In-Reply-To: <478C5183.7090509@szalbot.homedns.org> References: <478C4C94.8080504@szalbot.homedns.org> <1200377886.6647.3.camel@norman-laptop> <478C5183.7090509@szalbot.homedns.org> Content-Type: text/plain Date: Tue, 15 Jan 2008 07:50:37 +0100 Message-Id: <1200379837.6647.6.camel@norman-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: newest security patch and custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 06:50:47 -0000 It should be enough to just building and installing the kernel. The freebsd-update should have patched the kernel src files anyway. bye Norman Am Dienstag, den 15.01.2008, 07:24 +0100 schrieb zbigniew szalbot: > Hello, > > > Norman Maurer pisze: > > Hi, > > > > the /usr/src/sys* stuff should be patched anyway. But you need to build > > your kernel again and install it to reflect the changes. Even if i think > > it only update the -p10 label in the case of -p10 patch set. > > > OK. So this page applies to me now? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html > > 1. > > Change to the /usr/src directory: > > # cd /usr/src > > > 2. > > Compile the kernel: > > # make buildkernel KERNCONF=/MYKERNEL/ > > > 3. > > Install the new kernel: > > # make installkernel KERNCONF=/MYKERNEL/ > > > *Note:* It is required to have full FreeBSD source tree to build the > kernel. > > > I am interested if I need to download latest FBSD sources then? I have > not touched them since I built a custom kernel. > > Thank you! > > Zbigniew Szalbot > > > cheers > > Norman > > > > > > Am Dienstag, den 15.01.2008, 07:03 +0100 schrieb zbigniew szalbot: > > > Hello, > > > > > > Using freebsd-update I applied the latest security patches which were > > > announced yesterday. However, I then notice this message: > > > > > > The following files will be updated as part of updating to 6.2-RELEASE-p10: > > > /boot/GENERIC/kernel > > > > > > My question is whether my update missed the point because I have a > > > custom kernel? If so, do I need to apply it manually as described in the > > > security advisory? If I still want to go down the binary road, how can I > > > make sure my custom kernel gets patched, too? > > > > > > Thank you very much! > > > > > > Zbigniew Szalbot > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > >