From owner-freebsd-questions@FreeBSD.ORG Sat Feb 14 09:23:26 2004 Return-Path: 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 428B716A4CE for ; Sat, 14 Feb 2004 09:23:26 -0800 (PST) Received: from messenger.m00is.net (messenger.m00is.net [62.3.100.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4DA43D1D for ; Sat, 14 Feb 2004 09:23:25 -0800 (PST) (envelope-from edmund@m00is.net) Received: from alpha (openwall.m00is.net [62.3.100.169]) by messenger.m00is.net (Postfix) with ESMTP id 15BFD4061; Sat, 14 Feb 2004 17:20:30 +0000 (GMT) From: "Edmund Craske" To: "'Bob Perry'" , "'FreeBSD-Questions'" Date: Sat, 14 Feb 2004 17:23:22 -0000 Message-ID: <001901c3f31f$3f6fe7a0$0464a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <402E57FD.5040308@earthlink.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Branch Tags vs Release Tags X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 17:23:26 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Bob Perry > Sent: 14 February 2004 17:17 > To: FreeBSD-Questions > Subject: Branch Tags vs Release Tags > > > Hello, > > Need to upgrade to FreeBSD 4.9 so all my ports will run. Not sure, > however if > I want/need: > > RELENG_4_9 This is the one you want, as it contains all the fixes etc since 4.9 was released. > The release branch for FreeBSD-4.9, used only for security > advisories and other critical fixes. > > or, > > > RELENG_4_9_0_RELEASE This one is exactly as released, ie what you get on the install CD. > FreeBSD 4.9 > > I understand that the Release tag references FreeBSD version > at a given > point in time, but is there a problem selecting RELENG_4_9, > "...used only for security advisories and other critical fixes." No problem, in fact it would make little sense not to use this branch. It has all the security vulnerabilities since original release patched and any other critical fixes worthy of committing. > Thanks > Bob Perry Ed