6 ms·
5.8 is still currently in development/snapshot - not for amateur users. 5.7 is the latest official release. 5.8 is due on Nov 1.
by chrismsnz 11y ago
5.8 is still currently in development/snapshot - not for amateur users.
5.7 is the latest official release. 5.8 is due on Nov 1.
- wooger 11y agoWorth noting though that if you use the release, you get no updates, security or otherwise, till the next release in 6 months. And using -stable (release + patches) is a hassle of manually applying patches and re-compiling - no binary updates are available. If running snapshots is not for amateurs, neither is running stable.
- protomyth 11y agoIf you cannot run stable, then I'm pretty sure you should let others do your system administration for you. Stable is very easy to follow with simple instructions: http://www.openbsd.org/stable.html http://www.openbsd.org/stable.html If you need binaries there is always http://opensource.mtier.org/binpatchng.html http://opensource.mtier.org/binpatchng.html
- pakled_engineer 11y agoStable will cleanly build though, where running current snapshots you could come across something temporarily broken or have to debug a tough build if doing it from source. FWIW I just built 5.7 stable and the whole process took an hour and a half for kernel + userland + xenocara with no build issues. Often for stable security patches you just have to rebuild the kernel which is 15 mins work on my older AMD server.
- detharonil 11y agoOne can receive updates to binary packages for the current -stable release from M:Tier[0] . They also host binpatches for security vulnerabilities in base which can either be installed manually via pkg_add or automatically with their openup[1] tool. 0: https://stable.mtier.org/ https://stable.mtier.org/ 1: http://www.mtier.org/index.php/solutions/apps/openup/ http://www.mtier.org/index.php/solutions/apps/openup/
- patzerhacker 11y agoThat's not entirely accurate. You do get updates, they're just on the patch branch. See http://www.openbsd.org/errata57.html http://www.openbsd.org/errata57.html. Running -stable is fairly simple. If you don't want to rebuild on your DigitalOcean VPS, cut a new release after an update locally, and then apply it on your VPS. See http://www.openbsd.org/faq/faq5.html#Release http://www.openbsd.org/faq/faq5.html#Release. This should be fairly simple to automate (and you could even write a script that only packages up changed files if you were so inclined).