From owner-freebsd-questions@FreeBSD.ORG Wed Oct 12 17:13:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5ADE16A4CF for ; Wed, 12 Oct 2005 17:13:07 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1545543D60 for ; Wed, 12 Oct 2005 17:12:50 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so106030wxc for ; Wed, 12 Oct 2005 10:12:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y42VGDmt7oqXIpOzWl+5ZgqqUgg5zSmabaJ90Xqd9KmuQ2ZAaqS39pTnBDHNP+rRh5dgO47chq8/bY5jfYo5nuts4tDZNup5bhlnppa/JB40MdsIKDlCmXABxB6igB7EE20d4TsmX7XHA+RC9g10XrnDVdyyO6MSo6TxgWQlLHw= Received: by 10.70.108.14 with SMTP id g14mr257080wxc; Wed, 12 Oct 2005 10:12:50 -0700 (PDT) Received: by 10.70.104.20 with HTTP; Wed, 12 Oct 2005 10:12:50 -0700 (PDT) Message-ID: <35c231bf0510121012m1541b79ao7634243ed9eaf529@mail.gmail.com> Date: Wed, 12 Oct 2005 10:12:50 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Cody Holland In-Reply-To: <4B3EE484EEA4F344BBB62F831648998646786A@corpsrv.RedMoon.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B3EE484EEA4F344BBB62F831648998646786A@corpsrv.RedMoon.local> Cc: freebsd-questions@freebsd.org Subject: Re: Patch vs. Upgrade 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: Wed, 12 Oct 2005 17:13:08 -0000 On 10/12/05, Cody Holland wrote: > I'm still pretty new to the BSD world and wanted to throw out a question > to see what kind of responses I get. What is everyones take on what to > do when security vulnerabities are discovered. Do you upgrade your > source (not always the easiest thing to do) or patch. What are the pros > and cons of patching? We patch the source and rebuild the bare minimum of software. Rebuilding world (ie: everything) is an extreme step which, logically, should only be taken as a last resort. At least, in a production environment. If this is just a toy computer, or a desktop, rebuilding world is probably not so bad.