From owner-freebsd-questions@FreeBSD.ORG Sat Sep 15 16:57:16 2012 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 05639106564A for ; Sat, 15 Sep 2012 16:57:16 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id B34148FC16 for ; Sat, 15 Sep 2012 16:57:15 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TCvg7-0007bZ-A9 for freebsd-questions@freebsd.org; Sat, 15 Sep 2012 18:57:11 +0200 Received: from pool-173-79-84-117.washdc.fios.verizon.net ([173.79.84.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Sep 2012 18:57:11 +0200 Received: from nightrecon by pool-173-79-84-117.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Sep 2012 18:57:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Sat, 15 Sep 2012 12:56:49 -0400 Lines: 20 Message-ID: References: <7FB6587CC36F4140A852E74D9DFE4512@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-84-117.washdc.fios.verizon.net Subject: Re: 8.1 -> 8.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 16:57:16 -0000 Laszlo Danielisz wrote: > Hey Guys, > > If I want to upgrade from 8.1-RELEASE-p11 to 8.3 do I need to also update > installed packages? One more thing: by when has 8.3 release maintenance? > Maybe I'm blind but I haven't found the date on freebsd.org > When updating within a major release version such as 8.1 to 8.x the ABI is stable and remains the same so it is not necessary to update the third party packages/ports. It becomes necessary to rebuild/update whenever changing from one major release to another, such as from 8.x to 9.x for example. If you use csup and a supfile to update src, just use tag=RELENG_8_3 to pull in the security maintenance release bits. Currently it is at P4. -Mike