From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 22:48:46 2006 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 B07FC16A420 for ; Thu, 2 Mar 2006 22:48:46 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6654C43D46 for ; Thu, 2 Mar 2006 22:48:46 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k22MmjTr018723; Thu, 2 Mar 2006 14:48:46 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <4407764D.90309@chrismaness.com> Date: Thu, 02 Mar 2006 14:48:45 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: "Donald J. O'Neill" References: <43EA9782.7060708@chrismaness.com> <50124.67.126.165.122.1141236591.squirrel@squirrel.kq6up.org> <20060302145304.O49063@tripel.monochrome.org> <200603021443.00951.duncan.fbsd@gmail.com> In-Reply-To: <200603021443.00951.duncan.fbsd@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Tracking Security in Ports and Base System 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: Thu, 02 Mar 2006 22:48:46 -0000 Donald J. O'Neill wrote: > On Thursday 02 March 2006 13:59, Chris Hill wrote: > >> On Wed, 1 Mar 2006, chris@chrismaness.com wrote: >> >> [snip] >> >> >>> Is my supfile correct to track security for freebsd-6.0? >>> >> [snip] >> >> >>> *default release=cvs tag=RELENG_6 >>> >> [snip] >> >> As I understand it, that tag will get you the latest released version >> of 6.x. So today it would apply security and bugfix updates for 6.0, >> but after 6.1 comes out you would get 6.1, and so on. If you want to >> track 6.0 specifically, use RELENG_6_0. Right now there is no >> difference between RELENG_6 and RELENG_6_0, but later there will be. >> >> > > > > >> As everyone else has said, see the Handbook for definitive answers. >> >> HTH. >> >> -- >> Chris Hill chris@monochrome.org >> ** [ Busy Expunging <|> ] >> _______________________________________________ >> > > This is not quite correct. "tag=RELENG_6" will give you the src for > 6-STABLE, which is to say "FreeBSD 6.1 PRELEASE", or maybe its > RELEASECANDIDATE now. tag=RELENG_6_0 will get you the sources for the > 6.0 release branch, used only for security and other critical fixes. So > yes, there is a difference between the two tags. > > Don > Yep, that's what I figured out by trial and error (sometimes the best way to learn).