From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 09:07:45 2005 Return-Path: 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 BDA2816A4CE for ; Tue, 8 Feb 2005 09:07:45 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE0443D60 for ; Tue, 8 Feb 2005 09:07:44 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j1897gV3033944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Feb 2005 16:07:43 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j1897gdL071181; Tue, 8 Feb 2005 16:07:42 +0700 (ICT) Date: Tue, 8 Feb 2005 16:07:42 +0700 (ICT) Message-Id: <200502080907.j1897gdL071181@banyan.cs.ait.ac.th> From: Olivier Nicole To: tiberius@trancell.org In-reply-to: <20050208085748.GA13424@sdf.lonestar.org> (message from Matt Rechkemmer on Tue, 8 Feb 2005 01:57:48 -0700) References: <20050208085748.GA13424@sdf.lonestar.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: Dumb question about ports/packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 09:07:45 -0000 > How would I upgrade just one package part of the core like that? Or multiple > ones for that matter. Can you use the ports/packages system? Or do you have > to do an entire system upgrade (i.e. 4.10 to 4.11). I'd say, given that ssh is part of the ports (/usr/ports/security/ssh), you could ust upgrade that port and install that port. I'd cvsup ports/security then make && make install for ssh Olivier