Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit
Portmanager is an FreeBSD utility that automates the process of upgrading and managing installed FreeBSD ports without or almost without user intervention when updating. Portmanager ensures that FreeBSD installed ports accurately reflect and update as of those available in the ports tree.
To use portmanager, the FreeBSD ports collection tree needs to be updated with CVSup or Portsnap.
If your system hasn’t have portmanager installed, portmanager can be found at /usr/ports/sysutils/portmanager. Just go to the directory and run “make install clean” to install it.
To check the status of all ports and ports’ dependencies installed on your system:
portmanager -s
To update all ports installed to up to date with your ports tree:
portmanager -u
Meanwhile, portaudit is a utility that checks the installed ports against a database of published security vulnerabilities to ensure the security of the system is not compromised.
To install portaudit, use the following commands:
To install the port: cd /usr/ports/security/portaudit/ && make install clean
To add the package: pkg_add -r portaudit
After installation, portaudit will fetch and update the security database automatically and include its reports in the output of the FreeBSD daily security run. Beside, before any ports installation or update, portaudit will check the ports’ versions against any vulnerabilities and alerts you if there any security implications.
With portmanager and portaudit, the installed ports and applications in FreeBSD system can be updated easily and ensured of always free of security holes.
Related Articles
- Update FreeBSD Ports Collection Up to Date and Latest
- Using Portsnap to Update FreeBSD Ports Tree Collection
- Searching for Application in FreeBSD’s Ports Collection
- Portdowngrade – Downgrade to Previous Version of FreeBSD’s Ports
- Easy Way to Upgrade FreeBSD’s Ports
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU)
- iPhone Firmware Software Update Version 1.0.2
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5










































April 19th, 2009 07:11
This is the best site EVA!
December 31st, 2007 13:44
THANX for you info on portmanager ! It works GREAT ! Check my Linux , BSD blog !
Website up above !
December 11th, 2007 05:55
@ medigeek
A reboot wouldn’t have been necessary. The shell only needed to update its path cache. A “rehash” would have done just that.
October 13th, 2007 20:41
Well, after installing portmanager, I had to reboot the system in order to use the command, otherwise it said “command not found”
Love the article! thanks