Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 01:29:17 -0400
From:      Randy Pratt <rpratt1950@earthlink.net>
To:        Kay Lehmann <kay_lehmann@web.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Portaudit inhibits updating to mysql-client-4.0.20
Message-ID:  <20040519012917.133ceb27.rpratt1950@earthlink.net>
In-Reply-To: <40AAE854.8050805@web.de>
References:  <20040518234731.3246e250.rpratt1950@earthlink.net> <40AAE854.8050805@web.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 May 2004 06:53:40 +0200
Kay Lehmann <kay_lehmann@web.de> 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 ?
> > 
> > Thanks,
> > 
> > Randy
> 
> Hello,
> 
> try updating your portaudit database with portaudit -F -d. Normally this 
>   helps.

I see what the problem is now.  Its the frequency of updating of
the mirror sites:

# portaudit -F -d
>> Attempting to fetch from ftp://ftp.at.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/eik/.
auditfile.tbz                                 100% of 4755  B   22 kBps
new database installed.
database created: Tue May 18 09:00:30 EDT 2004

# portaudit -F -d
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/eik/.
auditfile.tbz                                 100% of 4818  B   26 kBps
new database installed.
database created: Tue May 18 22:00:36 EDT 2004

# portaudit -F -d
>> Attempting to fetch from ftp://ftp1.ro.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/eik/.
auditfile.tbz                                 100% of 4817  B  170 kBps
new database installed.
database created: Tue May 18 16:00:31 EDT 2004

# portaudit -F -d
>> Attempting to fetch from http://public.planetmirror.com/pub/FreeBSD/ports/local-distfiles/eik/.
auditfile.tbz                                 100% of 4817  B   15 kBps
new database installed.
database created: Tue May 18 12:00:33 EDT 2004

I worked around this by adding this to /usr/local/etc/portaudit.conf :

  MASTER_SORT_REGEX="ftp\.FreeBSD\.org[.\/]"

This limits it to using ftp.FreeBSD.org site instead of other
mirrors.

Thanks for the response!

Randy
-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040519012917.133ceb27.rpratt1950>