cannot install opera

Code:
>sudo portsnap fetch update
>cd /usr/ports/www/opera
/usr/ports/www/opera>sudo make install clean
Password:
===>  opera-10.10.20091120_2 has known vulnerabilities:
=> opera -- Data URIs can be used to allow cross-site scripting.
   Reference: <http://portaudit.FreeBSD.org/77b9f9bc-7fdf-11df-8a8d-0008743bf21a.html>
=> Please update your ports tree and try again.
*** Error code 1

Stop in /media/G/usr/ports/www/opera.

does it mean the oepra vulnerabilities has not been fixed ?
 
sw2wolf said:
does it mean the oepra vulnerabilities has not been fixed ?

It means, that you need to update your ports tree, just like it has been said in the error message. E.g.
# cd /usr/ports
# make update
 
rusty said:
If you really want to get around it;
# make -DDISABLE_VULNERABILITIES install clean

...but Opera 10 is not safe still, better wait for the updated version. Opera 10.11 should be okay or 10.60?
 
lyuts said:
It means, that you need to update your ports tree, just like it has been said in the error message. E.g.
# cd /usr/ports
# make update

It doesn't means that he need to update ports because there are no updated version in the ports.
 
thanks for all your answers! i still want to wait till the opera port updated!
now i am using firefox even if it occasionally caused my freebsd box dead.
Code:
>pkg_info | grep -i firefox
firefox-3.5.10,1    Web browser based on the browser portion of Mozilla
 
Back
Top