Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2007 08:55:32 -0500
From:      Randy Pratt <bsd-unix@earthlink.net>
To:        "Stephane Thomas" <stefane.toma@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Portaudit
Message-ID:  <20070305085532.ec79a7e4.bsd-unix@earthlink.net>
In-Reply-To: <ee2d4d980703050455m46500bf9oc605fd36f1fdb86e@mail.gmail.com>
References:  <ee2d4d980703050455m46500bf9oc605fd36f1fdb86e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Mar 2007 13:55:50 +0100
"Stephane Thomas" <stefane.toma@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
-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070305085532.ec79a7e4.bsd-unix>