Slashdot Mirror


OpenBSD 4.4 Released

Linux blog writes "The new version of OpenBSD is available for download. There are lots of nifty new features to try out including OpenSSH 5.1 with chroot(2) support, Xenocara, Gnome 2.20.3, KDE 3.5.8, etc. Machines using the UltraSPARC IV/T1/T2 and Fujitsu SPARC64-V/VI/VII are now supported. It seems amazing to me that they keep delivering these new results on a six-month release cycle."

6 of 235 comments (clear)

  1. Congratulations by norbot · · Score: 5, Informative

    Congratulations to the OpenBSD team. BSD is far from dead!

  2. A site geared towards Linux user, to learn OpenBSD by Anonymous Coward · · Score: 5, Informative

    This site is geared towards Linux users that want to learn OpenBSD: http://www.openbsd101.com/

  3. Re:Mebbe I should try it some time by menkhaura · · Score: 5, Informative

    Let me just point out that PC-BSD's kernel is the very same FreeBSD, nothing related to OpenBSD; let me also just point out that the standard FreeBSD distribution combines the advantages of Gentoo's (customizing the building of packages to your needs or desires) and of Debian (superb dependency tracking, very fast on searches, always up-to-date (if you consider Debian Unstable)).

    --
    Stupidity is an equal opportunity striker.
    Fellow slashdotter Bill Dog
  4. Re:Mebbe I should try it some time by ArbitraryConstant · · Score: 5, Informative

    > What does Linux take from BSD? All those vendor supplied drivers? The userland? The vast array of high quality filesystems?

    The overwhelmingly dominant SSH implementation?

    --
    I rarely criticize things I don't care about.
  5. Re:KDE version by OmegaBlac · · Score: 5, Informative

    They audit every line of code they ship, including the external stuff they don't write.

    I keep seeing this, but it is not entirely correct. According to their own FAQ they do not audit ports or packages to the same degree as the base system. One must assume that the "external stuff" has not been through an audit at all when installing a port/package.
    http://www.openbsd.org/faq/faq15.html#Intro

  6. Re:Package security? by incripshin · · Score: 5, Informative

    Anonymous cvs access is done over ssh, and the public keys are listed on the OpenBSD website. The ports tree includes checksums, and these are all verified automatically. So if you check the ssh key of the cvs server, all your ports are safe.

    As for pre-built packages from FTP, I don't think there's anything in place for verification.