From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 10:04:22 2005 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 4555216A41C for ; Thu, 23 Jun 2005 10:04:22 +0000 (GMT) (envelope-from m@MHoerich.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 946E743D1F for ; Thu, 23 Jun 2005 10:04:21 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 23 Jun 2005 10:04:19 -0000 Received: from p548B7C48.dip.t-dialin.net (EHLO localhost) [84.139.124.72] by mail.gmx.net (mp027) with SMTP; 23 Jun 2005 12:04:19 +0200 X-Authenticated: #5114400 Date: Thu, 23 Jun 2005 12:03:53 +0200 From: Mario Hoerich To: bsd Message-ID: <20050623100353.GA1780@Pandora.MHoerich.de> References: <658CA48E-E955-4075-8D6B-CF2AE6092ED3@todoo.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <658CA48E-E955-4075-8D6B-CF2AE6092ED3@todoo.biz> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 Cc: Liste FreeBSD Subject: Re: RELENG_5_3 // RELENG_5_3_RELEASE 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, 23 Jun 2005 10:04:22 -0000 # bsd: > Since I have switched to the 5_3 instead of 5_3_RELEASE, do I have to > do more updates for my system. I guess that the patched software that > have been released since the 5_3_RELEASE are included in the 5_3 and > that I have to install them somehow. > > So my question is how ? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > Do you think this is a good idea to stick to 5_3 instead of > 5_3_RELEASE for a production system (mail server) ? Yes. RELENG_5_3 is a security branch of 5.3-RELEASE and thus handled in a very conservative manner. No bad surprises there. Tracking it will get you updates iff they're strictly necessary. Regards, Mario --