From owner-freebsd-questions@FreeBSD.ORG Wed Oct 12 20:17:38 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 8CA7C16A420 for ; Wed, 12 Oct 2005 20:17:38 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C51843D48 for ; Wed, 12 Oct 2005 20:17:32 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so131454wxc for ; Wed, 12 Oct 2005 13:17:32 -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=aEkSfzoK6QlqvBMvEvp/kg+Kf7aA2fdTSkhQepocV8iMsp7Z6lYDPySyrUme9ZXXkucOOhN+m4NTjriU1ik+EAH3Qhdk4D+76i5DVMnJU4OUbDJ5gh9bdECgO5JbOHLkGvH862IkM8PwTSIBbs7cfhVxsy4BLRHrQQpgjoclLPo= Received: by 10.70.70.14 with SMTP id s14mr305686wxa; Wed, 12 Oct 2005 13:17:30 -0700 (PDT) Received: by 10.70.104.20 with HTTP; Wed, 12 Oct 2005 13:17:30 -0700 (PDT) Message-ID: <35c231bf0510121317s4fac9a7bq545639d169db06eb@mail.gmail.com> Date: Wed, 12 Oct 2005 13:17:30 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: "Andrew P." In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B3EE484EEA4F344BBB62F8316489986467895@corpsrv.RedMoon.local> <35c231bf0510121155h55f8fae8r93fb25a9f01ca3f4@mail.gmail.com> Cc: freebsd-questions@freebsd.org, Cody Holland 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 20:17:38 -0000 On 10/12/05, Andrew P. wrote: > That's just not true. Cvsupping to something like > RELENG_5_4 will do exactly the same thing as > a patch, only it's the hassle-free way. You see > a sec-advisory, you type "cvsup -g -L 2 mysup" > recompile what's suggested in the advisory, or > the whole world - and you're done. cvsupping to RELENG_5_4 will include all of those patches, not just the one you just read about. So if you had to avoid installing a patch for some reason (you had a local solution, or something, it happens sometimes) then you need to avoid using the cvsup method.