From owner-freebsd-ports@FreeBSD.ORG Tue May 18 23:51:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D3E16A4CE for ; Tue, 18 May 2004 23:51:59 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94CE43D1D for ; Tue, 18 May 2004 23:51:58 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.34; FreeBSD) id 1BQKvh-000K5n-EC; Wed, 19 May 2004 08:51:56 +0200 Message-ID: <40AB0408.4070006@fillmore-labs.com> Date: Wed, 19 May 2004 08:51:52 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Randy Pratt References: <20040518234731.3246e250.rpratt1950@earthlink.net> <40AAE854.8050805@web.de> <20040519012917.133ceb27.rpratt1950@earthlink.net> In-Reply-To: <20040519012917.133ceb27.rpratt1950@earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Kay Lehmann cc: freebsd-ports@freebsd.org Subject: Re: Portaudit inhibits updating to mysql-client-4.0.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 06:51:59 -0000 Randy Pratt wrote: > On Wed, 19 May 2004 06:53:40 +0200 > Kay Lehmann wrote: > >>>I did update the (portaudit -F) database before portupgrade. I just >>>went ahead and disabled portaudit to do the update. >>># portupgrade -m DISABLE_VULNERABILITIES=yes mysql-client-4.0.18_1 >>> >>>Is portaudit always going to be lagging behind the vuln.xml ? Yep, there is a lag. I'm trying to put the portaudit database on a web server in order to guarantee more timely updates, but there has to be *some* lag. Part of the problem is that VuXML has entries like `>=...' which are changed when a port is fixed. Although you can never know the version that fixes the problems, I would prefer `<=current'. MASTER_SORT_REGEX="ftp\.FreeBSD\.org[.\/]" might be ok if you live in north america, otherwise you can try env MASTER_SITES=http://people.freebsd.org/~eik/portaudit/ portaudit -Fd occasionally, which should lag at most 30 minutes. -Oliver