Slashdot Mirror


Bug Busters! OpenBSD 5.1 Released

An anonymous reader writes "Today the 5.1 release of OpenBSD has surfaced. As usual, it includes improved hardware support, but also OpenSSH 6.0 and over 7000 ports, with major performance and stability improvements in the package build process (and some really cool stickers). Here's the changelog, the download page, and the CD-ordering page. "

4 of 135 comments (clear)

  1. Re:7000 Ports? by mirix · · Score: 4, Informative

    OpenBSD ports are a set of makefiles that will build packages, not OS 'ports' like you are thinking.

    --
    Sent from my PDP-11
  2. Re:Over 7000 ports by e9th · · Score: 4, Informative

    There was a brief time, four or five years ago, when something (expat maybe?) was mistakenly placed in xbase, so you had to install the xbase set for a whole bunch of ports/packages. That situation didn't last. And even then, you didn't have to run X.

  3. Re:YAY! by mirix · · Score: 5, Informative

    This is true, but the base install is pretty limited, so it's hard to compare, really.

    (I think it's been three holes since the dawn of OpenBSD, by the way).

    That said I still use it on some of my outward-facing stuff. PF is great. The pre-chrooted httpd is nice. Some other parts, not so much, though... can't think of a good example right now, but once in a while I run into things that amaze me with backwards-ness compared to my linux boxes.

    Oh, and the documentation is a work of art compared to linux. That's a really nice feature.

    --
    Sent from my PDP-11
  4. Quality Control with Balls! by Anonymous Coward · · Score: 4, Informative

    ...the base install is pretty limited...

    The base install is painstakingly audited. They look for all bugs, even ones that have no apparent means of exploitation. This has often resulted in OpenBSD being unaffected by holes discovered in other systems. The same degree of assurance cannot be extended to thousands of ports, however, so a line is drawn around the base install.

    That being said, I've heard that Theo expects that one should be able to 'cd /usr/ports' and 'make install' - to build and install every port in the tree - without error. What other OS has the balls to pull that off?