View Single Post
  #8   (View Single Post)  
Old 8th May 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

Quote:
Originally Posted by Carpetsmoker View Post
Well, you should see if the issues affect you, and uprade as neccesary.

The "Vulnerability database out of date" should be gone now, portaudit is now run on every port installation to make sure you're not installing ports with know security issues.

portaudit also added /usr/local/etc/periodic/security/410.portaudit
This script automatically updates the portaudit database and checks all ports for known vulnerabilities when periodic daily is run (usually from cron, it's in /etc/crontab by default).

To enable it add:
Code:
daily_status_security_portaudit_enable="YES"
to /etc/periodic.conf

See periodic(8) and periodic.conf(5), and portaudit(1) for more information.
But I can not find periodic.conf
Code:
/etc/
Reply With Quote