New kernel and new target

You should perform a full world and kernel install if on master.

Several people (including me) have been getting bit by a problem: when performing an installworld with a changed kernel, the vn kernel module is loaded, but it was built by the previous kernel and may cause problems when it doesn’t match up.

To fix that, vn is now built in, instead of being a separate module.  The rescue initrd (which is what is being mounted when it has this problem) is now installed via a ‘make rescue‘ command that can wait until a successful installworld and reboot.

In Other BSDS for 2014/07/05

Another ‘quiet’ week – lots of commit activity in the other BSDs, but not a lot to point at directly.

In Other BSDs for 2014/06/21

I have a backlog from stuff I missed last week while traveling, so we all benefit!

DragonFly 3.8.1 by this Monday

Matthew Dillon posted a note about the next point release of DragonFly, coming within a few days.  Chunks of it like the recent OpenSSL and Sendmail fixes are already on the 3.8 branch. 

I assume I’ll be the one rolling it, and I plan to put together a 3.6.3 tag too, just so there’s a final version of 3.6 that has all changes rolled up.

OpenSSL update

There were more problems found in OpenSSL… right after release of DragonFly 3.8.  OpenSSL 1.0.1h has been committed, thanks to Robin Hahling and Sascha Wildner.  I’ll be rolling a 3.8.1 release soon.

If you are saying “Hey, what about LibreSSL?  And do I write it LibReSSL?”, it’s not set up as a portable release yet.  Also, I don’t know the correct capitalization, either.  There is some debate about the lack of notification from OpenSSL to LibreSSL, though other vendors were notified days before.