From owner-freebsd-questions@FreeBSD.ORG Mon Feb 26 18:53:23 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 021DD16A400 for ; Mon, 26 Feb 2007 18:53:23 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 84CE113C471 for ; Mon, 26 Feb 2007 18:53:22 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1599721nfc for ; Mon, 26 Feb 2007 10:53:21 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kc2AjzkbozkoZjjuMWZXyBTdrR11cR8ExAtta/4LrqzMpAnPrPleEE8K05PyHl5fY+GWRi/C+mPBTUyVr2NwFb3aMtaGWNNty6EPEJS+IO5p4KtGtD1uwMX4FMGM5aSuNjllrj6kEiEXVbTT/TolVNZa6alEuDvjfCNFz84swXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MUSeSS3OANzPHLv1Qry9Kia3NI2o9iMAfqbfk8ux9+bHpo+U00ryCMS1fUwtTtVAOuMWJdjJosxtf9Qrc6dlWFX8vvi6f1zWtHenW/Z/2lRIc0TXECfXne8dXMjqFcr8wNaCtXws47NvynzlAfJo3jthsA9lWWDnS5zV/Bl4tkU= Received: by 10.82.113.6 with SMTP id l6mr1922318buc.1172516001149; Mon, 26 Feb 2007 10:53:21 -0800 (PST) Received: by 10.82.163.16 with HTTP; Mon, 26 Feb 2007 10:53:20 -0800 (PST) Message-ID: <8cb6106e0702261053k5cf8c64eod62cb2cd498bb87a@mail.gmail.com> Date: Mon, 26 Feb 2007 10:53:20 -0800 From: "Josh Carroll" To: Jerry In-Reply-To: <20070226184043.GA59508@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070226184043.GA59508@gizmo.acns.msu.edu> Cc: questions@freebsd.org Subject: Re: Patches in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 18:53:23 -0000 > My question is: How do I respond to this? > I have seen the word patch used in security update messages - but > didn't follow that path. Is that real? Does it cover kernel > things essentially on the fly or is a 'time consuming' rebuild > still needed? 6.2 now official supports binary patches via freebsd-update(8). From the 6.2-RELEASE announcement (http://www.freebsd.org/releases/6.2R/announce.html): "freebsd-update(8) provides officially supported binary updates for security fixes and errata patches" So there's your response. :) Josh