Slashdot Mirror


OpenBSD 3.1 End Of Life

Dan writes "OpenBSD team's Miod Vallat says that due to the upcoming release of OpenBSD 3.3, the 3.1-STABLE branch will have no more fixes committed to its branch after June 1, 2003 and should therefore be considered out of regular maintenance."

1 of 37 comments (clear)

  1. Re:Easy update? by glitchvern · · Score: 2, Informative

    The Upgrade-minifaq has a list of steps to go through for upgrading from 3.0 to OpenBSD-Current. According to 3.2's INSTALL.i386 upgrades for that version are only supported from the immediate previous release. I would follow the steps listed in the minifaq for Upgrading from 3.0. Grab etc31.tgz from ftp, untar it in your home directory or where ever and diff -r it and the old /etc and /var's on the machine for obvious things that need changing. Then I would grab the install bootdisk for 3.1 release and use the upgrade choice. Then follow the steps listed in the minifaq for Upgrading from 3.1, grab etc32.tgz, untar it, diff it and the newly changed /etc and /var making the obvious changes, grab the install bootdisk for 3.2 and use the upgrade choice there. At that point you are running 3.2-release and can either follow the directions in the mini-faq for upgrading to 3.2-stable (You won't need to follow Upgrading from 3.2 for stable), -current (You will need to follow Upgrading from 3.2 and Upgrading from 3.3), or just wait for 3.3's emminent release and use the method discussed above to upgrade to that. While the "make world" method does exist it will not easily work on an upgrade from 3.0 due to the numerous changes to the compiler and toolchain.