On Fri, Aug 03, 2007 at 06:35:51PM -0500, Todd Pytel wrote: > I don't spend as much time following OpenBSD as I used to, so perhaps > I'm missing something. But there used to be a ports-security mailing > list used for announcing updated ports. That list doesn't exist any > more, or at least doesn't appear to have had anything posted to it in a > very long time. Is there some other official way to track changes to > ports? Absent that, has anyone come up with a simple hack to feed to > cron to accomplish the same thing? > > --Todd
I think the easiest is: If you must use ports: regularly cvs update or cvs up your local ports tree and run the /usr/ports/infrastructure/build/out-of-date script to find things to update. If you use packages (recommended) just make sure $PKG_PATH is set and pkg_add -ui. It will prompt you to install any updated versions.

