Slashdot Mirror


OpenBSD 5.5 Released

ConstantineM (965345) writes "Just as per the schedule, OpenBSD 5.5 was released today, May 1, 2014. The theme of the 5.5 release is Wrap in Time, which represents a significant achievement of changing time_t to int64_t on all platforms, as well as ensuring that all of the 8k+ OpenBSD ports still continue to build and work properly, thus doing all the heavy lifting and paving the way for all other operating systems to make the transition to 64-bit time an easier task down the line. Signed releases and packages and the new signify utility are another big selling point of 5.5, as well as OpenSSH 6.6, which includes lots of DJB crypto like chacha20-poly1305, plus lots of other goodies."

10 of 128 comments (clear)

  1. YAY for BSD by CheshireDragon · · Score: 4, Interesting

    Even though I've never used it...

    --
    "That's right...I said it."
    1. Re:YAY for BSD by Anonymous Coward · · Score: 3, Informative

      Fire up a VM and try it out, OpenBSD is a really nice OS to work with IMO.

    2. Re:YAY for BSD by QuietLagoon · · Score: 4, Insightful

      And there you go with the problem with it. OpenBSD has no holes in the install...

      Regardless of how you use an operating system, if the OS foundation is not secure, then anything you put on top of it cannot be secure.

      At least OpenBSD provides the secure foundation upon which you can build what you'd like. The security of what you build on top of OpenBSD is your responsibility.

    3. Re:YAY for BSD by wonkey_monkey · · Score: 4, Funny

      It gets real abstract.

      Well, which is it?

      --
      systemd is Roko's Basilisk.
    4. Re: YAY for BSD by Anonymous Coward · · Score: 3, Informative

      How to update Open BSD: insert CD, boot CD, select update. Wait a few minutes. Upgrade ports. Wait a few minutes. You are done.

      No CD? Copy base files to machine through SSH. Install files. Reboot. Upgrade ports. Wait a few minutes. You are done.

      Any other questions?

  2. Missing libReSSL, as expected by Anonymous Coward · · Score: 4, Insightful

    Before anyone asks, no, this new version of OpenBSD (version 5.5) does not include libReSSL yet.
    That's not how OpenBSD operates. Neat announcements made even a month before an OpenBSD release do not usually appear in the very next OpenBSD release. There are cutoffs/deadlines, and the OpenBSD group is far more interesting in ensuring reliability than flashy new code that is only partially ready.
    If you check the libReSSL.org website, libReSSL is planning to be included in OpenBSD 5.6, which I expect will be released on November 1, 2014. The OpenBSD group has a solid track record of making their official releases publicly available by the expected date.
    To see an overview on what did get included in this version (like signed packages), see the release notes (which is pointed to by the first hyperlink of this Slashdot news story).

  3. Next release... by msauve · · Score: 4, Funny

    The next release is scheduled for a few years prior to Sunday, 4 December 292,277,026,596.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  4. USB Installer! by Dimwit · · Score: 4, Informative

    There's a USB installation image for i386 and amd64! Finally! Dear lord, it's been years. That's as big a deal as the time_t thing for me.

    --
    ...but it's being eaten...by some...Linux or something...
  5. NetBSD time_t by Anonymous Coward · · Score: 4, Informative

    I use OpenBSD almost exclusively, but in all fairness NetBSD was the first to move to a 64-bit time_t on all its platforms.

    Also, there's no chance that Linux would ever make such a jump. They'll invent something complex and annoying to maintain backward compatibility with all the proprietary crapware. OpenBSD and NetBSD can do it because they're not afraid to make everybody recompile their software.

    (For people who don't understand the issue: on NetBSD and OpenBSD time_t is now 64-bits, even on 32-bit platforms. So the 2038 problem is non-existent going forward, even for 32-bit software.)

  6. Re:So how does it perform? by Anonymous Coward · · Score: 3, Insightful

    OpenBSD is not meant to be the fastest or most scalable OS in the world -- just the safest. The right tool for the job. You use OpenBSD as a firewall in front of your high performance server, which can then run whatever OS you choose. I wouldn't trust anything else. More specifically, the bare bones, well documented, best practice coded, continuously audited, secure by default approach means you can deploy an OpenBSD firewall router with minimal effort and minimal worry. Save the worry and effort for the potentially less secure OS's that are running behind the firewall.