Slashdot Mirror


OpenBSD 4.1 Released

adstro writes to quote from the BSD mailing list: "We are pleased to announce the official release of OpenBSD 4.1. This is our 21st release on CD-ROM (and 22nd via FTP). We remain proud of OpenBSD's record of ten years with only two remote holes in the default install. As in our previous releases, 4.1 provides significant improvements, including new features, in nearly all areas of the system."

2 of 218 comments (clear)

  1. Re:Yea but.... by Basehart · · Score: 0, Offtopic

    Yaay, it's raining here in Seattle :-)

  2. Re: md5sum of the iso by Hal_Porter · · Score: 0, Offtopic

    Bwahaha.

    http://blog.digg.com/?p=74

    One more page in the 295,000+ for the RIAA to send a DMCA takedown notice to.

    Kind of reminds me of the end of Spartacus, except the bastards will run out of crosses this time.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;