From owner-freebsd-questions@FreeBSD.ORG Sat Jul 31 00:14:21 2010 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 0F0A11065679 for ; Sat, 31 Jul 2010 00:14:21 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id E345E8FC0A for ; Sat, 31 Jul 2010 00:14:20 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o6V0EKvU033282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 30 Jul 2010 17:14:20 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o6V0EKee033281; Fri, 30 Jul 2010 17:14:20 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA09077; Fri, 30 Jul 10 17:09:28 PDT Date: Fri, 30 Jul 2010 17:09:22 -0700 From: perryh@pluto.rain.com To: renaud.luca@gmail.com Message-Id: <4c5369b2.Oi6hQsvXggHJNiAK%perryh@pluto.rain.com> References: In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Are there tools for binary update(security etc.) of applications? 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, 31 Jul 2010 00:14:21 -0000 Luca Renaud wrote: > I updated my system from FreeBSD 8.0 to 8.1 using the tool > freebsd-update. As far as I know this tool only updates the > core system and user land utilities, thus, all other apps > are not updated. Correct. > I use the gnome desktop, and I regularly receive the warning from > Software Updater that I have 240, or so, applications not updated > etc., and if I want to update them. My question is: update them > through the ports system? (compiling them all?) or binary update? > Are there tools capable of doing that using the command line? > (binary update of apps not in the core system or userland > utilities, but also important regarding security questions, for > example). Either portmaster or portupgrade can update using pre-built packages from freebsd.org or its mirrors. Portmaster (having no dependencies) is likely the easier to install, unless you already have ruby installed.