From owner-freebsd-questions@FreeBSD.ORG Thu Sep 27 06:47:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A5016A418 for ; Thu, 27 Sep 2007 06:47:33 +0000 (UTC) (envelope-from stwalley2004@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 8A85513C457 for ; Thu, 27 Sep 2007 06:47:33 +0000 (UTC) (envelope-from stwalley2004@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so2015419rvb for ; Wed, 26 Sep 2007 23:47:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=ZEikMSCmgpbww+LaQrEJAo+VMJ6DBKOl9fX/Km5CS+k=; b=raD6vUeLKVZbtJ3yhWFIYBmYAAIX0iKi6pnyyBbmYUNVRuIzTUgJ93BruvCEQKCAcsA2dn5U7d/OZqLsw3W1vfzjl1mnT+OPpuUpEWWIPWnRDF54Mxl8+z7dTP9cvqxvN5I6lRTCYiZomo0aupA8+gzcry4o0bncmsywyVKfSls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FCuB/kF4Ix9OOJ5Xot6+/gGnEtENBegJ1YJJzJCB5XvyoTrNA98P7F1FwOUgmq9FAwpitIrxgioKUPWjQyWlmvIn8kGqO+fea9HXHybvkqlHZ2y8dgecXZ8yXlY1tCd1B7my4SkIyDMYm5xZIxI49SNwzxJn6kkid2vGOChhNVg= Received: by 10.114.66.2 with SMTP id o2mr2060883waa.1190875652704; Wed, 26 Sep 2007 23:47:32 -0700 (PDT) Received: by 10.142.230.5 with HTTP; Wed, 26 Sep 2007 23:47:32 -0700 (PDT) Message-ID: <687f2b920709262347l23b3d6cfv3969ea804f4963c3@mail.gmail.com> Date: Thu, 27 Sep 2007 02:47:32 -0400 From: "Bill Stwalley" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: too late to change to security branch? 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, 27 Sep 2007 06:47:33 -0000 I have servers running 6.1 and 6.2. I use freebsd-update in cron jobs to install binary security update to the base system, and use cvsup/portupgrade in cron jobs to install port updates. By default, cvsup uses CURRENT branch. I am tired of some updates breaking something unnecessarily, and am thinking of changing to SECURITY branch in cvsup. Is that possible? Some of my ports are already locally compiled with customized options. If that's impossible, can I wait until the release of 6.3, upgrading to it, and then switch to SECURITY branch in cvsup? If those are entirely impossible, can I switch to STABLE branch? I'm confused by this system, please let me know if anything I do doesn't make sense. Best, Bill