Portaudit inhibits updating to mysql-client-4.0.20

Randy Pratt rpratt1950 at earthlink.net
Tue May 18 22:29:23 PDT 2004


On Wed, 19 May 2004 06:53:40 +0200
Kay Lehmann <kay_lehmann at 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
-- 


More information about the freebsd-ports mailing list