From owner-freebsd-questions@FreeBSD.ORG Mon May 23 12:59:06 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 18FC616A41C for ; Mon, 23 May 2005 12:59:06 +0000 (GMT) (envelope-from tyskdisciplin@yahoo.se) Received: from web25607.mail.ukl.yahoo.com (web25607.mail.ukl.yahoo.com [217.12.10.166]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D37243D48 for ; Mon, 23 May 2005 12:59:04 +0000 (GMT) (envelope-from tyskdisciplin@yahoo.se) Received: (qmail 10213 invoked by uid 60001); 23 May 2005 12:59:03 -0000 Message-ID: <20050523125903.10211.qmail@web25607.mail.ukl.yahoo.com> Received: from [130.243.14.151] by web25607.mail.ukl.yahoo.com via HTTP; Mon, 23 May 2005 14:59:03 CEST Date: Mon, 23 May 2005 14:59:03 +0200 (CEST) From: Tim To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to update to latest packages with pkg_add and keep system source stable 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: Mon, 23 May 2005 12:59:06 -0000 Hello I am a new FreeBSD user. I have installed the latest production release 5.4. Two questions I have are: 1. How do I update to the newest binary packages without using ports? I have a slow computer so compling through ports is not fun. When I now do a pkg_add -r firefox I get version 1.0.3 and not 1.0.4 which I've seen exists as a binary package via the web inteface. 2. I want a stable system. I understand that upgrading system source to FreeBSD-STABLE is in fact not stable at all. So what efficient method exists to keep my system secure and stable? Thanks!