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_fixedlines 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. Stef
Stephane Thomas 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 ?After 'man 7 ports': % ENVIRONMENT % [...] % DISABLE_VULNERABILITIES % If defined, disable check for security vulnerabilities % using portaudit(1) (ports/security/portaudit) when % installing new ports. Cheers, Karol -- Karol Kwiatkowski <karol.kwiat at gmail dot com> OpenPGP 0x06E09309 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070305/37be4e06/signature.pgp
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 --
On Mon, Mar 05, 2007 at 01:55:50PM +0100, Stephane Thomas 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.Try to build seamonkey - it is mozilla replacement... Serg.