From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 19:43:07 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 0BF1016A420 for ; Sat, 1 Apr 2006 19:43:07 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D60943D48 for ; Sat, 1 Apr 2006 19:43:06 +0000 (GMT) (envelope-from wmc20@xxiii.com) Received: from ibm58aec.bellsouth.net ([68.209.177.221]) by imf16aec.mail.bellsouth.net with ESMTP id <20060401194306.NISO6500.imf16aec.mail.bellsouth.net@ibm58aec.bellsouth.net> for ; Sat, 1 Apr 2006 14:43:06 -0500 Received: from wcox.bellsouth.net ([68.209.177.221]) by ibm58aec.bellsouth.net with ESMTP id <20060401194305.VPXV4510.ibm58aec.bellsouth.net@wcox.bellsouth.net>; Sat, 1 Apr 2006 14:43:05 -0500 Message-Id: <6.2.3.4.2.20060401143746.02fe9890@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 01 Apr 2006 14:43:54 -0500 To: "Jeffrey" ,freebsd-questions@freebsd.org From: wc_fbsd@xxiii.com In-Reply-To: <01e401c65585$596a2e20$f042e9dc@kingscourt> References: <01e401c65585$596a2e20$f042e9dc@kingscourt> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: How to upgrade samba version to 3.0.22 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: Sat, 01 Apr 2006 19:43:07 -0000 At 07:11 AM 4/1/2006, you wrote: >I am using FreeBSD 6 and install samba from ports collection >/usr/ports/net/samba3. The "make install" download and install samba >3.0.14a. I noticed samba has new version 3.0.22. How can I install >the new version? You need to update your ports. Read the handbook. I would strongly suggest the "portsnap" utility, now standard equipment with 6.x. I feel like a dumb shit because I just discovered it yesterday, and had been using the much slower and ackward cvsup method. Basically, delete your current /usr/ports; portsnap fetch; portsnap extract; portsnap update. Repeat the fetch & update as needed in the future. Ports currently has 3.0.21b but '22 should be available in a couple days. I forget the details, but it was a fairly obscure security patch I wasn't worried about. -Wayne