Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 16 submissions in the queue.
posted by NCommander on Thursday May 01 2014, @09:20PM   Printer-friendly
from the and-there-was-much-rejoicing dept.

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.

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Informative) by frojack on Thursday May 01 2014, @11:02PM

    by frojack (1554) on Thursday May 01 2014, @11:02PM (#38678) Journal

    This isn't the full SystemD, the monster that takes over the entire machine.
    This is just planning to provide APIs and System Calls that ported programs have to use in SystemD systems.

    The APIs that apps rely on are mostly informational, such as hostnamed, timedated, localed, logind.

    These calls need not actually take over BSD functionality like they did in Linux, they simply allow application level programs find out the hostname, time and date, etc.

    --
    No, you are mistaken. I've always had this sig.
    Starting Score:    1  point
    Moderation   +1  
       Informative=1, Total=1
    Extra 'Informative' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 0) by Anonymous Coward on Thursday May 01 2014, @11:37PM

    by Anonymous Coward on Thursday May 01 2014, @11:37PM (#38689)

    Just about spit coffee all over when I read other reply.
    Thanks for the clarification...can sleep well again.

  • (Score: 2) by davester666 on Friday May 02 2014, @04:39AM

    by davester666 (155) on Friday May 02 2014, @04:39AM (#38739)

    yes, google is easing into being evil. most of google is still in the 'only slightly evil' stage. in a couple of years, when more of it upgrades to the 'mostly evil' stage, most of systemd will be jammed into openbsd.

  • (Score: 2) by tomtomtom on Friday May 02 2014, @10:30AM

    by tomtomtom (340) on Friday May 02 2014, @10:30AM (#38831)

    hostnamed? Seriously? What is wrong with the standard C library function gethostname()? (Same goes for the rest of them too)