From owner-freebsd-questions@FreeBSD.ORG Fri Mar 10 10:32:36 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 3036416A420 for ; Fri, 10 Mar 2006 10:32:36 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B6943D45 for ; Fri, 10 Mar 2006 10:32:33 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k2AAW8bO058717; Fri, 10 Mar 2006 04:32:08 -0600 (CST) Message-Id: <6.0.0.22.2.20060310043154.028ce3c8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 10 Mar 2006 04:32:00 -0600 To: Chris Maness , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <44110B88.4050800@chrismaness.com> References: <20060308120036.5784916A423@hub.freebsd.org> <20060308100648.U67765@ns1.internetinsite.com> <6.0.0.22.2.20060308150946.027fc3e0@mail.computinginnovations.com> <44110B88.4050800@chrismaness.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: To track or not to track 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: Fri, 10 Mar 2006 10:32:36 -0000 Yes I use the same CVS tags for the ports and user, and src. -Derek At 11:15 PM 3/9/2006, Chris Maness wrote: >>>I just wanted to get pros and cons for tracking the whole port tree on a >>>production server. >>> >>>Any opinions? >>> >>>_______________________________________________ >>>freebsd-questions@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >Derek Ragona wrote: >>Chris, >> >>I will use a CVS tag to update a release for any officially reported >>security issues. You can look up the right tags here: >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html >> >>However, with production boxes, I have either non-production boxes I >>update first to test the release, or secondary production boxes I update first. >> >>I only update these systems if the security issue will effect the >>use. For instance, if it is an issue with ipfw, but I am not using that >>on a box, I don't bother to update it. >> >>Hope this helps, >> >> -Derek > >Are you using these tags for the ports or the base system + userland? I >love the way that I can track the security/bug fixes by tracking a branch >of the code for the src directory. It would be nice if ports forked too.