Portaudit

Randy Pratt bsd-unix at earthlink.net
Mon Mar 5 14:10:32 UTC 2007


On Mon, 5 Mar 2007 13:55:50 +0100
"Stephane Thomas" <stefane.toma at gmail.com> wrote:

> Hello,
> 
> I just installed portaudit and now I cannot build mozilla anymore because of
> three vulnerabilities. Is there a way to force building of a port even if
> there are knows vulnerabilities ? I guess I can add some portaudit_fixed=
> lines in /usr/local/etc/portaudit.conf but as the vulnerabilities aren't
> really fixed I'm not sure this is the right thing to do.
> 
> I read portaudit's man and freebsd handbook but I can't figure out the good
> method. Thx in advance.

If you're sure you want to override portaudit you can use
	
	make DISABLE_VULNERABILITIES=yes

followed by any other arguments for building a port (see man 7 ports).
If you want to disable portaudit for portupgrade, use something like:

	portupgrade -m "DISABLE_VULNERABILITIES=yes"

followed by any other arguments needed.

HTH,

Randy
-- 


More information about the freebsd-stable mailing list