From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 01:40:50 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 D4CC516A423 for ; Thu, 9 Feb 2006 01:40:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A9A543D49 for ; Thu, 9 Feb 2006 01:40:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id A77F15CA3; Wed, 8 Feb 2006 20:40:49 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 55767-05; Wed, 8 Feb 2006 20:40:48 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-67-226.ny325.east.verizon.net [68.161.67.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 960AA5C73; Wed, 8 Feb 2006 20:40:48 -0500 (EST) Message-ID: <43EA9DA4.4040206@mac.com> Date: Wed, 08 Feb 2006 20:40:52 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Chris Maness References: <43EA9782.7060708@chrismaness.com> In-Reply-To: <43EA9782.7060708@chrismaness.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com 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, 09 Feb 2006 01:40:51 -0000 Chris Maness wrote: > How should I set up cvsup to just track security updates for ports. And > would the best thing to do after I synced CVS, do portupgrade -a so that > everything selected gets rebuilt. > > What is the equivalent for the base system? The ports tree isn't branched; just get HEAD (aka ".") and you'll get the most current version with the most recent security updates. You might want to install security/portaudit, however, which is a very useful tool. Yes, doing a "portupgrade -ai" is a fine method for updating the ports once you have finished cvsup'ing. -- -Chuck