From owner-freebsd-stable@FreeBSD.ORG Sun Jun 13 01:23:11 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A66516A4CE for ; Sun, 13 Jun 2004 01:23:11 +0000 (GMT) Received: from mail.sharmannetworks.com (andromeda.lef.com.au [210.8.93.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32CDF43D39 for ; Sun, 13 Jun 2004 01:23:10 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from [192.168.1.129] ([192.168.1.129]) by mail.sharmannetworks.com over TLS secured channel with Microsoft SMTPSVC(5.0.2195.5329); Sun, 13 Jun 2004 11:22:31 +1000 Message-ID: <40CBAC5A.4050507@meijome.net> Date: Sun, 13 Jun 2004 11:22:34 +1000 From: Norberto Meijome User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 X-Accept-Language: en-au, en, es, es-ar MIME-Version: 1.0 To: Haim Ashkenazi References: <40CB2BC2.4070201@mac.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Jun 2004 01:22:31.0532 (UTC) FILETIME=[E608D2C0:01C450E4] cc: freebsd-stable@freebsd.org Subject: Re: keeping my freebsd secure... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2004 01:23:11 -0000 > I've tried to upgrade with portupgrade the three packages that according > to portaudit have problems (mc, png, mysql-client). the response was that > there's no need to upgrade (version stays the same). do I stay with these > versions and try to upgrade every day (until a fix will be released) or is > there some setting I have to change in order to access a newer version? > [...] Your ports directory hasn't been updated. Portupgrade will check what you have installed against the metadata in the port directory and decide whether to upgrade or not. > sorry if these are basic questions, I'm sure that I can find all the > answers on the web but as I said before, I have to make this server > up and running in 2 days and I want at least to keep it safe... check the section in the FreeBSD handbook about keepiny your system up to date with cvsup. You should do this both for your ports collection and your source tree (to patch/upgrade it, as it is independent of the port system). Here, you will also have to decide whether to follow -STABLE or -CURRENT. Best, Beto