failure to update libxul

I am trying to upgrade libxul which is referenced by eclipse. Unfortunately I get the following error message

Code:
===>  libxul-1.9.2.28 has known vulnerabilities:
Affected package: libxul-1.9.2.28
Type of problem: mozilla -- multiple vulnerabilities.
Reference: [url]http://portaudit.FreeBSD.org/380e8c56-8e32-11e1-9580-4061862b8c22.html[/url]
=> Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/libxul.
*** Error code 1

Stop in /usr/ports/www/libxul.

===>>> make failed for www/libxul
===>>> Aborting update

===>>> Update for www/libxul failed
===>>> Aborting update


However my ports tree is up-to-date (I ran portsnap update). What are my alternatives?
 
My portaudit is up-to-date too.

Code:
# portaudit -Fd
New database installed.
Database created: Thu May 24 07:45:04 EDT 2012
#cd /usr/ports/www/libxul
#make install clean
===>  libxul-1.9.2.28 has known vulnerabilities:
Affected package: libxul-1.9.2.28
Type of problem: mozilla -- multiple vulnerabilities.
Reference: [url]http://portaudit.FreeBSD.org/380e8c56-8e32-11e1-9580-4061862b8c22.html[/url]
=> Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/libxul.
*** Error code 1

Stop in /usr/ports/www/libxul.
 
You can bypass the vulnerability check with
Code:
make DISABLE_VULNERABILITIES=yes
 
Back
Top