====== pkgsrc-2008Q1 ====== Released on Apr 13, 2008. This release contains Ruby 1.8.6 patch level 230 with the June 2008 [[http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities/|security holes]] patched up. ====== Update gotchas ===== There are some updates that are known to fail, when updating to 2008Q1 using the pkg_chk based approach (see [[updating]]). ==== libevent ==== This package changed its location from wip/libevent to devel/libevent. To replace it: pkg_delete libevent && pkg_add libevent If anything depends on the package, the removal will fail. Note which packages are the blockers (typically memcached), remove the package using pkg_add -r libevent, then re-add the depending packages (e.g. pkg_add memcached). ==== vim ==== For some reason, vim fails to load automatically due to dependency version checking. Just add it manually: pkg_add vim